adata-ui 3.1.80 → 3.1.82

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 (288) hide show
  1. package/README.md +84 -84
  2. package/dist/module.json +1 -1
  3. package/dist/runtime/components/Alert.vue +26 -26
  4. package/dist/runtime/components/Alert.vue.d.ts +2 -37
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +2 -21
  7. package/dist/runtime/components/ColorMode.vue +12 -12
  8. package/dist/runtime/components/CurveBlock.vue +177 -177
  9. package/dist/runtime/components/DigitBadge.vue +5 -5
  10. package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
  11. package/dist/runtime/components/Drawer.vue +32 -32
  12. package/dist/runtime/components/Drawer.vue.d.ts +2 -47
  13. package/dist/runtime/components/EmptyHeader.vue +6 -6
  14. package/dist/runtime/components/Error.vue +59 -59
  15. package/dist/runtime/components/Footer.vue +73 -73
  16. package/dist/runtime/components/FooterAccordion.vue +45 -45
  17. package/dist/runtime/components/Header.vue +111 -111
  18. package/dist/runtime/components/Header.vue.d.ts +50 -0
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +9 -49
  21. package/dist/runtime/components/NewFooter.vue +114 -114
  22. package/dist/runtime/components/NewFooterAccordion.vue +52 -52
  23. package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
  24. package/dist/runtime/components/PkMobileServices.vue +22 -22
  25. package/dist/runtime/components/SidePanel.vue +76 -76
  26. package/dist/runtime/components/SidePanel.vue.d.ts +3 -79
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +2 -12
  29. package/dist/runtime/components/Toggle.vue +30 -30
  30. package/dist/runtime/components/accordion/Accordion.vue +41 -41
  31. package/dist/runtime/components/accordion/Accordion.vue.d.ts +4 -44
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +4 -22
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
  36. package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
  37. package/dist/runtime/components/error-template/index.vue +32 -32
  38. package/dist/runtime/components/error-template/index.vue.d.ts +3 -5
  39. package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
  40. package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
  41. package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +2 -7
  42. package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
  43. package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
  44. package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
  45. package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
  46. package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +3 -35
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
  51. package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
  52. package/dist/runtime/components/header/AstanaContacts.vue +31 -31
  53. package/dist/runtime/components/header/CardGallery.vue +60 -60
  54. package/dist/runtime/components/header/ContactMenu.vue +39 -39
  55. package/dist/runtime/components/header/ContactMenu.vue.d.ts +8 -2
  56. package/dist/runtime/components/header/HeaderLink.vue +68 -55
  57. package/dist/runtime/components/header/LangSwitcher.vue +26 -26
  58. package/dist/runtime/components/header/ListItem.vue +15 -15
  59. package/dist/runtime/components/header/NavCard.vue +28 -28
  60. package/dist/runtime/components/header/NavList.vue +52 -52
  61. package/dist/runtime/components/header/ProductMenu.vue +72 -72
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
  67. package/dist/runtime/components/header/TopHeader.vue +72 -72
  68. package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
  69. package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +9 -14
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
  75. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
  76. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
  77. package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
  78. package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
  79. package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
  80. package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
  81. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  82. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
  83. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  84. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
  85. package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
  86. package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
  87. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  88. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
  89. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  90. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  91. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  92. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  93. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  94. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  95. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  96. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  97. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  98. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  99. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  100. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  101. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  102. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  103. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  104. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  105. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  106. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  107. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  108. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  109. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +46 -0
  110. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  111. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
  112. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  113. package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
  114. package/dist/runtime/components/select-row/index.vue +58 -58
  115. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  116. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  117. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +2 -20
  118. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  119. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  120. package/dist/runtime/composables/projectState.d.ts +2 -2
  121. package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
  122. package/dist/runtime/composables/useBuyTariffs.js +73 -0
  123. package/dist/runtime/composables/useIdModals.d.ts +11 -21
  124. package/dist/runtime/composables/usePayment.d.ts +5 -5
  125. package/dist/runtime/i18n/i18n.config.d.ts +9 -0
  126. package/dist/runtime/i18n.d.ts +1 -1
  127. package/dist/runtime/icons/ai-assistant.vue +13 -13
  128. package/dist/runtime/icons/akimat.vue +20 -20
  129. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  130. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  131. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  132. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  133. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  134. package/dist/runtime/icons/avatar.vue +41 -41
  135. package/dist/runtime/icons/avto/car.vue +17 -17
  136. package/dist/runtime/icons/avto/truck.vue +17 -17
  137. package/dist/runtime/icons/bank.vue +14 -14
  138. package/dist/runtime/icons/block.vue +19 -19
  139. package/dist/runtime/icons/bookmark.vue +19 -19
  140. package/dist/runtime/icons/calculator.vue +19 -19
  141. package/dist/runtime/icons/chartBar.vue +14 -14
  142. package/dist/runtime/icons/check-circle.vue +25 -25
  143. package/dist/runtime/icons/check-sb.vue +7 -7
  144. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  145. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  146. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  147. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  148. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  149. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  150. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  151. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  152. package/dist/runtime/icons/clipboard-text.vue +17 -17
  153. package/dist/runtime/icons/clock.vue +25 -25
  154. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  155. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  156. package/dist/runtime/icons/communication/mail.vue +19 -19
  157. package/dist/runtime/icons/communication/phone.vue +19 -19
  158. package/dist/runtime/icons/company.vue +19 -19
  159. package/dist/runtime/icons/currency/dollar.vue +19 -19
  160. package/dist/runtime/icons/currency/down.vue +22 -22
  161. package/dist/runtime/icons/currency/eur.vue +69 -69
  162. package/dist/runtime/icons/currency/rub.vue +25 -25
  163. package/dist/runtime/icons/currency/tenge.vue +9 -9
  164. package/dist/runtime/icons/currency/usd.vue +269 -269
  165. package/dist/runtime/icons/currency/yuan.vue +37 -37
  166. package/dist/runtime/icons/document/hdocument.vue +17 -17
  167. package/dist/runtime/icons/document/id.vue +19 -19
  168. package/dist/runtime/icons/document/profile.vue +19 -19
  169. package/dist/runtime/icons/eye-closed.vue +26 -26
  170. package/dist/runtime/icons/eye-open.vue +7 -7
  171. package/dist/runtime/icons/eye-opened.vue +23 -23
  172. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  173. package/dist/runtime/icons/file/file.vue +19 -19
  174. package/dist/runtime/icons/file/files.vue +17 -17
  175. package/dist/runtime/icons/globe.vue +19 -19
  176. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  177. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  178. package/dist/runtime/icons/handshake.vue +19 -19
  179. package/dist/runtime/icons/history.vue +19 -19
  180. package/dist/runtime/icons/hot-line.vue +6 -6
  181. package/dist/runtime/icons/id.vue +9 -9
  182. package/dist/runtime/icons/info/info-circle.vue +29 -29
  183. package/dist/runtime/icons/invoice.vue +35 -35
  184. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  185. package/dist/runtime/icons/link-chain.vue +31 -31
  186. package/dist/runtime/icons/loader-circle.vue +34 -34
  187. package/dist/runtime/icons/lock.vue +19 -19
  188. package/dist/runtime/icons/logo/adata.vue +48 -48
  189. package/dist/runtime/icons/logo/logo.vue +27 -27
  190. package/dist/runtime/icons/map-paper.vue +5 -5
  191. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  192. package/dist/runtime/icons/medal.vue +17 -17
  193. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  194. package/dist/runtime/icons/menu/menu.vue +41 -41
  195. package/dist/runtime/icons/message.vue +24 -24
  196. package/dist/runtime/icons/modals/door.vue +162 -162
  197. package/dist/runtime/icons/moon.vue +10 -10
  198. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  199. package/dist/runtime/icons/navigation/location.vue +25 -25
  200. package/dist/runtime/icons/navigation/logout.vue +19 -19
  201. package/dist/runtime/icons/notifications.vue +25 -25
  202. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  203. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  204. package/dist/runtime/icons/other-service/block.vue +16 -16
  205. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  206. package/dist/runtime/icons/other-service/globe.vue +16 -16
  207. package/dist/runtime/icons/other-service/link.vue +7 -7
  208. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  209. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  210. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  211. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  212. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  213. package/dist/runtime/icons/plus.vue +24 -24
  214. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  215. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  216. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  217. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  218. package/dist/runtime/icons/sanctions.vue +8 -8
  219. package/dist/runtime/icons/scale.vue +19 -19
  220. package/dist/runtime/icons/search.vue +27 -27
  221. package/dist/runtime/icons/socials/facebook.vue +15 -15
  222. package/dist/runtime/icons/socials/google.vue +41 -41
  223. package/dist/runtime/icons/socials/instagram.vue +19 -19
  224. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  225. package/dist/runtime/icons/socials/mailru.vue +34 -34
  226. package/dist/runtime/icons/socials/telegram.vue +15 -15
  227. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  228. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  229. package/dist/runtime/icons/socials/yandex.vue +28 -28
  230. package/dist/runtime/icons/socials/youtube.vue +16 -16
  231. package/dist/runtime/icons/sun.vue +14 -14
  232. package/dist/runtime/icons/sviazi.vue +19 -19
  233. package/dist/runtime/icons/tasks.vue +10 -10
  234. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  235. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  236. package/dist/runtime/icons/users/users-three.vue +17 -17
  237. package/dist/runtime/icons/users/users.vue +31 -31
  238. package/dist/runtime/icons/warning-triangle.vue +29 -29
  239. package/dist/runtime/icons/work-bag.vue +20 -20
  240. package/dist/runtime/icons/x-mark.vue +18 -18
  241. package/dist/runtime/illustrations/address-location.vue +38 -38
  242. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  243. package/dist/runtime/illustrations/bill.vue +133 -133
  244. package/dist/runtime/illustrations/buildings.vue +82 -82
  245. package/dist/runtime/illustrations/calendar.vue +156 -156
  246. package/dist/runtime/illustrations/chains.vue +152 -152
  247. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  248. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  249. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  250. package/dist/runtime/illustrations/delete.vue +32 -32
  251. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  252. package/dist/runtime/illustrations/document.vue +64 -64
  253. package/dist/runtime/illustrations/door.vue +74 -74
  254. package/dist/runtime/illustrations/empty-box.vue +77 -77
  255. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  256. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  257. package/dist/runtime/illustrations/hammer.vue +156 -156
  258. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  259. package/dist/runtime/illustrations/info.vue +39 -39
  260. package/dist/runtime/illustrations/mail.vue +68 -68
  261. package/dist/runtime/illustrations/ok.vue +62 -62
  262. package/dist/runtime/illustrations/people-group.vue +237 -237
  263. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  264. package/dist/runtime/illustrations/person.vue +159 -159
  265. package/dist/runtime/illustrations/phone-check.vue +90 -90
  266. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  267. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  268. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  269. package/dist/runtime/illustrations/suit.vue +111 -111
  270. package/dist/runtime/illustrations/suitcase.vue +105 -105
  271. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  272. package/dist/runtime/illustrations/terminal.vue +234 -234
  273. package/dist/runtime/illustrations/trash-can.vue +108 -108
  274. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  275. package/dist/runtime/illustrations/two-persons.vue +169 -169
  276. package/dist/runtime/lang/en.js +5 -2
  277. package/dist/runtime/lang/kk.js +5 -2
  278. package/dist/runtime/lang/ru.d.ts +3 -0
  279. package/dist/runtime/lang/ru.js +5 -2
  280. package/dist/runtime/plugins/toast.d.ts +1 -503
  281. package/dist/runtime/public/kaspi/logo.svg +4 -4
  282. package/dist/runtime/server/tsconfig.json +3 -3
  283. package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
  284. package/dist/runtime/utils/getMaxZindex.js +22 -0
  285. package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
  286. package/dist/runtime/utils/useUrls.d.ts +1 -0
  287. package/dist/runtime/utils/useUrls.js +1 -0
  288. package/package.json +73 -73
@@ -1,169 +1,169 @@
1
- <template>
2
- <svg
3
- fill="none"
4
- height="155"
5
- viewBox="0 0 156 155"
6
- width="156"
7
- xmlns="http://www.w3.org/2000/svg"
8
- class="group"
9
- >
10
- <circle cx="78.0003" cy="77.5001" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
11
- <g clip-path="url(#clip0_2571_138989)">
12
- <path
13
- d="M61.7447 91.657V68.6642H70.6933L61.7036 49.3291C61.4962 45.864 60.4477 42.5059 58.6524 39.5569C56.8214 36.5151 54.2588 34.0014 51.2079 32.2545C48.1569 30.5075 44.7189 29.5852 41.2203 29.5752H40.3994C34.956 29.5752 29.7355 31.7814 25.8864 35.7085C22.0374 39.6357 19.875 44.962 19.875 50.5158V81.0471V102.309L61.7584 112.988V91.6989L61.7447 91.657Z"
14
- class="fill-white dark:fill-gray-900"
15
- />
16
- <path
17
- d="M135.467 81.0331L135.331 48.31C135.331 38.0911 128.229 29.7986 119.472 29.7986H94.8703H94.8018V29.9382L94.8703 30.1895V49.734L86.209 70.0603L94.9113 67.5614V97.297V113.03L135.467 102.281V81.0192V81.0331Z"
18
- class="fill-white dark:fill-gray-900"
19
- />
20
- <g opacity="0.2">
21
- <path
22
- d="M61.746 91.9084V97.7857L20.7246 83.1832V73.4807L25.8967 75.0582L25.9378 79.6791L61.746 91.9084Z"
23
- fill="#BDC7CE"
24
- opacity="0.2"
25
- />
26
- </g>
27
- <path
28
- d="M19.875 73.1596V50.7392C19.875 45.1854 22.0374 39.8591 25.8864 35.932C29.7355 32.0049 34.956 29.7986 40.3994 29.7986C43.2719 29.7917 46.1129 30.4104 48.7323 31.6135C47.8619 31.4896 46.984 31.4289 46.1051 31.432C40.6617 31.432 35.4413 33.6382 31.5922 37.5653C27.7432 41.4925 25.5808 46.8188 25.5808 52.3725V68.427L19.875 73.1596Z"
29
- fill="#BDC7CE"
30
- opacity="0.2"
31
- />
32
- <g opacity="0.2">
33
- <path
34
- d="M106.503 30.092C108.952 35.006 115.848 43.452 133.485 40.1574C133.485 40.2551 133.567 40.3668 133.622 40.4785H133.513C100.523 52.6101 95.05 31.2367 94.8037 30.1757V30.0361L106.503 30.092Z"
35
- fill="#BDC7CE"
36
- opacity="0.2"
37
- />
38
- </g>
39
- <path
40
- d="M54.7383 53.0008L55.0119 54.2712C55.0136 54.4778 55.0601 54.6813 55.1482 54.8673C55.2363 55.0532 55.3637 55.2169 55.5213 55.3466C55.6789 55.4762 55.8627 55.5686 56.0594 55.617C56.2562 55.6654 56.4611 55.6687 56.6592 55.6266C56.8574 55.5844 57.044 55.498 57.2054 55.3734C57.3669 55.2488 57.4992 55.0893 57.593 54.9062C57.6867 54.7232 57.7394 54.5212 57.7474 54.3148C57.7554 54.1085 57.7184 53.9029 57.6391 53.7128L57.3791 52.4285"
41
- stroke="#9DA3AC"
42
- stroke-linecap="round"
43
- stroke-linejoin="round"
44
- stroke-width="1.29167"
45
- />
46
- <path
47
- d="M102.396 50.7113L102.081 52.219C101.982 52.6249 101.733 52.9759 101.386 53.1985C101.039 53.4211 100.621 53.4981 100.22 53.4133C99.8181 53.3285 99.4644 53.0885 99.2325 52.7436C99.0006 52.3987 98.9084 51.9755 98.9754 51.5629L99.2902 50.0552"
48
- stroke="#9DA3AC"
49
- stroke-linecap="round"
50
- stroke-linejoin="round"
51
- stroke-width="1.29167"
52
- />
53
- <path
54
- d="M61.745 71.8755L51.0176 77.1525"
55
- stroke="#9DA3AC"
56
- stroke-linecap="round"
57
- stroke-linejoin="round"
58
- stroke-width="1.29167"
59
- />
60
- <path
61
- d="M123.742 52.3586C124.385 50.0691 125.521 48.5474 126.766 48.5753C128.627 48.5753 130.036 52.1492 129.899 56.4211C129.763 60.693 128.162 64.1272 126.315 64.0713C125.822 64.0281 125.364 63.7991 125.028 63.4292"
62
- stroke="#9DA3AC"
63
- stroke-linecap="round"
64
- stroke-linejoin="round"
65
- stroke-width="1.29167"
66
- />
67
- <path
68
- d="M94.9531 76.5103C94.9531 76.5103 103.519 76.5103 106.857 71.6521"
69
- stroke="#9DA3AC"
70
- stroke-linecap="round"
71
- stroke-linejoin="round"
72
- stroke-width="1.29167"
73
- />
74
- <path
75
- d="M41.2196 29.8125C46.4585 29.8031 51.5025 31.838 55.3184 35.5003C59.1343 39.1625 61.4332 44.1749 61.744 49.5106L70.7337 68.8457H61.7851V85.5982L20.7363 73.1455V50.7531C20.7363 45.2066 22.8931 39.8866 26.7333 35.9607C30.5735 32.0348 35.7834 29.8236 41.2196 29.8125Z"
76
- stroke="#9DA3AC"
77
- stroke-linecap="round"
78
- stroke-linejoin="round"
79
- stroke-width="1.29167"
80
- />
81
- <path
82
- d="M65.9183 32.3674C65.9183 32.3674 61.5534 43.4659 42.6573 43.4659V58.3896L38.3199 54.2992C38.3199 54.2992 39.4282 45.2389 33.955 45.2389C28.4818 45.2389 28.1945 59.3808 35.4738 59.3808L20.7236 72.8525V82.8342L61.7724 97.4507V85.5983"
83
- stroke="#9DA3AC"
84
- stroke-linecap="round"
85
- stroke-linejoin="round"
86
- stroke-width="1.29167"
87
- />
88
- <g opacity="0.2">
89
- <path
90
- d="M94.9121 93.3466V97.4789L135.441 85.2775L135.386 77.1665L129.544 78.7301L129.503 82.3458L94.9121 93.3466Z"
91
- fill="#BDC7CE"
92
- opacity="0.2"
93
- />
94
- </g>
95
- <path
96
- d="M61.2521 29.1147C61.2521 29.1147 62.9488 38.4123 56.2168 40.9252"
97
- stroke="#9DA3AC"
98
- stroke-linecap="round"
99
- stroke-linejoin="round"
100
- stroke-width="1.29167"
101
- />
102
- <path
103
- d="M36.7861 46.7883L68.0242 47.6399L62.2911 61.8795"
104
- stroke="#9DA3AC"
105
- stroke-linecap="round"
106
- stroke-linejoin="round"
107
- stroke-width="1.29167"
108
- />
109
- <path
110
- d="M135.468 85.2776L94.9396 97.479V67.7294L86.2373 70.2423L94.9396 50.0276V30.0364H119.5C128.257 30.0364 135.359 38.3289 135.359 48.5478L135.468 85.2776Z"
111
- stroke="#9DA3AC"
112
- stroke-linecap="round"
113
- stroke-linejoin="round"
114
- stroke-width="1.29167"
115
- />
116
- <path
117
- d="M135.468 77.1526L94.9805 88.7537"
118
- stroke="#9DA3AC"
119
- stroke-linecap="round"
120
- stroke-linejoin="round"
121
- stroke-width="1.29167"
122
- />
123
- <path
124
- d="M94.8574 30.134C94.8574 30.134 99.7559 52.9313 133.58 40.4926"
125
- stroke="#9DA3AC"
126
- stroke-linecap="round"
127
- stroke-linejoin="round"
128
- stroke-width="1.29167"
129
- />
130
- <path
131
- d="M124.234 118.182C111.628 129.875 95.1776 136.312 78.1406 136.216C61.1036 136.121 44.7231 129.5 32.2441 117.665"
132
- stroke="#9DA3AC"
133
- stroke-miterlimit="10"
134
- stroke-width="1.29167"
135
- />
136
- <path
137
- d="M126.246 113.491C125.699 113.477 125.16 113.631 124.7 113.932C124.24 114.234 123.878 114.669 123.663 115.182C123.447 115.695 123.387 116.262 123.491 116.81C123.594 117.358 123.856 117.862 124.243 118.256C124.63 118.651 125.124 118.918 125.661 119.024C126.198 119.129 126.754 119.068 127.256 118.848C127.759 118.628 128.186 118.26 128.481 117.79C128.777 117.32 128.927 116.771 128.914 116.213C128.896 115.497 128.61 114.815 128.113 114.308C127.616 113.801 126.948 113.509 126.246 113.491Z"
138
- fill="#9DA3AC"
139
- />
140
- <path d="M29.562 120.318L34.871 115.083L27.7422 113.002L29.562 120.318Z" fill="#9DA3AC" />
141
- <path
142
- d="M61.7578 113.198V91.9365"
143
- stroke="#9DA3AC"
144
- stroke-linecap="round"
145
- stroke-linejoin="round"
146
- stroke-width="1.29167"
147
- />
148
- <path
149
- d="M94.9111 113.198V91.9365"
150
- stroke="#9DA3AC"
151
- stroke-linecap="round"
152
- stroke-linejoin="round"
153
- stroke-width="1.29167"
154
- />
155
- <path
156
- d="M135.441 102.533V81.271"
157
- stroke="#9DA3AC"
158
- stroke-linecap="round"
159
- stroke-linejoin="round"
160
- stroke-width="1.29167"
161
- />
162
- </g>
163
- <defs>
164
- <clipPath id="clip0_2571_138989">
165
- <rect fill="white" height="108.5" transform="translate(19.875 28.4167)" width="116.25" />
166
- </clipPath>
167
- </defs>
168
- </svg>
169
- </template>
1
+ <template>
2
+ <svg
3
+ fill="none"
4
+ height="155"
5
+ viewBox="0 0 156 155"
6
+ width="156"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ class="group"
9
+ >
10
+ <circle cx="78.0003" cy="77.5001" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
11
+ <g clip-path="url(#clip0_2571_138989)">
12
+ <path
13
+ d="M61.7447 91.657V68.6642H70.6933L61.7036 49.3291C61.4962 45.864 60.4477 42.5059 58.6524 39.5569C56.8214 36.5151 54.2588 34.0014 51.2079 32.2545C48.1569 30.5075 44.7189 29.5852 41.2203 29.5752H40.3994C34.956 29.5752 29.7355 31.7814 25.8864 35.7085C22.0374 39.6357 19.875 44.962 19.875 50.5158V81.0471V102.309L61.7584 112.988V91.6989L61.7447 91.657Z"
14
+ class="fill-white dark:fill-gray-900"
15
+ />
16
+ <path
17
+ d="M135.467 81.0331L135.331 48.31C135.331 38.0911 128.229 29.7986 119.472 29.7986H94.8703H94.8018V29.9382L94.8703 30.1895V49.734L86.209 70.0603L94.9113 67.5614V97.297V113.03L135.467 102.281V81.0192V81.0331Z"
18
+ class="fill-white dark:fill-gray-900"
19
+ />
20
+ <g opacity="0.2">
21
+ <path
22
+ d="M61.746 91.9084V97.7857L20.7246 83.1832V73.4807L25.8967 75.0582L25.9378 79.6791L61.746 91.9084Z"
23
+ fill="#BDC7CE"
24
+ opacity="0.2"
25
+ />
26
+ </g>
27
+ <path
28
+ d="M19.875 73.1596V50.7392C19.875 45.1854 22.0374 39.8591 25.8864 35.932C29.7355 32.0049 34.956 29.7986 40.3994 29.7986C43.2719 29.7917 46.1129 30.4104 48.7323 31.6135C47.8619 31.4896 46.984 31.4289 46.1051 31.432C40.6617 31.432 35.4413 33.6382 31.5922 37.5653C27.7432 41.4925 25.5808 46.8188 25.5808 52.3725V68.427L19.875 73.1596Z"
29
+ fill="#BDC7CE"
30
+ opacity="0.2"
31
+ />
32
+ <g opacity="0.2">
33
+ <path
34
+ d="M106.503 30.092C108.952 35.006 115.848 43.452 133.485 40.1574C133.485 40.2551 133.567 40.3668 133.622 40.4785H133.513C100.523 52.6101 95.05 31.2367 94.8037 30.1757V30.0361L106.503 30.092Z"
35
+ fill="#BDC7CE"
36
+ opacity="0.2"
37
+ />
38
+ </g>
39
+ <path
40
+ d="M54.7383 53.0008L55.0119 54.2712C55.0136 54.4778 55.0601 54.6813 55.1482 54.8673C55.2363 55.0532 55.3637 55.2169 55.5213 55.3466C55.6789 55.4762 55.8627 55.5686 56.0594 55.617C56.2562 55.6654 56.4611 55.6687 56.6592 55.6266C56.8574 55.5844 57.044 55.498 57.2054 55.3734C57.3669 55.2488 57.4992 55.0893 57.593 54.9062C57.6867 54.7232 57.7394 54.5212 57.7474 54.3148C57.7554 54.1085 57.7184 53.9029 57.6391 53.7128L57.3791 52.4285"
41
+ stroke="#9DA3AC"
42
+ stroke-linecap="round"
43
+ stroke-linejoin="round"
44
+ stroke-width="1.29167"
45
+ />
46
+ <path
47
+ d="M102.396 50.7113L102.081 52.219C101.982 52.6249 101.733 52.9759 101.386 53.1985C101.039 53.4211 100.621 53.4981 100.22 53.4133C99.8181 53.3285 99.4644 53.0885 99.2325 52.7436C99.0006 52.3987 98.9084 51.9755 98.9754 51.5629L99.2902 50.0552"
48
+ stroke="#9DA3AC"
49
+ stroke-linecap="round"
50
+ stroke-linejoin="round"
51
+ stroke-width="1.29167"
52
+ />
53
+ <path
54
+ d="M61.745 71.8755L51.0176 77.1525"
55
+ stroke="#9DA3AC"
56
+ stroke-linecap="round"
57
+ stroke-linejoin="round"
58
+ stroke-width="1.29167"
59
+ />
60
+ <path
61
+ d="M123.742 52.3586C124.385 50.0691 125.521 48.5474 126.766 48.5753C128.627 48.5753 130.036 52.1492 129.899 56.4211C129.763 60.693 128.162 64.1272 126.315 64.0713C125.822 64.0281 125.364 63.7991 125.028 63.4292"
62
+ stroke="#9DA3AC"
63
+ stroke-linecap="round"
64
+ stroke-linejoin="round"
65
+ stroke-width="1.29167"
66
+ />
67
+ <path
68
+ d="M94.9531 76.5103C94.9531 76.5103 103.519 76.5103 106.857 71.6521"
69
+ stroke="#9DA3AC"
70
+ stroke-linecap="round"
71
+ stroke-linejoin="round"
72
+ stroke-width="1.29167"
73
+ />
74
+ <path
75
+ d="M41.2196 29.8125C46.4585 29.8031 51.5025 31.838 55.3184 35.5003C59.1343 39.1625 61.4332 44.1749 61.744 49.5106L70.7337 68.8457H61.7851V85.5982L20.7363 73.1455V50.7531C20.7363 45.2066 22.8931 39.8866 26.7333 35.9607C30.5735 32.0348 35.7834 29.8236 41.2196 29.8125Z"
76
+ stroke="#9DA3AC"
77
+ stroke-linecap="round"
78
+ stroke-linejoin="round"
79
+ stroke-width="1.29167"
80
+ />
81
+ <path
82
+ d="M65.9183 32.3674C65.9183 32.3674 61.5534 43.4659 42.6573 43.4659V58.3896L38.3199 54.2992C38.3199 54.2992 39.4282 45.2389 33.955 45.2389C28.4818 45.2389 28.1945 59.3808 35.4738 59.3808L20.7236 72.8525V82.8342L61.7724 97.4507V85.5983"
83
+ stroke="#9DA3AC"
84
+ stroke-linecap="round"
85
+ stroke-linejoin="round"
86
+ stroke-width="1.29167"
87
+ />
88
+ <g opacity="0.2">
89
+ <path
90
+ d="M94.9121 93.3466V97.4789L135.441 85.2775L135.386 77.1665L129.544 78.7301L129.503 82.3458L94.9121 93.3466Z"
91
+ fill="#BDC7CE"
92
+ opacity="0.2"
93
+ />
94
+ </g>
95
+ <path
96
+ d="M61.2521 29.1147C61.2521 29.1147 62.9488 38.4123 56.2168 40.9252"
97
+ stroke="#9DA3AC"
98
+ stroke-linecap="round"
99
+ stroke-linejoin="round"
100
+ stroke-width="1.29167"
101
+ />
102
+ <path
103
+ d="M36.7861 46.7883L68.0242 47.6399L62.2911 61.8795"
104
+ stroke="#9DA3AC"
105
+ stroke-linecap="round"
106
+ stroke-linejoin="round"
107
+ stroke-width="1.29167"
108
+ />
109
+ <path
110
+ d="M135.468 85.2776L94.9396 97.479V67.7294L86.2373 70.2423L94.9396 50.0276V30.0364H119.5C128.257 30.0364 135.359 38.3289 135.359 48.5478L135.468 85.2776Z"
111
+ stroke="#9DA3AC"
112
+ stroke-linecap="round"
113
+ stroke-linejoin="round"
114
+ stroke-width="1.29167"
115
+ />
116
+ <path
117
+ d="M135.468 77.1526L94.9805 88.7537"
118
+ stroke="#9DA3AC"
119
+ stroke-linecap="round"
120
+ stroke-linejoin="round"
121
+ stroke-width="1.29167"
122
+ />
123
+ <path
124
+ d="M94.8574 30.134C94.8574 30.134 99.7559 52.9313 133.58 40.4926"
125
+ stroke="#9DA3AC"
126
+ stroke-linecap="round"
127
+ stroke-linejoin="round"
128
+ stroke-width="1.29167"
129
+ />
130
+ <path
131
+ d="M124.234 118.182C111.628 129.875 95.1776 136.312 78.1406 136.216C61.1036 136.121 44.7231 129.5 32.2441 117.665"
132
+ stroke="#9DA3AC"
133
+ stroke-miterlimit="10"
134
+ stroke-width="1.29167"
135
+ />
136
+ <path
137
+ d="M126.246 113.491C125.699 113.477 125.16 113.631 124.7 113.932C124.24 114.234 123.878 114.669 123.663 115.182C123.447 115.695 123.387 116.262 123.491 116.81C123.594 117.358 123.856 117.862 124.243 118.256C124.63 118.651 125.124 118.918 125.661 119.024C126.198 119.129 126.754 119.068 127.256 118.848C127.759 118.628 128.186 118.26 128.481 117.79C128.777 117.32 128.927 116.771 128.914 116.213C128.896 115.497 128.61 114.815 128.113 114.308C127.616 113.801 126.948 113.509 126.246 113.491Z"
138
+ fill="#9DA3AC"
139
+ />
140
+ <path d="M29.562 120.318L34.871 115.083L27.7422 113.002L29.562 120.318Z" fill="#9DA3AC" />
141
+ <path
142
+ d="M61.7578 113.198V91.9365"
143
+ stroke="#9DA3AC"
144
+ stroke-linecap="round"
145
+ stroke-linejoin="round"
146
+ stroke-width="1.29167"
147
+ />
148
+ <path
149
+ d="M94.9111 113.198V91.9365"
150
+ stroke="#9DA3AC"
151
+ stroke-linecap="round"
152
+ stroke-linejoin="round"
153
+ stroke-width="1.29167"
154
+ />
155
+ <path
156
+ d="M135.441 102.533V81.271"
157
+ stroke="#9DA3AC"
158
+ stroke-linecap="round"
159
+ stroke-linejoin="round"
160
+ stroke-width="1.29167"
161
+ />
162
+ </g>
163
+ <defs>
164
+ <clipPath id="clip0_2571_138989">
165
+ <rect fill="white" height="108.5" transform="translate(19.875 28.4167)" width="116.25" />
166
+ </clipPath>
167
+ </defs>
168
+ </svg>
169
+ </template>
@@ -18,7 +18,9 @@ const EnLocale = {
18
18
  selectDate: "Select date",
19
19
  date: "Date",
20
20
  or: "Or",
21
- successfully: "Successfully"
21
+ successfully: "Successfully",
22
+ send: "Send",
23
+ close: "Close"
22
24
  },
23
25
  header: {
24
26
  top: {
@@ -61,7 +63,8 @@ const EnLocale = {
61
63
  products: "Products and Solutions",
62
64
  tariffs: "Tariffs",
63
65
  contacts: "Contacts",
64
- api: "API"
66
+ api: "API",
67
+ services: "Services"
65
68
  },
66
69
  products: {
67
70
  counterparties: {
@@ -18,7 +18,9 @@ const KkLocale = {
18
18
  selectDate: "\u041A\u04AF\u043D\u0434\u0456 \u0442\u0430\u04A3\u0434\u0430\u04A3\u044B\u0437",
19
19
  date: "\u041A\u04AF\u043D\u0456",
20
20
  or: "\u041D\u0435\u043C\u0435\u0441\u0435",
21
- successfully: "\u0421\u04D9\u0442\u0442\u0456"
21
+ successfully: "\u0421\u04D9\u0442\u0442\u0456",
22
+ send: "\u0416\u0456\u0431\u0435\u0440\u0443",
23
+ close: "\u0416\u0430\u0431\u0443"
22
24
  },
23
25
  header: {
24
26
  top: {
@@ -61,7 +63,8 @@ const KkLocale = {
61
63
  products: "\u04E8\u043D\u0456\u043C\u0434\u0435\u0440 \u043C\u0435\u043D \u0448\u0435\u0448\u0456\u043C\u0434\u0435\u0440",
62
64
  tariffs: "\u0422\u0430\u0440\u0438\u0444\u0442\u0435\u0440",
63
65
  contacts: "\u0411\u0430\u0439\u043B\u0430\u043D\u044B\u0441",
64
- api: "API"
66
+ api: "API",
67
+ services: "\u049A\u044B\u0437\u043C\u0435\u0442\u0442\u0435\u0440"
65
68
  },
66
69
  products: {
67
70
  counterparties: {
@@ -19,6 +19,8 @@ declare const RuLocale: {
19
19
  date: string;
20
20
  or: string;
21
21
  successfully: string;
22
+ send: string;
23
+ close: string;
22
24
  };
23
25
  header: {
24
26
  top: {
@@ -62,6 +64,7 @@ declare const RuLocale: {
62
64
  tariffs: string;
63
65
  contacts: string;
64
66
  api: string;
67
+ services: string;
65
68
  };
66
69
  products: {
67
70
  counterparties: {
@@ -18,7 +18,9 @@ const RuLocale = {
18
18
  selectDate: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0430\u0442\u0443",
19
19
  date: "\u0414\u0430\u0442\u0430",
20
20
  or: "\u0418\u043B\u0438",
21
- successfully: "\u0423\u0441\u043F\u0435\u0448\u043D\u043E"
21
+ successfully: "\u0423\u0441\u043F\u0435\u0448\u043D\u043E",
22
+ send: "\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C",
23
+ close: "\u0417\u0430\u043A\u0440\u044B\u0442\u044C"
22
24
  },
23
25
  header: {
24
26
  top: {
@@ -61,7 +63,8 @@ const RuLocale = {
61
63
  products: "\u041F\u0440\u043E\u0434\u0443\u043A\u0442\u044B \u0438 \u0440\u0435\u0448\u0435\u043D\u0438\u044F",
62
64
  tariffs: "\u0422\u0430\u0440\u0438\u0444\u044B",
63
65
  contacts: "\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u044B",
64
- api: "API"
66
+ api: "API",
67
+ services: "\u0421\u0435\u0440\u0432\u0438\u0441\u044B"
65
68
  },
66
69
  products: {
67
70
  counterparties: {