@redneckz/wildless-cms-uni-blocks 0.3.49 → 0.3.52

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 (395) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +44 -84
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/cosmos-static/icons/BurgerIcon.svg +1 -1
  5. package/cosmos-static/icons/Calendar2Icon.svg +1 -1
  6. package/cosmos-static/icons/CalendarCircleIcon.svg +1 -1
  7. package/cosmos-static/icons/CalendarIcon.svg +1 -1
  8. package/cosmos-static/icons/CalendarTickIcon.svg +1 -1
  9. package/cosmos-static/icons/CalendarWhiteIcon.svg +1 -1
  10. package/cosmos-static/icons/CardIcon.svg +1 -1
  11. package/cosmos-static/icons/CardPosIcon.svg +1 -1
  12. package/cosmos-static/icons/CardTickIcon.svg +1 -1
  13. package/cosmos-static/icons/CardWithGemIcon.svg +1 -1
  14. package/cosmos-static/icons/ChartSquareIcon.svg +1 -1
  15. package/cosmos-static/icons/CloseIcon.svg +1 -1
  16. package/cosmos-static/icons/DiscountShapeIcon.svg +1 -1
  17. package/cosmos-static/icons/DocIcon.svg +1 -1
  18. package/cosmos-static/icons/DocumentTextIcon.svg +1 -1
  19. package/cosmos-static/icons/EmptyWalletChangeIcon.svg +1 -1
  20. package/cosmos-static/icons/EmptyWalletIcon.svg +1 -1
  21. package/cosmos-static/icons/GlobalIcon.svg +1 -1
  22. package/cosmos-static/icons/GpsIcon.svg +1 -1
  23. package/cosmos-static/icons/GridIcon.svg +1 -1
  24. package/cosmos-static/icons/InterestIcon.svg +1 -1
  25. package/cosmos-static/icons/MoneyIcon.svg +1 -1
  26. package/cosmos-static/icons/MonitorMobileIcon.svg +1 -1
  27. package/cosmos-static/icons/OfficeIcon.svg +1 -1
  28. package/cosmos-static/icons/PercentageRoundIcon.svg +1 -1
  29. package/cosmos-static/icons/PercentageSquareIcon.svg +1 -1
  30. package/cosmos-static/icons/PersonalCardIcon.svg +1 -1
  31. package/cosmos-static/icons/Profile2UserIcon.svg +1 -1
  32. package/cosmos-static/icons/RoundRubleIcon.svg +1 -1
  33. package/cosmos-static/icons/SafeIcon.svg +1 -1
  34. package/cosmos-static/icons/ShieldTickIcon.svg +1 -1
  35. package/cosmos-static/icons/SmallClockIcon.svg +1 -1
  36. package/cosmos-static/icons/UserTickIcon.svg +1 -1
  37. package/cosmos-static/icons/WalletAdd2Icon.svg +1 -1
  38. package/cosmos-static/icons/WalletAddIcon.svg +1 -1
  39. package/cosmos-static/icons/WalletIcon.svg +1 -1
  40. package/cosmos-static/icons/WalletWithMoneyIcon.svg +1 -1
  41. package/dist/components/Bonus/Bonus.js +2 -2
  42. package/dist/components/Bonus/Bonus.js.map +1 -1
  43. package/dist/components/Bonus/BonusContent.d.ts +4 -3
  44. package/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  45. package/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  46. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  47. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  48. package/dist/components/Footer/SocialMedia.js +1 -1
  49. package/dist/components/Footer/SocialMedia.js.map +1 -1
  50. package/dist/components/GracePeriod/GracePeriod.js +3 -3
  51. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  52. package/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  53. package/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  54. package/dist/components/NavigatorTabs/NavigatorTabs.js +1 -1
  55. package/dist/components/OtherProducts/OtherProductsContent.d.ts +2 -2
  56. package/dist/components/OtherProducts/OtherProductsItem.d.ts +2 -2
  57. package/dist/components/OtherProducts/OtherProductsItem.js +1 -1
  58. package/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  59. package/dist/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  60. package/dist/components/ProductBlock/ProductBlockInner.js +2 -2
  61. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  62. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +2 -2
  63. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  64. package/dist/components/ProductBlock/renderBenefit.d.ts +2 -2
  65. package/dist/components/ProductBlock/renderBenefit.js +13 -6
  66. package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  67. package/dist/components/ProductBlock/renderBenefit.mobile.d.ts +2 -3
  68. package/dist/components/ProductBlock/renderBenefit.mobile.js +10 -2
  69. package/dist/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  70. package/dist/components/Recommendation/RecommendationCard.d.ts +2 -0
  71. package/dist/components/Recommendation/RecommendationCard.js +1 -1
  72. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  73. package/dist/components/Recommendation/RecommendationContent.d.ts +7 -6
  74. package/dist/index.d.ts +0 -11
  75. package/dist/index.js +1 -9
  76. package/dist/index.js.map +1 -1
  77. package/dist/model/IconVersion.d.ts +1 -0
  78. package/dist/model/IconVersion.js +2 -0
  79. package/dist/model/IconVersion.js.map +1 -0
  80. package/dist/model/Picture.d.ts +3 -0
  81. package/dist/ui-kit/Icon/Icon.js +3 -2
  82. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  83. package/dist/ui-kit/Icon/IconProps.d.ts +3 -0
  84. package/dist/ui-kit/Img/Img.js +2 -1
  85. package/dist/ui-kit/Img/Img.js.map +1 -1
  86. package/dist/ui-kit/Img/Img.mobile.js +2 -1
  87. package/dist/ui-kit/Img/Img.mobile.js.map +1 -1
  88. package/dist/ui-kit/Img/getIconVersion.d.ts +1 -0
  89. package/dist/ui-kit/Img/getIconVersion.js +7 -0
  90. package/dist/ui-kit/Img/getIconVersion.js.map +1 -0
  91. package/dist/ui-kit/Select/SelectOption.d.ts +1 -0
  92. package/dist/ui-kit/Select/SelectOption.js +2 -2
  93. package/dist/ui-kit/Select/SelectOption.js.map +1 -1
  94. package/dist/ui-kit/Tabs/Tabs.js +1 -1
  95. package/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  96. package/fonts/mohave/Mohave-Regular.otf +0 -0
  97. package/fonts/mohave/mohave.css +1 -1
  98. package/lib/common.css +1 -1
  99. package/lib/components/Bonus/Bonus.js +2 -2
  100. package/lib/components/Bonus/Bonus.js.map +1 -1
  101. package/lib/components/Bonus/BonusContent.d.ts +4 -3
  102. package/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  103. package/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  104. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  105. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  106. package/lib/components/Footer/SocialMedia.js +1 -1
  107. package/lib/components/Footer/SocialMedia.js.map +1 -1
  108. package/lib/components/GracePeriod/GracePeriod.js +3 -3
  109. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  110. package/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  111. package/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  112. package/lib/components/NavigatorTabs/NavigatorTabs.js +1 -1
  113. package/lib/components/OtherProducts/OtherProductsContent.d.ts +2 -2
  114. package/lib/components/OtherProducts/OtherProductsItem.d.ts +2 -2
  115. package/lib/components/OtherProducts/OtherProductsItem.js +1 -1
  116. package/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  117. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +0 -3
  118. package/lib/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  119. package/lib/components/ProductBlock/ProductBlockInner.js +2 -2
  120. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  121. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +2 -2
  122. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  123. package/lib/components/ProductBlock/renderBenefit.d.ts +2 -2
  124. package/lib/components/ProductBlock/renderBenefit.js +13 -6
  125. package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  126. package/lib/components/ProductBlock/renderBenefit.mobile.d.ts +2 -3
  127. package/lib/components/ProductBlock/renderBenefit.mobile.js +10 -2
  128. package/lib/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  129. package/lib/components/Recommendation/RecommendationCard.d.ts +2 -0
  130. package/lib/components/Recommendation/RecommendationCard.js +1 -1
  131. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  132. package/lib/components/Recommendation/RecommendationContent.d.ts +7 -6
  133. package/lib/index.d.ts +0 -11
  134. package/lib/index.js +0 -4
  135. package/lib/index.js.map +1 -1
  136. package/lib/model/IconVersion.d.ts +1 -0
  137. package/lib/model/IconVersion.js +2 -0
  138. package/lib/model/IconVersion.js.map +1 -0
  139. package/lib/model/Picture.d.ts +3 -0
  140. package/lib/ui-kit/Icon/Icon.js +3 -2
  141. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  142. package/lib/ui-kit/Icon/IconProps.d.ts +3 -0
  143. package/lib/ui-kit/Img/Img.js +2 -1
  144. package/lib/ui-kit/Img/Img.js.map +1 -1
  145. package/lib/ui-kit/Img/Img.mobile.js +2 -1
  146. package/lib/ui-kit/Img/Img.mobile.js.map +1 -1
  147. package/lib/ui-kit/Img/getIconVersion.d.ts +1 -0
  148. package/lib/ui-kit/Img/getIconVersion.js +4 -0
  149. package/lib/ui-kit/Img/getIconVersion.js.map +1 -0
  150. package/lib/ui-kit/Select/SelectOption.d.ts +1 -0
  151. package/lib/ui-kit/Select/SelectOption.js +2 -2
  152. package/lib/ui-kit/Select/SelectOption.js.map +1 -1
  153. package/lib/ui-kit/Tabs/Tabs.js +1 -1
  154. package/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  155. package/mobile/bundle/bundle.umd.js +26 -66
  156. package/mobile/bundle/bundle.umd.min.js +1 -1
  157. package/mobile/dist/components/Bonus/Bonus.js +2 -2
  158. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  159. package/mobile/dist/components/Bonus/BonusContent.d.ts +4 -3
  160. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  161. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  162. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  163. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  164. package/mobile/dist/components/GracePeriod/GracePeriod.js +3 -3
  165. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  166. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  167. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  168. package/mobile/dist/components/NavigatorTabs/NavigatorTabs.js +1 -1
  169. package/mobile/dist/components/OtherProducts/OtherProductsContent.d.ts +2 -2
  170. package/mobile/dist/components/OtherProducts/OtherProductsItem.d.ts +2 -2
  171. package/mobile/dist/components/OtherProducts/OtherProductsItem.js +1 -1
  172. package/mobile/dist/components/OtherProducts/OtherProductsItem.js.map +1 -1
  173. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  174. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +2 -2
  175. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  176. package/mobile/dist/components/ProductBlock/renderBenefit.d.ts +2 -3
  177. package/mobile/dist/components/ProductBlock/renderBenefit.js +10 -2
  178. package/mobile/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  179. package/mobile/dist/components/Recommendation/RecommendationCard.d.ts +2 -0
  180. package/mobile/dist/components/Recommendation/RecommendationCard.js +1 -1
  181. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  182. package/mobile/dist/components/Recommendation/RecommendationContent.d.ts +7 -6
  183. package/mobile/dist/index.d.ts +0 -11
  184. package/mobile/dist/index.js +1 -9
  185. package/mobile/dist/index.js.map +1 -1
  186. package/mobile/dist/model/IconVersion.d.ts +1 -0
  187. package/mobile/dist/model/IconVersion.js +2 -0
  188. package/mobile/dist/model/IconVersion.js.map +1 -0
  189. package/mobile/dist/model/Picture.d.ts +3 -0
  190. package/mobile/dist/ui-kit/Icon/Icon.js +3 -2
  191. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  192. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +3 -0
  193. package/mobile/dist/ui-kit/Img/Img.js +2 -1
  194. package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
  195. package/mobile/dist/ui-kit/Img/getIconVersion.d.ts +1 -0
  196. package/mobile/dist/ui-kit/Img/getIconVersion.js +7 -0
  197. package/mobile/dist/ui-kit/Img/getIconVersion.js.map +1 -0
  198. package/mobile/dist/ui-kit/Select/SelectOption.d.ts +1 -0
  199. package/mobile/dist/ui-kit/Select/SelectOption.js +2 -2
  200. package/mobile/dist/ui-kit/Select/SelectOption.js.map +1 -1
  201. package/mobile/dist/ui-kit/Tabs/Tabs.js +1 -1
  202. package/mobile/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  203. package/mobile/lib/components/Bonus/Bonus.js +2 -2
  204. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  205. package/mobile/lib/components/Bonus/BonusContent.d.ts +4 -3
  206. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  207. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  208. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  209. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  210. package/mobile/lib/components/GracePeriod/GracePeriod.js +3 -3
  211. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  212. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  213. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  214. package/mobile/lib/components/NavigatorTabs/NavigatorTabs.js +1 -1
  215. package/mobile/lib/components/OtherProducts/OtherProductsContent.d.ts +2 -2
  216. package/mobile/lib/components/OtherProducts/OtherProductsItem.d.ts +2 -2
  217. package/mobile/lib/components/OtherProducts/OtherProductsItem.js +1 -1
  218. package/mobile/lib/components/OtherProducts/OtherProductsItem.js.map +1 -1
  219. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  220. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +2 -2
  221. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  222. package/mobile/lib/components/ProductBlock/renderBenefit.d.ts +2 -3
  223. package/mobile/lib/components/ProductBlock/renderBenefit.js +10 -2
  224. package/mobile/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  225. package/mobile/lib/components/Recommendation/RecommendationCard.d.ts +2 -0
  226. package/mobile/lib/components/Recommendation/RecommendationCard.js +1 -1
  227. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  228. package/mobile/lib/components/Recommendation/RecommendationContent.d.ts +7 -6
  229. package/mobile/lib/index.d.ts +0 -11
  230. package/mobile/lib/index.js +0 -4
  231. package/mobile/lib/index.js.map +1 -1
  232. package/mobile/lib/model/IconVersion.d.ts +1 -0
  233. package/mobile/lib/model/IconVersion.js +2 -0
  234. package/mobile/lib/model/IconVersion.js.map +1 -0
  235. package/mobile/lib/model/Picture.d.ts +3 -0
  236. package/mobile/lib/ui-kit/Icon/Icon.js +3 -2
  237. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  238. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +3 -0
  239. package/mobile/lib/ui-kit/Img/Img.js +2 -1
  240. package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
  241. package/mobile/lib/ui-kit/Img/getIconVersion.d.ts +1 -0
  242. package/mobile/lib/ui-kit/Img/getIconVersion.js +4 -0
  243. package/mobile/lib/ui-kit/Img/getIconVersion.js.map +1 -0
  244. package/mobile/lib/ui-kit/Select/SelectOption.d.ts +1 -0
  245. package/mobile/lib/ui-kit/Select/SelectOption.js +2 -2
  246. package/mobile/lib/ui-kit/Select/SelectOption.js.map +1 -1
  247. package/mobile/lib/ui-kit/Tabs/Tabs.js +1 -1
  248. package/mobile/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  249. package/mobile/src/common.css +0 -4
  250. package/mobile/src/components/Bonus/Bonus.tsx +8 -6
  251. package/mobile/src/components/Bonus/BonusContent.ts +4 -3
  252. package/mobile/src/components/ContentPage/ContentPage.page.json +6 -0
  253. package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
  254. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +3 -3
  255. package/mobile/src/components/GracePeriod/GracePeriod.tsx +5 -5
  256. package/mobile/src/components/NavigatorTabs/NavigatorTabItem.tsx +1 -1
  257. package/mobile/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
  258. package/mobile/src/components/NavigatorTabs/NavigatorTabs.tsx +1 -1
  259. package/mobile/src/components/OtherProducts/OtherProductsContent.ts +2 -2
  260. package/mobile/src/components/OtherProducts/OtherProductsItem.tsx +3 -3
  261. package/mobile/src/components/ProductBlock/ProductBlock.example.json +6 -0
  262. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +8 -0
  263. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +6 -1
  264. package/mobile/src/components/ProductBlock/renderBenefit.tsx +15 -4
  265. package/mobile/src/components/Recommendation/Recommendation.example.json +11 -10
  266. package/mobile/src/components/Recommendation/RecommendationCard.tsx +6 -3
  267. package/mobile/src/components/Recommendation/RecommendationContent.ts +12 -10
  268. package/mobile/src/icons/AppleIcon.svg +3 -1
  269. package/mobile/src/icons/BurgerIcon.svg +4 -4
  270. package/mobile/src/icons/Calendar2Icon.svg +6 -1
  271. package/mobile/src/icons/CalendarCircleIcon.svg +1 -4
  272. package/mobile/src/icons/CalendarIcon.svg +1 -1
  273. package/mobile/src/icons/CalendarTickIcon.svg +1 -6
  274. package/mobile/src/icons/CalendarWhiteIcon.svg +2 -2
  275. package/mobile/src/icons/CardIcon.svg +1 -5
  276. package/mobile/src/icons/CardPosIcon.svg +1 -5
  277. package/mobile/src/icons/CardTickIcon.svg +1 -5
  278. package/mobile/src/icons/CardWithGemIcon.svg +1 -1
  279. package/mobile/src/icons/ChartSquareIcon.svg +1 -6
  280. package/mobile/src/icons/CloseIcon.svg +4 -4
  281. package/mobile/src/icons/DiscountShapeIcon.svg +1 -4
  282. package/mobile/src/icons/DocIcon.svg +1 -1
  283. package/mobile/src/icons/DocumentTextIcon.svg +2 -2
  284. package/mobile/src/icons/EmptyWalletChangeIcon.svg +3 -3
  285. package/mobile/src/icons/EmptyWalletIcon.svg +2 -2
  286. package/mobile/src/icons/GlobalIcon.svg +1 -5
  287. package/mobile/src/icons/GpsIcon.svg +6 -6
  288. package/mobile/src/icons/GridIcon.svg +1 -1
  289. package/mobile/src/icons/InterestIcon.svg +1 -6
  290. package/mobile/src/icons/MasterCardIcon.svg +1 -5
  291. package/mobile/src/icons/MinusIcon.svg +1 -3
  292. package/mobile/src/icons/MoneyIcon.svg +1 -5
  293. package/mobile/src/icons/MonitorMobileIcon.svg +1 -4
  294. package/mobile/src/icons/OfficeIcon.svg +1 -1
  295. package/mobile/src/icons/PercentageRoundIcon.svg +1 -4
  296. package/mobile/src/icons/PercentageSquareIcon.svg +1 -1
  297. package/mobile/src/icons/PersonalCardIcon.svg +1 -4
  298. package/mobile/src/icons/PlayMarketIcon.svg +1 -3
  299. package/mobile/src/icons/PlusIcon.svg +1 -3
  300. package/mobile/src/icons/Profile2UserIcon.svg +1 -6
  301. package/mobile/src/icons/RoundRubleIcon.svg +1 -5
  302. package/mobile/src/icons/SafeIcon.svg +1 -7
  303. package/mobile/src/icons/ShieldTickIcon.svg +1 -4
  304. package/mobile/src/icons/SmallClockIcon.svg +1 -4
  305. package/mobile/src/icons/UserTickIcon.svg +1 -5
  306. package/mobile/src/icons/WalletAdd2Icon.svg +1 -6
  307. package/mobile/src/icons/WalletAddIcon.svg +1 -7
  308. package/mobile/src/icons/WalletIcon.svg +1 -7
  309. package/mobile/src/icons/WalletWithMoneyIcon.svg +1 -5
  310. package/mobile/src/index.ts +0 -26
  311. package/mobile/src/model/IconVersion.ts +1 -0
  312. package/mobile/src/model/Picture.ts +3 -0
  313. package/mobile/src/ui-kit/Icon/Icon.tsx +3 -1
  314. package/mobile/src/ui-kit/Icon/IconProps.ts +3 -0
  315. package/mobile/src/ui-kit/Img/Img.tsx +11 -2
  316. package/mobile/src/ui-kit/Img/getIconVersion.tsx +3 -0
  317. package/mobile/src/ui-kit/Select/SelectOption.tsx +10 -7
  318. package/mobile/src/ui-kit/Tabs/Tabs.tsx +1 -1
  319. package/package.json +4 -9
  320. package/src/common.css +0 -4
  321. package/src/components/Bonus/Bonus.tsx +8 -6
  322. package/src/components/Bonus/BonusContent.ts +4 -3
  323. package/src/components/ContentPage/ContentPage.page.json +6 -0
  324. package/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
  325. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +3 -3
  326. package/src/components/Footer/SocialMedia.tsx +1 -1
  327. package/src/components/GracePeriod/GracePeriod.tsx +5 -5
  328. package/src/components/NavigatorTabs/NavigatorTabItem.tsx +1 -1
  329. package/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
  330. package/src/components/NavigatorTabs/NavigatorTabs.tsx +1 -1
  331. package/src/components/OtherProducts/OtherProductsContent.ts +2 -2
  332. package/src/components/OtherProducts/OtherProductsItem.tsx +3 -3
  333. package/src/components/ProductBlock/ProductBlock.example.json +6 -0
  334. package/src/components/ProductBlock/ProductBlock.fixture.tsx +65 -28
  335. package/src/components/ProductBlock/ProductBlockContent.ts +8 -0
  336. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +6 -1
  337. package/src/components/ProductBlock/ProductBlockInner.tsx +4 -1
  338. package/src/components/ProductBlock/renderBenefit.mobile.tsx +15 -4
  339. package/src/components/ProductBlock/renderBenefit.tsx +20 -8
  340. package/src/components/Recommendation/Recommendation.example.json +11 -10
  341. package/src/components/Recommendation/Recommendation.fixture.tsx +3 -3
  342. package/src/components/Recommendation/RecommendationCard.tsx +6 -3
  343. package/src/components/Recommendation/RecommendationContent.ts +12 -10
  344. package/src/icons/AppleIcon.svg +3 -1
  345. package/src/icons/BurgerIcon.svg +4 -4
  346. package/src/icons/Calendar2Icon.svg +6 -1
  347. package/src/icons/CalendarCircleIcon.svg +1 -4
  348. package/src/icons/CalendarIcon.svg +1 -1
  349. package/src/icons/CalendarTickIcon.svg +1 -6
  350. package/src/icons/CalendarWhiteIcon.svg +2 -2
  351. package/src/icons/CardIcon.svg +1 -5
  352. package/src/icons/CardPosIcon.svg +1 -5
  353. package/src/icons/CardTickIcon.svg +1 -5
  354. package/src/icons/CardWithGemIcon.svg +1 -1
  355. package/src/icons/ChartSquareIcon.svg +1 -6
  356. package/src/icons/CloseIcon.svg +4 -4
  357. package/src/icons/DiscountShapeIcon.svg +1 -4
  358. package/src/icons/DocIcon.svg +1 -1
  359. package/src/icons/DocumentTextIcon.svg +2 -2
  360. package/src/icons/EmptyWalletChangeIcon.svg +3 -3
  361. package/src/icons/EmptyWalletIcon.svg +2 -2
  362. package/src/icons/GlobalIcon.svg +1 -5
  363. package/src/icons/GpsIcon.svg +6 -6
  364. package/src/icons/GridIcon.svg +1 -1
  365. package/src/icons/InterestIcon.svg +1 -6
  366. package/src/icons/MasterCardIcon.svg +1 -5
  367. package/src/icons/MinusIcon.svg +1 -3
  368. package/src/icons/MoneyIcon.svg +1 -5
  369. package/src/icons/MonitorMobileIcon.svg +1 -4
  370. package/src/icons/OfficeIcon.svg +1 -1
  371. package/src/icons/PercentageRoundIcon.svg +1 -4
  372. package/src/icons/PercentageSquareIcon.svg +1 -1
  373. package/src/icons/PersonalCardIcon.svg +1 -4
  374. package/src/icons/PlayMarketIcon.svg +1 -3
  375. package/src/icons/PlusIcon.svg +1 -3
  376. package/src/icons/Profile2UserIcon.svg +1 -6
  377. package/src/icons/RoundRubleIcon.svg +1 -5
  378. package/src/icons/SafeIcon.svg +1 -7
  379. package/src/icons/ShieldTickIcon.svg +1 -4
  380. package/src/icons/SmallClockIcon.svg +1 -4
  381. package/src/icons/UserTickIcon.svg +1 -5
  382. package/src/icons/WalletAdd2Icon.svg +1 -6
  383. package/src/icons/WalletAddIcon.svg +1 -7
  384. package/src/icons/WalletIcon.svg +1 -7
  385. package/src/icons/WalletWithMoneyIcon.svg +1 -5
  386. package/src/index.ts +0 -26
  387. package/src/model/IconVersion.ts +1 -0
  388. package/src/model/Picture.ts +3 -0
  389. package/src/ui-kit/Icon/Icon.tsx +3 -1
  390. package/src/ui-kit/Icon/IconProps.ts +3 -0
  391. package/src/ui-kit/Img/Img.mobile.tsx +11 -2
  392. package/src/ui-kit/Img/Img.tsx +10 -2
  393. package/src/ui-kit/Img/getIconVersion.tsx +3 -0
  394. package/src/ui-kit/Select/SelectOption.tsx +10 -7
  395. package/src/ui-kit/Tabs/Tabs.tsx +1 -1
@@ -1 +1 @@
1
- <svg title="Офис" viewBox="0 0 49 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5 44.744c0-.15-.164-.3-.482-.442-2.93-.94-12.24-1.62-23.272-1.62C11.358 42.683.5 43.695.5 44.935c0 .15.164.3.481.442 2.94.94 12.241 1.62 23.273 1.62 13.388 0 24.246-1.012 24.246-2.252Z" fill="#1C1C1C"/><path d="M31.869 22.125H6.335v18.03h25.534v-18.03Z" fill="#D6C94F"/><path d="M6.338 25.302h25.534v-3.18H6.338v3.18Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#a)"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#b)"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#c)"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#d)"/><path d="M17.094 40.151h4.023v-6.375a.778.778 0 0 0-.776-.776h-2.467a.778.778 0 0 0-.776.776v6.375h-.004Z" fill="#71A549"/><path d="M8.169 39.13H4.835a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#e)"/><path d="M5.967 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m7.861 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M8.169 23.145H4.835a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M15.012 39.13H11.68a.411.411 0 0 0-.413.413v.608h4.159v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#f)"/><path d="M12.811 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m14.705 24.503-2.719-.679v-.679h2.719v1.358Z" fill="#71A549"/><path d="M15.012 23.145H11.68a.411.411 0 0 1-.413-.412v-.608h4.159v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M24.14 39.13h-3.334a.411.411 0 0 0-.412.413v.608h4.158v-.608a.411.411 0 0 0-.412-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="url(#g)"/><path d="M21.939 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m23.832 24.503-2.718-.679v-.679h2.718v1.358Z" fill="#71A549"/><path d="M24.14 23.145h-3.334a.411.411 0 0 1-.412-.412v-.608h4.158v.608a.411.411 0 0 1-.412.412Z" fill="#71A549"/><path d="M30.984 39.13H27.65a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#h)"/><path d="M28.782 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m30.676 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M30.984 23.145H27.65a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412ZM43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="#71A549"/><path d="M43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="url(#i)"/><path d="M32.694 42.263H3.252v-1.287c0-.453.368-.825.825-.825H31.87c.453 0 .825.368.825.825v1.287Z" fill="#C2F5AA"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="#fff"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="url(#j)"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="#71A549"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="url(#k)"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="#C2F5AA"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="url(#l)"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="#fff"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="url(#m)"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="#D6C94F"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="url(#n)"/><path d="m39.425 21 2.366 1.125h3.649l-3.518-2.152L39.425 21Z" fill="#71A549"/><mask id="o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="12" width="32" height="11"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#fff"/></mask><g mask="url(#o)"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#C2F5AA"/><path d="M23.566 12.416h-4.462L3.222 22.125h4.463l15.881-9.709ZM51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="#fff"/><path d="M51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="url(#p)"/></g><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="#C2F5AA"/><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="url(#q)"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="#71A549"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="url(#r)"/><mask id="s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="31" y="22" width="12" height="19"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#fff"/></mask><g mask="url(#s)"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#71A549"/><path d="M42.327 22.125H31.872v3.18h10.455v-3.18Z" fill="#71A549"/><g opacity=".3"><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#71A549"/><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#DDDC53"/></g><path d="M35.615 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004ZM39.931 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Z" fill="#FEFFCF"/></g><mask id="t" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="17" height="21"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#fff"/></mask><g mask="url(#t)"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#42AB44"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="#71A549"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="url(#u)"/><path d="M48.5 2.527h-5.036V4.73H48.5V2.527Z" fill="#71A549"/></g><path d="M39.425 0c-3.881 0-7.027 2.711-7.027 7.009 0 4.297 3.09 9.307 7.027 13.991 3.938-4.684 7.028-9.694 7.028-13.991C46.456 2.71 43.306 0 39.425 0Z" fill="#fff"/><mask id="v" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="15" height="21"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#fff"/></mask><g mask="url(#v)"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#C2F5AA"/><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="url(#w)"/><path d="M41.454 21.356H32.22L47.795 8.148h9.232L41.454 21.356Z" fill="#fff"/></g><path d="M39.811 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#71A549"/><path d="M39.166 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#fff"/><defs><linearGradient id="a" x1="8.688" y1="40.15" x2="8.688" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="b" x1="15.531" y1="40.15" x2="15.531" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="c" x1="24.66" y1="40.15" x2="24.66" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#82C35E"/></linearGradient><linearGradient id="d" x1="31.397" y1="40.15" x2="31.397" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#DDDC53"/><stop offset="1" stop-color="#7FC25E"/></linearGradient><linearGradient id="e" x1="8.581" y1="40.151" x2="6.862" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="15.425" y1="40.151" x2="13.706" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="24.552" y1="40.151" x2="22.833" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="31.396" y1="40.151" x2="29.677" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="23.487" y1="40.151" x2="23.487" y2="41.207" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD955"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="26.262" y1="40.976" x2="3.252" y2="40.976" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="23.489" y1="42.259" x2="23.489" y2="43.314" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD856"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="35" y1="44.25" x2="1.625" y2="42.375" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="m" x1="20.397" y1="43.087" x2="1.535" y2="43.087" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="45.44" y1="22.125" x2="30.447" y2="11.54" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="26.695" y1="22.125" x2="22.849" y2="16.572" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="32.37" y1="21.071" x2="16.157" y2="21.071" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="23.75" y1="21.071" x2="20.938" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#DFDD53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="u" x1="41.846" y1="19.444" x2="41.846" y2="13.099" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#88C55D"/></linearGradient><linearGradient id="w" x1="32.401" y1=".765" x2="39.285" y2="10.882" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient></defs></svg>
1
+ <svg title="Офис" viewBox="0 0 49 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5 44.744c0-.15-.164-.3-.482-.442-2.93-.94-12.24-1.62-23.272-1.62C11.358 42.683.5 43.695.5 44.935c0 .15.164.3.481.442 2.94.94 12.241 1.62 23.273 1.62 13.388 0 24.246-1.012 24.246-2.252Z" fill="#000000"/><path d="M31.869 22.125H6.335v18.03h25.534v-18.03Z" fill="#D6C94F"/><path d="M6.338 25.302h25.534v-3.18H6.338v3.18Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#a)"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#b)"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#c)"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#d)"/><path d="M17.094 40.151h4.023v-6.375a.778.778 0 0 0-.776-.776h-2.467a.778.778 0 0 0-.776.776v6.375h-.004Z" fill="#71A549"/><path d="M8.169 39.13H4.835a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#e)"/><path d="M5.967 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m7.861 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M8.169 23.145H4.835a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M15.012 39.13H11.68a.411.411 0 0 0-.413.413v.608h4.159v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#f)"/><path d="M12.811 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m14.705 24.503-2.719-.679v-.679h2.719v1.358Z" fill="#71A549"/><path d="M15.012 23.145H11.68a.411.411 0 0 1-.413-.412v-.608h4.159v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M24.14 39.13h-3.334a.411.411 0 0 0-.412.413v.608h4.158v-.608a.411.411 0 0 0-.412-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="url(#g)"/><path d="M21.939 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m23.832 24.503-2.718-.679v-.679h2.718v1.358Z" fill="#71A549"/><path d="M24.14 23.145h-3.334a.411.411 0 0 1-.412-.412v-.608h4.158v.608a.411.411 0 0 1-.412.412Z" fill="#71A549"/><path d="M30.984 39.13H27.65a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#h)"/><path d="M28.782 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m30.676 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M30.984 23.145H27.65a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412ZM43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="#71A549"/><path d="M43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="url(#i)"/><path d="M32.694 42.263H3.252v-1.287c0-.453.368-.825.825-.825H31.87c.453 0 .825.368.825.825v1.287Z" fill="#C2F5AA"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="#fff"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="url(#j)"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="#71A549"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="url(#k)"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="#C2F5AA"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="url(#l)"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="#fff"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="url(#m)"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="#D6C94F"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="url(#n)"/><path d="m39.425 21 2.366 1.125h3.649l-3.518-2.152L39.425 21Z" fill="#71A549"/><mask id="o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="12" width="32" height="11"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#fff"/></mask><g mask="url(#o)"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#C2F5AA"/><path d="M23.566 12.416h-4.462L3.222 22.125h4.463l15.881-9.709ZM51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="#fff"/><path d="M51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="url(#p)"/></g><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="#C2F5AA"/><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="url(#q)"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="#71A549"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="url(#r)"/><mask id="s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="31" y="22" width="12" height="19"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#fff"/></mask><g mask="url(#s)"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#71A549"/><path d="M42.327 22.125H31.872v3.18h10.455v-3.18Z" fill="#71A549"/><g opacity=".3"><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#71A549"/><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#DDDC53"/></g><path d="M35.615 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004ZM39.931 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Z" fill="#FEFFCF"/></g><mask id="t" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="17" height="21"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#fff"/></mask><g mask="url(#t)"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#42AB44"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="#71A549"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="url(#u)"/><path d="M48.5 2.527h-5.036V4.73H48.5V2.527Z" fill="#71A549"/></g><path d="M39.425 0c-3.881 0-7.027 2.711-7.027 7.009 0 4.297 3.09 9.307 7.027 13.991 3.938-4.684 7.028-9.694 7.028-13.991C46.456 2.71 43.306 0 39.425 0Z" fill="#fff"/><mask id="v" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="15" height="21"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#fff"/></mask><g mask="url(#v)"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#C2F5AA"/><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="url(#w)"/><path d="M41.454 21.356H32.22L47.795 8.148h9.232L41.454 21.356Z" fill="#fff"/></g><path d="M39.811 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#71A549"/><path d="M39.166 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#fff"/><defs><linearGradient id="a" x1="8.688" y1="40.15" x2="8.688" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="b" x1="15.531" y1="40.15" x2="15.531" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="c" x1="24.66" y1="40.15" x2="24.66" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#82C35E"/></linearGradient><linearGradient id="d" x1="31.397" y1="40.15" x2="31.397" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#DDDC53"/><stop offset="1" stop-color="#7FC25E"/></linearGradient><linearGradient id="e" x1="8.581" y1="40.151" x2="6.862" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="15.425" y1="40.151" x2="13.706" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="24.552" y1="40.151" x2="22.833" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="31.396" y1="40.151" x2="29.677" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="23.487" y1="40.151" x2="23.487" y2="41.207" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD955"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="26.262" y1="40.976" x2="3.252" y2="40.976" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="23.489" y1="42.259" x2="23.489" y2="43.314" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD856"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="35" y1="44.25" x2="1.625" y2="42.375" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="m" x1="20.397" y1="43.087" x2="1.535" y2="43.087" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="45.44" y1="22.125" x2="30.447" y2="11.54" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="26.695" y1="22.125" x2="22.849" y2="16.572" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="32.37" y1="21.071" x2="16.157" y2="21.071" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="23.75" y1="21.071" x2="20.938" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#DFDD53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="u" x1="41.846" y1="19.444" x2="41.846" y2="13.099" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#88C55D"/></linearGradient><linearGradient id="w" x1="32.401" y1=".765" x2="39.285" y2="10.882" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient></defs></svg>
@@ -1,4 +1 @@
1
- <svg title="Проценты (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m8.32 15.27 6.54-6.54M8.73 10.37a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46ZM15.27 16.09a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Проценты (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8.32 15.27 6.54-6.54M8.73 10.37a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46ZM15.27 16.09a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1,6 @@
1
1
  <svg title="Проценты" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
2
  <path
3
- stroke="currentColor"
3
+ stroke="#000000"
4
4
  stroke-linecap="round"
5
5
  stroke-linejoin="round"
6
6
  stroke-width="2"
@@ -1,4 +1 @@
1
- <svg title="Персональная карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 8c0-4 1-5 5-5h10c4 0 5 1 5 5v8c0 4-1 5-5 5H7c-4 0-5-1-5-5v-3.6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M14 8h5M15 12h4M17 16h2M8.5 11.29a1.81 1.81 0 1 0 0-3.62 1.81 1.81 0 0 0 0 3.62ZM12 16.33a3.02 3.02 0 0 0-2.74-2.72 7.72 7.72 0 0 0-1.52 0A3.03 3.03 0 0 0 5 16.33" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Персональная карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8c0-4 1-5 5-5h10c4 0 5 1 5 5v8c0 4-1 5-5 5H7c-4 0-5-1-5-5v-3.6" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 8h5M15 12h4M17 16h2M8.5 11.29a1.81 1.81 0 1 0 0-3.62 1.81 1.81 0 0 0 0 3.62ZM12 16.33a3.02 3.02 0 0 0-2.74-2.72 7.72 7.72 0 0 0-1.52 0A3.03 3.03 0 0 0 5 16.33" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,3 +1 @@
1
- <svg title="Лого «PlayMarket»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23">
2
- <path d="M0 21.427V1.576C0 .883.447.284 1.094 0L13.85 11.498 1.089 23a1.89 1.89 0 0 1-.795-.646A1.625 1.625 0 0 1 0 21.427Zm17.899-6.282-13.95 7.259 11.002-9.915 2.948 2.656Zm4.335-5.035c.237.162.428.37.561.61.133.239.203.502.205.77.002.267-.064.53-.193.771s-.317.452-.551.617l-2.964 1.542-3.241-2.922 3.24-2.92 2.944 1.532ZM3.959.598l13.938 7.253-2.945 2.654L3.958.598Z" fill="currentColor"/>
3
- </svg>
1
+ <svg title="Лого «PlayMarket»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23"><path d="M0 21.427V1.576C0 .883.447.284 1.094 0L13.85 11.498 1.089 23a1.89 1.89 0 0 1-.795-.646A1.625 1.625 0 0 1 0 21.427Zm17.899-6.282-13.95 7.259 11.002-9.915 2.948 2.656Zm4.335-5.035c.237.162.428.37.561.61.133.239.203.502.205.77.002.267-.064.53-.193.771s-.317.452-.551.617l-2.964 1.542-3.241-2.922 3.24-2.92 2.944 1.532ZM3.959.598l13.938 7.253-2.945 2.654L3.958.598Z" fill="currentColor"/></svg>
@@ -1,3 +1 @@
1
- <svg title="Плюс" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 18V6m3 6h5M4 12h7m1 8V4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg title="Плюс" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 18V6m3 6h5M4 12h7m1 8V4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1 @@
1
- <svg title="Профиль, 2 персоны" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\
2
- <path d="M12.68 3.96c.48.71.76 1.56.76 2.48-.01 2.4-1.9 4.35-4.28 4.43-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
3
- <path d="M16.41 4c1.94 0 3.5 1.57 3.5 3.5 0 1.89-1.5 3.43-3.37 3.5a1.13 1.13 0 0 0-.26 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
4
- <path d="M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87 2.75 1.84 7.26 1.84 10.01 0 2.42-1.62 2.42-4.26 0-5.87-2.74-1.83-7.25-1.83-10.01 0Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
5
- <path d="M18.34 20c.72-.15 1.4-.44 1.96-.87 1.56-1.17 1.56-3.1 0-4.27-.55-.42-1.22-.7-1.93-.86" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
1
+ <svg title="Профиль, 2 персоны" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.68 3.96c.48.71.76 1.56.76 2.48-.01 2.4-1.9 4.35-4.28 4.43-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.41 4c1.94 0 3.5 1.57 3.5 3.5 0 1.89-1.5 3.43-3.37 3.5a1.13 1.13 0 0 0-.26 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87 2.75 1.84 7.26 1.84 10.01 0 2.42-1.62 2.42-4.26 0-5.87-2.74-1.83-7.25-1.83-10.01 0Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.34 20c.72-.15 1.4-.44 1.96-.87 1.56-1.17 1.56-3.1 0-4.27-.55-.42-1.22-.7-1.93-.86" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Рубль (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.727 16v-3.765m0 0V9a1 1 0 0 1 1-1H12a2 2 0 0 1 2 2v.235a2 2 0 0 1-2 2h-1.273ZM10 14.588h2.546" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
3
- <circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="2"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.588 18.384c.162.578.791.894 1.315.601a8 8 0 0 0-4.206-14.98c-.6.023-.97.63-.808 1.208.136.482.61.787 1.111.787a6 6 0 0 1 3.14 11.114c-.436.268-.69.778-.552 1.27ZM5.268 7.261c.773 0 1.216 1.01.857 1.695a6.6 6.6 0 0 0-.754 3.073c0 1.218.33 2.36.903 3.34.393.673-.043 1.745-.822 1.745a.79.79 0 0 1-.665-.348 8.588 8.588 0 0 1-1.416-4.737c0-1.598.435-3.094 1.192-4.377a.813.813 0 0 1 .705-.391ZM12 3.765c.421 0 .457-.363.035-.365a8.435 8.435 0 0 0-.07 0c-.422.002-.387.365.035.365Z" fill="currentColor"/>
5
- </svg>
1
+ <svg title="Рубль (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.727 16v-3.765m0 0V9a1 1 0 0 1 1-1H12a2 2 0 0 1 2 2v.235a2 2 0 0 1-2 2h-1.273ZM10 14.588h2.546" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="12" cy="12" r="10" stroke="#000000" stroke-width="2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.588 18.384c.162.578.791.894 1.315.601a8 8 0 0 0-4.206-14.98c-.6.023-.97.63-.808 1.208.136.482.61.787 1.111.787a6 6 0 0 1 3.14 11.114c-.436.268-.69.778-.552 1.27ZM5.268 7.261c.773 0 1.216 1.01.857 1.695a6.6 6.6 0 0 0-.754 3.073c0 1.218.33 2.36.903 3.34.393.673-.043 1.745-.822 1.745a.79.79 0 0 1-.665-.348 8.588 8.588 0 0 1-1.416-4.737c0-1.598.435-3.094 1.192-4.377a.813.813 0 0 1 .705-.391ZM12 3.765c.421 0 .457-.363.035-.365a8.435 8.435 0 0 0-.07 0c-.422.002-.387.365.035.365Z" fill="#000000"/></svg>
@@ -1,7 +1 @@
1
- <svg title="Сейф" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M8 19h8c2 0 3-1 3-3V8c0-2-1-3-3-3H8C6 5 5 6 5 8v8c0 2 1 3 3 3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M5 9.5h2.48a2.5 2.5 0 0 1 0 5H5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M19 9.99h-3M19 14h-3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M7.2 12h.1" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
1
+ <svg title="Сейф" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 19h8c2 0 3-1 3-3V8c0-2-1-3-3-3H8C6 5 5 6 5 8v8c0 2 1 3 3 3Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 9.5h2.48a2.5 2.5 0 0 1 0 5H5" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 9.99h-3M19 14h-3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.2 12h.1" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,4 +1 @@
1
- <svg title="Безопасность" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m9.05 11.87 1.61 1.61 4.3-4.3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M20.59 7.12c0-1.23-.94-2.59-2.09-3.02l-4.99-1.87c-.83-.31-2.19-.31-3.02 0L5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44v-3.52" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Безопасность" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m9.05 11.87 1.61 1.61 4.3-4.3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.59 7.12c0-1.23-.94-2.59-2.09-3.02l-4.99-1.87c-.83-.31-2.19-.31-3.02 0L5.5 4.11c-1.15.43-2.09 1.79-2.09 3.01v7.43c0 1.18.78 2.73 1.73 3.44l4.3 3.21c1.41 1.06 3.73 1.06 5.14 0l4.3-3.21c.95-.71 1.73-2.26 1.73-3.44v-3.52" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,4 +1 @@
1
- <svg title="Маленькие часы" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m15.71 15.18-3.1-1.85c-.54-.32-.98-1.09-.98-1.72v-4.1" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Маленькие часы" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m15.71 15.18-3.1-1.85c-.54-.32-.98-1.09-.98-1.72v-4.1" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Пользователь" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.02 3.01A4.944 4.944 0 0 0 12 2C9.24 2 7 4.24 7 7s2.24 5 5 5 5-2.24 5-5M3.41 22c0-3.87 3.85-7 8.59-7 .96 0 1.89.13 2.76.37" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M22 18c0 .75-.21 1.46-.58 2.06-.21.36-.48.68-.79.94-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 14 18c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 22 18Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="m16.44 18 .99.99 2.13-1.97" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg title="Пользователь" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.02 3.01A4.944 4.944 0 0 0 12 2C9.24 2 7 4.24 7 7s2.24 5 5 5 5-2.24 5-5M3.41 22c0-3.87 3.85-7 8.59-7 .96 0 1.89.13 2.76.37" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 18c0 .75-.21 1.46-.58 2.06-.21.36-.48.68-.79.94-.7.63-1.62 1-2.63 1a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 14 18c0-1.26.58-2.39 1.5-3.12A3.999 3.999 0 0 1 22 18Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m16.44 18 .99.99 2.13-1.97" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1 @@
1
- <svg title="Пополнение карты" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.19 7.06C6.45 7.02 6.72 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12v5c0 3-2 5-5 5H7.63c.31-.26.58-.58.79-.94.37-.6.58-1.31.58-2.06 0-2.21-1.79-4-4-4-1.2 0-2.27.53-3 1.36V12c0-.87.17-1.66.48-2.33" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M17.75 7.05C17.51 7.01 17.26 7 17 7H7c-.28 0-.55.02-.81.06.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M9 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 5 23a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 1 19c0-2.21 1.79-4 4-4s4 1.79 4 4ZM6.49 18.98H3.51M5 17.52v2.99" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
1
+ <svg title="Пополнение карты" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.19 7.06C6.45 7.02 6.72 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12v5c0 3-2 5-5 5H7.63c.31-.26.58-.58.79-.94.37-.6.58-1.31.58-2.06 0-2.21-1.79-4-4-4-1.2 0-2.27.53-3 1.36V12c0-.87.17-1.66.48-2.33" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.75 7.05C17.51 7.01 17.26 7 17 7H7c-.28 0-.55.02-.81.06.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 5 23a3.97 3.97 0 0 1-3.42-1.94A3.92 3.92 0 0 1 1 19c0-2.21 1.79-4 4-4s4 1.79 4 4ZM6.49 18.98H3.51M5 17.52v2.99" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,7 +1 @@
1
- <svg title="Кошелёк с плюсом" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.5 15.44h-5M12 13v5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M12 22H8.1c-.24 0-.48-.02-.71-.05-3.18-.21-4.88-1.91-5.09-5.09-.03-.23-.05-.47-.05-.71V14.2c0-2.01 1.22-3.74 2.96-4.49.6-.25 1.24-.39 1.92-.39h9.76c.49 0 .97.07 1.41.2 2 .6 3.46 2.47 3.46 4.67v1.95c0 .2-.01.4-.02.6-.19 3.5-2.14 5.26-5.84 5.26" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="m12.9 2.52-.03.07-2.9 6.73H7.12c-.68 0-1.33.14-1.92.39l1.75-4.18.04-.1.07-.16c.02-.06.04-.12.07-.17 1.31-3.03 2.79-3.72 5.77-2.58Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M18.29 9.52c-.45-.14-.93-.2-1.41-.2H9.97l2.9-6.73.03-.07c.15.05.29.12.44.18l2.21.93c1.23.51 2.09 1.04 2.61 1.68.1.12.18.23.25.36.09.14.16.28.2.43.04.09.07.18.09.26.27.84.11 1.87-.41 3.16ZM6.95 5.53 5.2 9.71a4.894 4.894 0 0 0-2.96 4.49v-2.93c0-2.84 2.02-5.21 4.71-5.74Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M21.76 11.27v2.93c0-2.2-1.46-4.07-3.46-4.67.52-1.3.67-2.32.42-3.17-.02-.09-.05-.18-.09-.26 1.86.96 3.13 2.93 3.13 5.17Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
1
+ <svg title="Кошелёк с плюсом" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 15.44h-5M12 13v5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22H8.1c-.24 0-.48-.02-.71-.05-3.18-.21-4.88-1.91-5.09-5.09-.03-.23-.05-.47-.05-.71V14.2c0-2.01 1.22-3.74 2.96-4.49.6-.25 1.24-.39 1.92-.39h9.76c.49 0 .97.07 1.41.2 2 .6 3.46 2.47 3.46 4.67v1.95c0 .2-.01.4-.02.6-.19 3.5-2.14 5.26-5.84 5.26" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="m12.9 2.52-.03.07-2.9 6.73H7.12c-.68 0-1.33.14-1.92.39l1.75-4.18.04-.1.07-.16c.02-.06.04-.12.07-.17 1.31-3.03 2.79-3.72 5.77-2.58Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.29 9.52c-.45-.14-.93-.2-1.41-.2H9.97l2.9-6.73.03-.07c.15.05.29.12.44.18l2.21.93c1.23.51 2.09 1.04 2.61 1.68.1.12.18.23.25.36.09.14.16.28.2.43.04.09.07.18.09.26.27.84.11 1.87-.41 3.16ZM6.95 5.53 5.2 9.71a4.894 4.894 0 0 0-2.96 4.49v-2.93c0-2.84 2.02-5.21 4.71-5.74Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.76 11.27v2.93c0-2.2-1.46-4.07-3.46-4.67.52-1.3.67-2.32.42-3.17-.02-.09-.05-.18-.09-.26 1.86.96 3.13 2.93 3.13 5.17Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,7 +1 @@
1
- <svg title="Кошелёк" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.75 16.86v2.03c0 1.72-1.6 3.11-3.57 3.11-1.97 0-3.58-1.39-3.58-3.11v-2.03c0 1.72 1.6 2.94 3.58 2.94 1.97 0 3.57-1.23 3.57-2.94Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M10.75 14.11c0 .5-.14.96-.38 1.36-.59.97-1.8 1.58-3.2 1.58-1.4 0-2.61-.62-3.2-1.58-.24-.4-.38-.86-.38-1.36 0-.86.4-1.63 1.04-2.19.65-.57 1.54-.91 2.53-.91.99 0 1.88.35 2.53.91.66.55 1.06 1.33 1.06 2.19Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M10.75 14.11v2.75c0 1.72-1.6 2.94-3.57 2.94-1.97 0-3.58-1.23-3.58-2.94v-2.75C3.6 12.39 5.2 11 7.18 11c.99 0 1.88.35 2.53.91.64.56 1.04 1.34 1.04 2.2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M22 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M16 3.5c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5h-2.5M2 10.5v-2c0-2.72 1.64-4.62 4.19-4.94.26-.04.53-.06.81-.06h5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
1
+ <svg title="Кошелёк" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.75 16.86v2.03c0 1.72-1.6 3.11-3.57 3.11-1.97 0-3.58-1.39-3.58-3.11v-2.03c0 1.72 1.6 2.94 3.58 2.94 1.97 0 3.57-1.23 3.57-2.94Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.75 14.11c0 .5-.14.96-.38 1.36-.59.97-1.8 1.58-3.2 1.58-1.4 0-2.61-.62-3.2-1.58-.24-.4-.38-.86-.38-1.36 0-.86.4-1.63 1.04-2.19.65-.57 1.54-.91 2.53-.91.99 0 1.88.35 2.53.91.66.55 1.06 1.33 1.06 2.19Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.75 14.11v2.75c0 1.72-1.6 2.94-3.57 2.94-1.97 0-3.58-1.23-3.58-2.94v-2.75C3.6 12.39 5.2 11 7.18 11c.99 0 1.88.35 2.53.91.64.56 1.04 1.34 1.04 2.2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 3.5c.26 0 .51.01.75.05C19.33 3.85 21 5.76 21 8.5v1.45h-2.08c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87H21v1.45c0 3-2 5-5 5h-2.5M2 10.5v-2c0-2.72 1.64-4.62 4.19-4.94.26-.04.53-.06.81-.06h5" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Кошелёк с деньгами" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 12.063V11a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.063" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="m5 7 8.571-5L15 4.308M10 7l8-4 2 2.91" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M16.56 18H21a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v3" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
5
- </svg>
1
+ <svg title="Кошелёк с деньгами" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12.063V11a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.063" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="m5 7 8.571-5L15 4.308M10 7l8-4 2 2.91" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.56 18H21a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v3" stroke="#000000" stroke-width="2" stroke-linecap="round"/></svg>
@@ -1,34 +1,8 @@
1
1
  export { setup } from '@redneckz/uni-jsx';
2
2
  export { DaDataAPI } from './api/DaDataAPI';
3
3
  export { LikeAPI } from './api/LikeAPI';
4
- export type { BlockContent } from './components/BlockContent';
5
4
  export { Blocks } from './components/Blocks';
6
5
  export { ContentPage } from './components/ContentPage/ContentPage';
7
- export type { BlockDecorator } from './components/ContentPage/ContentPage';
8
- export type {
9
- AsyncDataHook,
10
- ContentPageContext,
11
- GeolocationHook,
12
- HandlerDecorator,
13
- LikeService,
14
- Router,
15
- Search,
16
- } from './components/ContentPage/ContentPageContext';
17
- export { ContentPageHead } from './components/ContentPage/ContentPageHead';
18
- export { normalizePage } from './components/ContentPage/normalizePage';
19
- export { Header } from './components/Header/Header';
20
- export type { Img, ImgSource, Picture } from './model/Picture';
21
6
  export { projectSettings } from './ProjectSettings';
22
- export type { ProjectSettings } from './ProjectSettings';
23
- export type { SitemapProps as SitemapContent } from './services/sitemap/SitemapProps';
24
- export type {
25
- BlockDef,
26
- ContentPageDef,
27
- ContentPageMeta,
28
- Slot,
29
- SlotsMap,
30
- UniBlockProps,
31
- } from './types';
32
- export { Icon } from './ui-kit/Icon/Icon';
33
7
  export { joinList } from './utils/joinList';
34
8
  export * as url from './utils/url';
@@ -0,0 +1 @@
1
+ export type IconVersion = 'normal' | 'white';
@@ -1,4 +1,5 @@
1
1
  import type { IconName } from '../icons/IconName';
2
+ import type { IconVersion } from './IconVersion';
2
3
 
3
4
  export interface Img {
4
5
  /** @title Картинка */
@@ -12,6 +13,8 @@ export interface Img {
12
13
  export interface ImgSource {
13
14
  /** @title Иконка */
14
15
  icon?: IconName;
16
+ /** @hidden */
17
+ iconVersion?: IconVersion;
15
18
  /** @title Картинка */
16
19
  src?: string;
17
20
  /** @title Формат */
@@ -9,17 +9,19 @@ export const Icon = JSX<IconProps>(
9
9
  name = '',
10
10
  alt = `Иконка ${IconTitleMap[name] || name}`,
11
11
  title = alt,
12
+ iconVersion,
12
13
  asSVG,
13
14
  ...imgProps
14
15
  }) => {
15
16
  const href = `${projectSettings.CDN || ''}icons/${name}.svg`;
17
+ const svgUseStyle = iconVersion === 'white' ? 'text-black invert' : '';
16
18
 
17
19
  if (asSVG) {
18
20
  return (
19
21
  <svg className={className} {...imgProps} aria-hidden="true">
20
22
  {title ? <title>{title}</title> : null}
21
23
  {alt ? <desc>{alt}</desc> : null}
22
- <use href={`${href}#icon`} xlinkHref={`${href}#icon`} />
24
+ <use className={svgUseStyle} href={`${href}#icon`} xlinkHref={`${href}#icon`} />
23
25
  </svg>
24
26
  );
25
27
  }
@@ -1,4 +1,5 @@
1
1
  import type { IconName } from '../../icons/IconName';
2
+ import type { IconVersion } from '../../model/IconVersion';
2
3
 
3
4
  export type { IconName };
4
5
 
@@ -18,4 +19,6 @@ export interface IconCompatibilityFields {
18
19
  export type IconProps = IconCompatibilityFields & {
19
20
  className?: string;
20
21
  name?: IconName;
22
+ /** @hidden */
23
+ iconVersion?: IconVersion;
21
24
  };
@@ -1,6 +1,8 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
- import type { ImgSource, Picture } from '../../model/Picture';
3
2
  import { Icon } from '../Icon/Icon';
3
+ import { getIconVersion } from './getIconVersion';
4
+ import type { ImgSource, Picture } from '../../model/Picture';
5
+
4
6
  import type { Image, ImageProps } from './ImgProps';
5
7
 
6
8
  export const Img = JSX<ImageProps<Image>>(
@@ -8,7 +10,14 @@ export const Img = JSX<ImageProps<Image>>(
8
10
  // backwards compatibility with existing icons in usage
9
11
  const icon = typeof image === 'string' ? image : image?.icon;
10
12
  if (icon || icon === '') {
11
- return <Icon className={className} name={icon} {...iconProps} />;
13
+ return (
14
+ <Icon
15
+ className={className}
16
+ iconVersion={getIconVersion(image)}
17
+ name={icon}
18
+ {...iconProps}
19
+ />
20
+ );
12
21
  }
13
22
 
14
23
  return (
@@ -0,0 +1,3 @@
1
+ export function getIconVersion(image) {
2
+ return typeof image === 'string' ? 'normal' : image.iconVersion || 'normal';
3
+ }
@@ -3,12 +3,15 @@ import { JSX } from '@redneckz/uni-jsx';
3
3
  export interface SelectOptionProps {
4
4
  className?: string;
5
5
  value?: string;
6
+ selected?: boolean;
6
7
  }
7
8
 
8
- export const SelectOption = JSX<SelectOptionProps>(({ className = '', value, children }) => {
9
- return (
10
- <option className={className} value={`${value}`}>
11
- {children}
12
- </option>
13
- );
14
- });
9
+ export const SelectOption = JSX<SelectOptionProps>(
10
+ ({ className = '', value, selected, children }) => {
11
+ return (
12
+ <option className={className} value={`${value}`} selected={selected}>
13
+ {children}
14
+ </option>
15
+ );
16
+ },
17
+ );
@@ -42,7 +42,7 @@ const renderTab =
42
42
  const renderIcon = (tab: Tab, isActive: boolean) => (
43
43
  <div className="h-full mt-1">
44
44
  <Img
45
- className={`w-5 h-5 mr-3 ${isActive ? 'invert-full' : ''}`}
45
+ className={`w-5 h-5 mr-3 ${isActive ? 'invert' : ''}`}
46
46
  image={tab?.icon || 'CardIcon'}
47
47
  asSVG={!isActive}
48
48
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redneckz/wildless-cms-uni-blocks",
3
- "version": "0.3.49",
3
+ "version": "0.3.52",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "ЦК",
@@ -23,12 +23,12 @@
23
23
  "require": "./mobile/dist/index.js",
24
24
  "types": "./mobile/lib/index.d.ts"
25
25
  },
26
- "./lib/*.js": {
26
+ "./lib/*": {
27
27
  "import": "./lib/*.js",
28
28
  "require": "./dist/*.js",
29
29
  "types": "./lib/*.d.ts"
30
30
  },
31
- "./mobile/lib/*.js": {
31
+ "./mobile/lib/*": {
32
32
  "import": "./mobile/lib/*.js",
33
33
  "require": "./mobile/dist/*.js",
34
34
  "types": "./mobile/lib/*.d.ts"
@@ -40,16 +40,11 @@
40
40
  "require": "./dist/content-page-repository/index.js",
41
41
  "types": "./lib/content-page-repository/index.d.ts"
42
42
  },
43
- "./lib/content-page-repository/*.js": {
43
+ "./lib/content-page-repository/*": {
44
44
  "import": "./lib/content-page-repository/*.js",
45
45
  "require": "./dist/content-page-repository/*.js",
46
46
  "types": "./lib/content-page-repository/*.d.ts"
47
47
  },
48
- "./lib/utils/*.js": {
49
- "import": "./lib/utils/*.js",
50
- "require": "./dist/utils/*.js",
51
- "types": "./lib/utils/*.d.ts"
52
- },
53
48
  "./bundle/*.js": "./bundle/*.js",
54
49
  "./bundle/*.json": "./bundle/*.json",
55
50
  "./*.json": "./*.json",
package/src/common.css CHANGED
@@ -40,10 +40,6 @@ html {
40
40
  @tailwind utilities;
41
41
 
42
42
  @layer utilities {
43
- .invert-full {
44
- filter: invert(1);
45
- }
46
-
47
43
  .rotate-180 {
48
44
  transform: rotate(180deg);
49
45
  }
@@ -9,11 +9,11 @@ export const Bonus = JSX<BonusProps>((props) => {
9
9
  const { className = '', title, description, bonusItems, anchor = null } = props;
10
10
 
11
11
  return (
12
- <section className={`bg-white p-12 ${className}`} id={anchor}>
12
+ <section className={`font-sans bg-white p-[50px] pb-9 ${className}`} id={anchor}>
13
13
  <div className="container">
14
- {title ? <Heading headingType="h2" className="text-center" title={title} /> : null}
14
+ {title ? <Heading headingType="h3" className="text-center" title={title} /> : null}
15
15
  {description ? (
16
- <div className="text-md font-light text-center mt-2">{description}</div>
16
+ <div className="text-md font-light text-center mt-[10px]">{description}</div>
17
17
  ) : null}
18
18
  <div className="flex flex-wrap w-full mt-9">
19
19
  {bonusItems
@@ -21,16 +21,18 @@ export const Bonus = JSX<BonusProps>((props) => {
21
21
  return (
22
22
  <div
23
23
  key={String(i)}
24
- className="flex-grow w-[49%] border border-gray pl-9 pt-9 pr-6 pb-6 mb-4 mx-2 even:mr-0 odd:ml-0 last:odd:w-full last:odd:mx-0"
24
+ className="flex-grow w-[49%] border border-gray pl-9 pt-9 pr-6 pb-6 mb-[14px] mx-[7px] even:mr-0 odd:ml-0 last:odd:mx-0"
25
25
  >
26
26
  <div className="flex justify-between w-full">
27
27
  <div className="mr-4">
28
28
  <div className="text-title-sm">{_.name}</div>
29
- <div className="text-md font-light mt-3 max-w-[488px]">{_.description}</div>
29
+ <div className="text-md font-light mt-[14px] max-w-[488px]">
30
+ {_.description}
31
+ </div>
30
32
  </div>
31
33
  {_.bonusCount ? (
32
34
  <div className="relative -bottom-3 h-auto flex items-end mt-14 shrink-0">
33
- <span className="font-mohave -tracking-wider text-title-extra bg-clip-text text-transparent bg-green-to-yellow -mb-7">
35
+ <span className="font-mohave -tracking-[5px] text-title-extra bg-clip-text text-transparent bg-green-to-yellow -mb-7">
34
36
  {_.bonusCount}
35
37
  </span>
36
38
  <span className="text-[44px] bg-clip-text text-transparent bg-green-to-yellow">
@@ -1,9 +1,9 @@
1
1
  import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
2
2
  import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
3
3
 
4
- /** @title Список плиток */
4
+ /** @title Плитка */
5
5
  interface BonusItems {
6
- /** @title Заголовок плитки */
6
+ /** @title Бонусы */
7
7
  name?: string;
8
8
  /** @title Описание плитки */
9
9
  description?: string;
@@ -14,9 +14,10 @@ interface BonusItems {
14
14
  }
15
15
 
16
16
  /**
17
- * @title Плитка
17
+ * @title Блок Бонусы
18
18
  */
19
19
  export type BonusContent = HeadingContent &
20
20
  DescriptionContent & {
21
+ /** @title Список плиток */
21
22
  bonusItems?: BonusItems[];
22
23
  };
@@ -486,6 +486,12 @@
486
486
  "content": {
487
487
  "title": "Потребительский кредит наличными",
488
488
  "description": "Кредит наличными без залога и поручительства. Потребительский кредит на любые цели. Нужен только паспорт.",
489
+ "headingType": "h2",
490
+ "backwardButton": {
491
+ "href": "https://rshb.ru",
492
+ "text": "Кнопка возврата",
493
+ "icon": { "icon": "ArrowLeftIcon" }
494
+ },
489
495
  "breadcrumbs": [
490
496
  {
491
497
  "text": "Главная",
@@ -10,7 +10,7 @@ interface CurrentLocationProps {
10
10
  export const CurrentLocation = JSX<CurrentLocationProps>(
11
11
  ({ className = '', address, distance }) => (
12
12
  <div className={`flex text-sm ${className}`}>
13
- <Img className="min-w-fit" image={{ icon: 'GpsIcon' }} width="24" height="24" asSVG />
13
+ <Img image={{ icon: 'GpsIcon' }} width="24" height="24" asSVG />
14
14
  <div className="ml-3 font-light">
15
15
  {address ? <p className="m-0 mb-[3px]">{address}</p> : null}
16
16
  {distance ? (
@@ -16,7 +16,7 @@ export const ExchangeCurrencyCalculator = JSX<ExchangeCurrencyCalculatorProps>(
16
16
  return (
17
17
  <div className={`grid gap-3.5 ${className}`}>
18
18
  {renderInput('Хочу продать', codes)}
19
- {renderInput('Получу', codes)}
19
+ {renderInput('Получу', codes, 'USD')}
20
20
  <Button className="box-border mt-3.5 py-3 h-12 w-full" version="primary" href="#">
21
21
  Купить валюту
22
22
  </Button>
@@ -25,7 +25,7 @@ export const ExchangeCurrencyCalculator = JSX<ExchangeCurrencyCalculatorProps>(
25
25
  },
26
26
  );
27
27
 
28
- function renderInput(placeholder: string, codes: string[]) {
28
+ function renderInput(placeholder: string, codes: string[], selected?: string) {
29
29
  return (
30
30
  <div className="relative flex items-center">
31
31
  <Input
@@ -36,7 +36,7 @@ function renderInput(placeholder: string, codes: string[]) {
36
36
  {codes.length ? (
37
37
  <Select className="h-9 -translate-x-4">
38
38
  {codes.map((code, i) => (
39
- <SelectOption key={String(i)} value={code}>
39
+ <SelectOption key={String(i)} value={code} selected={code === selected}>
40
40
  {code}
41
41
  </SelectOption>
42
42
  ))}
@@ -16,7 +16,7 @@ export const SocialMedia = JSX<SocialMediaProps>(
16
16
  const { handlerDecorator } = context;
17
17
  return (
18
18
  <div>
19
- <div className={`flex gap-2.5 mb-1.5 ${className}`}>
19
+ <div className={`flex gap-2.5 ${className}`}>
20
20
  {media?.map((_, index) => (
21
21
  <MediaButton
22
22
  key={String(index)}