@redneckz/wildless-cms-uni-blocks 0.3.68 → 0.3.70

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 (264) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +108 -41
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/cosmos-static/icons/ArrowDownIcon.svg +1 -1
  5. package/cosmos-static/icons/ArrowUpIcon.svg +1 -1
  6. package/cosmos-static/icons/DoneIcon.svg +1 -0
  7. package/cosmos-static/icons/GridIcon.svg +1 -1
  8. package/dist/components/BlockContent.d.ts +3 -1
  9. package/dist/components/Blocks.d.ts +1 -0
  10. package/dist/components/Blocks.js +2 -0
  11. package/dist/components/Blocks.js.map +1 -1
  12. package/dist/components/Footer/MediaButton.js +5 -4
  13. package/dist/components/Footer/MediaButton.js.map +1 -1
  14. package/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -3
  15. package/dist/components/Header/HeaderSecondaryMenu.js +4 -4
  16. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  17. package/dist/components/Header/HeaderTop.js +1 -1
  18. package/dist/components/Header/HeaderTop.js.map +1 -1
  19. package/dist/components/Insurance/Insurance.js +4 -6
  20. package/dist/components/Insurance/Insurance.js.map +1 -1
  21. package/dist/components/Insurance/InsuranceContent.d.ts +2 -5
  22. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -0
  23. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +34 -0
  24. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -0
  25. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +30 -0
  26. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +2 -0
  27. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +1 -0
  28. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +5 -0
  29. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +51 -0
  30. package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -0
  31. package/dist/components/ProductBlock/renderBackwardButton.js +3 -1
  32. package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  33. package/dist/components/Recommendation/RecommendationCard.js +1 -1
  34. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  35. package/dist/components/StepsBlock/StepsBlock.js +1 -1
  36. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  37. package/dist/icons/IconName.d.ts +5 -15
  38. package/dist/icons/IconName.js +3 -13
  39. package/dist/icons/IconName.js.map +1 -1
  40. package/dist/model/IconVersion.d.ts +3 -2
  41. package/dist/model/Insurance.d.ts +6 -0
  42. package/dist/model/Insurance.js +2 -0
  43. package/dist/model/Insurance.js.map +1 -0
  44. package/dist/model/Picture.d.ts +0 -1
  45. package/dist/ui-kit/Button/ArrowButton.js +1 -1
  46. package/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  47. package/dist/ui-kit/Foldable/Foldable.js +1 -1
  48. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  49. package/dist/ui-kit/Icon/Icon.js +7 -3
  50. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  51. package/dist/ui-kit/Icon/IconProps.d.ts +1 -0
  52. package/dist/ui-kit/Img/Img.js +1 -1
  53. package/dist/ui-kit/Img/Img.js.map +1 -1
  54. package/lib/common.css +1 -1
  55. package/lib/components/BlockContent.d.ts +3 -1
  56. package/lib/components/Blocks.d.ts +1 -0
  57. package/lib/components/Blocks.js +2 -0
  58. package/lib/components/Blocks.js.map +1 -1
  59. package/lib/components/Footer/MediaButton.js +5 -4
  60. package/lib/components/Footer/MediaButton.js.map +1 -1
  61. package/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -3
  62. package/lib/components/Header/HeaderSecondaryMenu.js +4 -4
  63. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  64. package/lib/components/Header/HeaderTop.js +1 -1
  65. package/lib/components/Header/HeaderTop.js.map +1 -1
  66. package/lib/components/Insurance/Insurance.js +4 -6
  67. package/lib/components/Insurance/Insurance.js.map +1 -1
  68. package/lib/components/Insurance/InsuranceContent.d.ts +2 -5
  69. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -0
  70. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.d.ts +4 -0
  71. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +32 -0
  72. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -0
  73. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +30 -0
  74. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +2 -0
  75. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +1 -0
  76. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +5 -0
  77. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +49 -0
  78. package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -0
  79. package/lib/components/ProductBlock/renderBackwardButton.js +3 -1
  80. package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  81. package/lib/components/Recommendation/RecommendationCard.js +1 -1
  82. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  83. package/lib/components/StepsBlock/StepsBlock.js +1 -1
  84. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  85. package/lib/icons/IconName.d.ts +5 -15
  86. package/lib/icons/IconName.js +3 -13
  87. package/lib/icons/IconName.js.map +1 -1
  88. package/lib/model/IconVersion.d.ts +3 -2
  89. package/lib/model/Insurance.d.ts +6 -0
  90. package/lib/model/Insurance.js +2 -0
  91. package/lib/model/Insurance.js.map +1 -0
  92. package/lib/model/Picture.d.ts +0 -1
  93. package/lib/ui-kit/Button/ArrowButton.js +1 -1
  94. package/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  95. package/lib/ui-kit/Foldable/Foldable.js +1 -1
  96. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  97. package/lib/ui-kit/Icon/Icon.fixture.d.ts +2 -0
  98. package/lib/ui-kit/Icon/Icon.js +7 -3
  99. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  100. package/lib/ui-kit/Icon/IconProps.d.ts +1 -0
  101. package/lib/ui-kit/Img/Img.js +1 -1
  102. package/lib/ui-kit/Img/Img.js.map +1 -1
  103. package/mobile/bundle/bundle.umd.js +16 -21
  104. package/mobile/bundle/bundle.umd.min.js +1 -1
  105. package/mobile/dist/components/BlockContent.d.ts +3 -1
  106. package/mobile/dist/components/Footer/MediaButton.js +5 -4
  107. package/mobile/dist/components/Footer/MediaButton.js.map +1 -1
  108. package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -3
  109. package/mobile/dist/components/Header/HeaderSecondaryMenu.js +4 -4
  110. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  111. package/mobile/dist/components/Header/HeaderTop.js +1 -1
  112. package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
  113. package/mobile/dist/components/Insurance/Insurance.js +4 -6
  114. package/mobile/dist/components/Insurance/Insurance.js.map +1 -1
  115. package/mobile/dist/components/Insurance/InsuranceContent.d.ts +2 -5
  116. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -0
  117. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +34 -0
  118. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -0
  119. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +30 -0
  120. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +2 -0
  121. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +1 -0
  122. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +5 -0
  123. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +51 -0
  124. package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -0
  125. package/mobile/dist/components/ProductBlock/renderBackwardButton.js +3 -1
  126. package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
  127. package/mobile/dist/components/Recommendation/RecommendationCard.js +1 -1
  128. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  129. package/mobile/dist/icons/IconName.d.ts +5 -15
  130. package/mobile/dist/icons/IconName.js +3 -13
  131. package/mobile/dist/icons/IconName.js.map +1 -1
  132. package/mobile/dist/model/IconVersion.d.ts +3 -2
  133. package/mobile/dist/model/Insurance.d.ts +6 -0
  134. package/mobile/dist/model/Insurance.js +2 -0
  135. package/mobile/dist/model/Insurance.js.map +1 -0
  136. package/mobile/dist/model/Picture.d.ts +0 -1
  137. package/mobile/dist/ui-kit/Button/ArrowButton.js +1 -1
  138. package/mobile/dist/ui-kit/Button/ArrowButton.js.map +1 -1
  139. package/mobile/dist/ui-kit/Foldable/Foldable.js +1 -1
  140. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  141. package/mobile/dist/ui-kit/Icon/Icon.js +7 -3
  142. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  143. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +1 -0
  144. package/mobile/lib/components/BlockContent.d.ts +3 -1
  145. package/mobile/lib/components/Footer/MediaButton.js +5 -4
  146. package/mobile/lib/components/Footer/MediaButton.js.map +1 -1
  147. package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -3
  148. package/mobile/lib/components/Header/HeaderSecondaryMenu.js +4 -4
  149. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  150. package/mobile/lib/components/Header/HeaderTop.js +1 -1
  151. package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
  152. package/mobile/lib/components/Insurance/Insurance.js +4 -6
  153. package/mobile/lib/components/Insurance/Insurance.js.map +1 -1
  154. package/mobile/lib/components/Insurance/InsuranceContent.d.ts +2 -5
  155. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +5 -0
  156. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +32 -0
  157. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +1 -0
  158. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +30 -0
  159. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +2 -0
  160. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +1 -0
  161. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +5 -0
  162. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +49 -0
  163. package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +1 -0
  164. package/mobile/lib/components/ProductBlock/renderBackwardButton.js +3 -1
  165. package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
  166. package/mobile/lib/components/Recommendation/RecommendationCard.js +1 -1
  167. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  168. package/mobile/lib/icons/IconName.d.ts +5 -15
  169. package/mobile/lib/icons/IconName.js +3 -13
  170. package/mobile/lib/icons/IconName.js.map +1 -1
  171. package/mobile/lib/model/IconVersion.d.ts +3 -2
  172. package/mobile/lib/model/Insurance.d.ts +6 -0
  173. package/mobile/lib/model/Insurance.js +2 -0
  174. package/mobile/lib/model/Insurance.js.map +1 -0
  175. package/mobile/lib/model/Picture.d.ts +0 -1
  176. package/mobile/lib/ui-kit/Button/ArrowButton.js +1 -1
  177. package/mobile/lib/ui-kit/Button/ArrowButton.js.map +1 -1
  178. package/mobile/lib/ui-kit/Foldable/Foldable.js +1 -1
  179. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  180. package/mobile/lib/ui-kit/Icon/Icon.js +7 -3
  181. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  182. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +1 -0
  183. package/mobile/src/components/BlockContent.ts +5 -1
  184. package/mobile/src/components/ContentPage/ContentPage.page.json +50 -1
  185. package/mobile/src/components/Footer/MediaButton.tsx +17 -5
  186. package/mobile/src/components/GracePeriod/GracePeriodContent.ts +2 -3
  187. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +14 -6
  188. package/mobile/src/components/Header/HeaderTop.tsx +1 -1
  189. package/mobile/src/components/Insurance/Insurance.example.json +21 -0
  190. package/mobile/src/components/Insurance/Insurance.tsx +10 -9
  191. package/mobile/src/components/Insurance/InsuranceContent.ts +9 -11
  192. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +44 -0
  193. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +84 -0
  194. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +33 -0
  195. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +157 -0
  196. package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +4 -1
  197. package/mobile/src/components/Recommendation/RecommendationCard.tsx +1 -1
  198. package/mobile/src/icons/ArrowDownIcon.svg +2 -2
  199. package/mobile/src/icons/ArrowUpIcon.svg +2 -2
  200. package/mobile/src/icons/DoneIcon.svg +4 -0
  201. package/mobile/src/icons/GridIcon.svg +2 -3
  202. package/mobile/src/icons/IconName.ts +4 -4
  203. package/mobile/src/model/IconVersion.ts +3 -2
  204. package/mobile/src/model/Insurance.ts +6 -0
  205. package/mobile/src/model/Picture.ts +0 -1
  206. package/mobile/src/ui-kit/Button/ArrowButton.tsx +1 -1
  207. package/mobile/src/ui-kit/Foldable/Foldable.tsx +1 -1
  208. package/mobile/src/ui-kit/Icon/Icon.tsx +14 -3
  209. package/mobile/src/ui-kit/Icon/IconProps.ts +1 -0
  210. package/package.json +2 -2
  211. package/src/components/BlockContent.ts +5 -1
  212. package/src/components/Blocks.ts +2 -0
  213. package/src/components/ContentPage/ContentPage.page.json +50 -1
  214. package/src/components/Footer/MediaButton.tsx +17 -5
  215. package/src/components/GracePeriod/GracePeriodContent.ts +2 -3
  216. package/src/components/Header/HeaderSecondaryMenu.tsx +14 -6
  217. package/src/components/Header/HeaderTop.tsx +1 -1
  218. package/src/components/Insurance/Insurance.example.json +21 -0
  219. package/src/components/Insurance/Insurance.fixture.tsx +5 -4
  220. package/src/components/Insurance/Insurance.tsx +10 -9
  221. package/src/components/Insurance/InsuranceContent.ts +9 -11
  222. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +44 -0
  223. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +52 -0
  224. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +84 -0
  225. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +33 -0
  226. package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +157 -0
  227. package/src/components/ProductBlock/renderBackwardButton.tsx +4 -1
  228. package/src/components/Recommendation/RecommendationCard.tsx +1 -1
  229. package/src/components/StepsBlock/StepsBlock.fixture.tsx +3 -3
  230. package/src/components/StepsBlock/StepsBlock.tsx +1 -1
  231. package/src/icons/ArrowDownIcon.svg +2 -2
  232. package/src/icons/ArrowUpIcon.svg +2 -2
  233. package/src/icons/DoneIcon.svg +4 -0
  234. package/src/icons/GridIcon.svg +2 -3
  235. package/src/icons/IconName.ts +240 -5
  236. package/src/model/IconVersion.ts +3 -2
  237. package/src/model/Insurance.ts +6 -0
  238. package/src/model/Picture.ts +0 -1
  239. package/src/ui-kit/Button/ArrowButton.tsx +1 -1
  240. package/src/ui-kit/Foldable/Foldable.tsx +1 -1
  241. package/src/ui-kit/Icon/Icon.fixture.tsx +24 -0
  242. package/src/ui-kit/Icon/Icon.tsx +14 -3
  243. package/src/ui-kit/Icon/IconProps.ts +1 -0
  244. package/src/ui-kit/Img/Img.tsx +2 -1
  245. package/cosmos-static/icons/ArrowsRewindRight.svg +0 -1
  246. package/cosmos-static/icons/BurgerIconWhite.svg +0 -1
  247. package/cosmos-static/icons/CalendarWhiteIcon.svg +0 -1
  248. package/cosmos-static/icons/EmptyWalletWhiteIcon.svg +0 -1
  249. package/cosmos-static/icons/GridIconWhite.svg +0 -1
  250. package/cosmos-static/icons/PercentageSquareWhiteIcon.svg +0 -1
  251. package/mobile/src/components/Insurance/Insuranse.example.json +0 -36
  252. package/mobile/src/icons/ArrowsRewindRight.svg +0 -16
  253. package/mobile/src/icons/BurgerIconWhite.svg +0 -6
  254. package/mobile/src/icons/CalendarWhiteIcon.svg +0 -17
  255. package/mobile/src/icons/EmptyWalletWhiteIcon.svg +0 -16
  256. package/mobile/src/icons/GridIconWhite.svg +0 -4
  257. package/mobile/src/icons/PercentageSquareWhiteIcon.svg +0 -16
  258. package/src/components/Insurance/Insuranse.example.json +0 -36
  259. package/src/icons/ArrowsRewindRight.svg +0 -16
  260. package/src/icons/BurgerIconWhite.svg +0 -6
  261. package/src/icons/CalendarWhiteIcon.svg +0 -17
  262. package/src/icons/EmptyWalletWhiteIcon.svg +0 -16
  263. package/src/icons/GridIconWhite.svg +0 -4
  264. package/src/icons/PercentageSquareWhiteIcon.svg +0 -16
@@ -1,36 +0,0 @@
1
- {
2
- "title": "Страховые риски и продукты",
3
- "description": "Описание",
4
- "insurance": 500000,
5
- "limit": null,
6
- "image": {
7
- "src": "insurance.png",
8
- "title": "страхование",
9
- "format": "webp",
10
- "alt": "страхование",
11
- "size": {
12
- "width": 400,
13
- "height": 300
14
- },
15
- "sources": [
16
- {
17
- "src": "insurance.png 1x, insurance-2x.png 2x",
18
- "format": "png"
19
- }
20
- ]
21
- },
22
- "benefits": [
23
- {
24
- "label": "Пункт 1",
25
- "icon": {
26
- "icon": "ShieldTickIcon"
27
- }
28
- },
29
- {
30
- "label": "Пункт 2",
31
- "icon": {
32
- "icon": "ShieldTickIcon"
33
- }
34
- }
35
- ]
36
- }
@@ -1,16 +0,0 @@
1
- <svg title="Стрелка" viewBox="0 0 230 187" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_d_7050_138706)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M92.24 52.16L14 104.32V0L92.24 52.16ZM216.119 52.16L137.879 104.32V0L216.119 52.16Z" fill="white"/>
4
- </g>
5
- <defs>
6
- <filter id="filter0_d_7050_138706" x="0.959999" y="0" width="228.199" height="186.907" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
7
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
8
- <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"/>
9
- <feOffset dy="69.5467"/>
10
- <feGaussianBlur stdDeviation="6.52"/>
11
- <feColorMatrix type="matrix" values="0 0 0 0 0.0196078 0 0 0 0 0.0117647 0 0 0 0 0.0156863 0 0 0 0.1 0"/>
12
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7050_138706"/>
13
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_7050_138706" result="shape"/>
14
- </filter>
15
- </defs>
16
- </svg>
@@ -1,6 +0,0 @@
1
- <svg title="Бургер (белый)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 6H21" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
3
- <path d="M9.49023 12H21.0002" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
4
- <path d="M3 12H5.99" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
5
- <path d="M3 18H21" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
6
- </svg>
@@ -1,17 +0,0 @@
1
- <svg title="Календарь белый" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- stroke="#fff"
4
- stroke-width="2"
5
- stroke-miterlimit="10"
6
- stroke-linecap="round"
7
- stroke-linejoin="round"
8
- d="M8 2v3M16 2v3M3.5 9.09h17M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5"
9
- />
10
- <path
11
- stroke="#fff"
12
- stroke-width="3"
13
- stroke-linecap="round"
14
- stroke-linejoin="round"
15
- d="M15.991 13h.018M15.991 17.006h.018M11.991 13h.018M11.991 17.006h.018M7.991 13h.018M7.991 17.006h.018"
16
- />
17
- </svg>
@@ -1,16 +0,0 @@
1
- <svg title="Пустой кошелёк (белый)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- stroke="#fff"
4
- stroke-width="2"
5
- stroke-linecap="round"
6
- stroke-linejoin="round"
7
- d="M2.5 14.07v-2.56c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.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.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76H6.26c-2.07 0-3.76-1.69-3.76-3.76M12.28 2.17a1.9 1.9 0 0 1 2.57 1.78v3.8"
8
- />
9
- <path
10
- stroke="#fff"
11
- stroke-width="2"
12
- stroke-linecap="round"
13
- stroke-linejoin="round"
14
- d="M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l3.97-1.5M22.56 13.97v2.06c0 .55-.44 1-1 1.02H19.6c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02ZM7 12h7"
15
- />
16
- </svg>
@@ -1,4 +0,0 @@
1
- <svg title="Сетка (белая)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33">
2
- <rect fill="rgba(255, 255, 255, 0.2)" width="32" height="32" y=".5" rx="16"/>
3
- <path fill="#FFFFFF" d="M13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM13 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 21.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM23 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/>
4
- </svg>
@@ -1,16 +0,0 @@
1
- <svg title="Проценты белые" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- stroke="#fff"
4
- stroke-width="2"
5
- stroke-linecap="round"
6
- stroke-linejoin="round"
7
- d="M2 13.05V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9M8.32 15.27l6.54-6.54"
8
- />
9
- <path
10
- stroke="#fff"
11
- stroke-width="2"
12
- stroke-linecap="round"
13
- stroke-linejoin="round"
14
- d="M8.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"
15
- />
16
- </svg>