adata-ui 3.1.79 → 3.1.80

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 (266) 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 +37 -2
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +21 -2
  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 +47 -2
  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 +69 -69
  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 +0 -50
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +49 -9
  21. package/dist/runtime/components/NewFooter.vue +113 -113
  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 +79 -3
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +12 -2
  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 +44 -4
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +21 -3
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
  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 +5 -3
  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 +7 -2
  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 +35 -3
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
  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 +2 -8
  56. package/dist/runtime/components/header/HeaderLink.vue +46 -46
  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 +67 -67
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
  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 +14 -9
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
  75. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  76. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
  77. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  78. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
  79. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  80. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
  81. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  82. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  83. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  84. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  85. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  86. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  87. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  88. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  89. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  90. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  91. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  92. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  93. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  94. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  95. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  96. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  97. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  98. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  99. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  100. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  101. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +0 -46
  102. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  103. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
  104. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  105. package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
  106. package/dist/runtime/components/select-row/index.vue +58 -58
  107. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  108. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  109. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +20 -2
  110. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  111. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  112. package/dist/runtime/icons/ai-assistant.vue +13 -13
  113. package/dist/runtime/icons/akimat.vue +20 -20
  114. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  115. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  116. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  117. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  118. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  119. package/dist/runtime/icons/avatar.vue +41 -41
  120. package/dist/runtime/icons/avto/car.vue +17 -17
  121. package/dist/runtime/icons/avto/truck.vue +17 -17
  122. package/dist/runtime/icons/bank.vue +14 -14
  123. package/dist/runtime/icons/block.vue +19 -19
  124. package/dist/runtime/icons/bookmark.vue +19 -19
  125. package/dist/runtime/icons/calculator.vue +19 -19
  126. package/dist/runtime/icons/chartBar.vue +14 -14
  127. package/dist/runtime/icons/check-circle.vue +25 -25
  128. package/dist/runtime/icons/check-sb.vue +7 -7
  129. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  130. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  131. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  132. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  133. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  134. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  135. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  136. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  137. package/dist/runtime/icons/clipboard-text.vue +17 -17
  138. package/dist/runtime/icons/clock.vue +25 -25
  139. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  140. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  141. package/dist/runtime/icons/communication/mail.vue +19 -19
  142. package/dist/runtime/icons/communication/phone.vue +19 -19
  143. package/dist/runtime/icons/company.vue +19 -19
  144. package/dist/runtime/icons/currency/dollar.vue +19 -19
  145. package/dist/runtime/icons/currency/down.vue +22 -22
  146. package/dist/runtime/icons/currency/eur.vue +69 -69
  147. package/dist/runtime/icons/currency/rub.vue +25 -25
  148. package/dist/runtime/icons/currency/tenge.vue +9 -9
  149. package/dist/runtime/icons/currency/usd.vue +269 -269
  150. package/dist/runtime/icons/currency/yuan.vue +37 -37
  151. package/dist/runtime/icons/document/hdocument.vue +17 -17
  152. package/dist/runtime/icons/document/id.vue +19 -19
  153. package/dist/runtime/icons/document/profile.vue +19 -19
  154. package/dist/runtime/icons/eye-closed.vue +26 -26
  155. package/dist/runtime/icons/eye-open.vue +7 -7
  156. package/dist/runtime/icons/eye-opened.vue +23 -23
  157. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  158. package/dist/runtime/icons/file/file.vue +19 -19
  159. package/dist/runtime/icons/file/files.vue +17 -17
  160. package/dist/runtime/icons/globe.vue +19 -19
  161. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  162. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  163. package/dist/runtime/icons/handshake.vue +19 -19
  164. package/dist/runtime/icons/history.vue +19 -19
  165. package/dist/runtime/icons/hot-line.vue +6 -6
  166. package/dist/runtime/icons/id.vue +9 -9
  167. package/dist/runtime/icons/info/info-circle.vue +29 -29
  168. package/dist/runtime/icons/invoice.vue +35 -35
  169. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  170. package/dist/runtime/icons/link-chain.vue +31 -31
  171. package/dist/runtime/icons/loader-circle.vue +34 -34
  172. package/dist/runtime/icons/lock.vue +19 -19
  173. package/dist/runtime/icons/logo/adata.vue +48 -48
  174. package/dist/runtime/icons/logo/logo.vue +27 -27
  175. package/dist/runtime/icons/map-paper.vue +5 -5
  176. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  177. package/dist/runtime/icons/medal.vue +17 -17
  178. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  179. package/dist/runtime/icons/menu/menu.vue +41 -41
  180. package/dist/runtime/icons/message.vue +24 -24
  181. package/dist/runtime/icons/modals/door.vue +162 -162
  182. package/dist/runtime/icons/moon.vue +10 -10
  183. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  184. package/dist/runtime/icons/navigation/location.vue +25 -25
  185. package/dist/runtime/icons/navigation/logout.vue +19 -19
  186. package/dist/runtime/icons/notifications.vue +25 -25
  187. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  188. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  189. package/dist/runtime/icons/other-service/block.vue +16 -16
  190. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  191. package/dist/runtime/icons/other-service/globe.vue +16 -16
  192. package/dist/runtime/icons/other-service/link.vue +7 -7
  193. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  194. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  195. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  196. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  197. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  198. package/dist/runtime/icons/plus.vue +24 -24
  199. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  200. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  201. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  202. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  203. package/dist/runtime/icons/sanctions.vue +8 -8
  204. package/dist/runtime/icons/scale.vue +19 -19
  205. package/dist/runtime/icons/search.vue +27 -27
  206. package/dist/runtime/icons/socials/facebook.vue +15 -15
  207. package/dist/runtime/icons/socials/google.vue +41 -41
  208. package/dist/runtime/icons/socials/instagram.vue +19 -19
  209. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  210. package/dist/runtime/icons/socials/mailru.vue +34 -34
  211. package/dist/runtime/icons/socials/telegram.vue +15 -15
  212. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  213. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  214. package/dist/runtime/icons/socials/yandex.vue +28 -28
  215. package/dist/runtime/icons/socials/youtube.vue +16 -16
  216. package/dist/runtime/icons/sun.vue +14 -14
  217. package/dist/runtime/icons/sviazi.vue +19 -19
  218. package/dist/runtime/icons/tasks.vue +10 -10
  219. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  220. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  221. package/dist/runtime/icons/users/users-three.vue +17 -17
  222. package/dist/runtime/icons/users/users.vue +31 -31
  223. package/dist/runtime/icons/warning-triangle.vue +29 -29
  224. package/dist/runtime/icons/work-bag.vue +20 -20
  225. package/dist/runtime/icons/x-mark.vue +18 -18
  226. package/dist/runtime/illustrations/address-location.vue +38 -38
  227. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  228. package/dist/runtime/illustrations/bill.vue +133 -133
  229. package/dist/runtime/illustrations/buildings.vue +82 -82
  230. package/dist/runtime/illustrations/calendar.vue +156 -156
  231. package/dist/runtime/illustrations/chains.vue +152 -152
  232. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  233. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  234. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  235. package/dist/runtime/illustrations/delete.vue +32 -32
  236. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  237. package/dist/runtime/illustrations/document.vue +64 -64
  238. package/dist/runtime/illustrations/door.vue +74 -74
  239. package/dist/runtime/illustrations/empty-box.vue +77 -77
  240. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  241. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  242. package/dist/runtime/illustrations/hammer.vue +156 -156
  243. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  244. package/dist/runtime/illustrations/info.vue +39 -39
  245. package/dist/runtime/illustrations/mail.vue +68 -68
  246. package/dist/runtime/illustrations/ok.vue +62 -62
  247. package/dist/runtime/illustrations/people-group.vue +237 -237
  248. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  249. package/dist/runtime/illustrations/person.vue +159 -159
  250. package/dist/runtime/illustrations/phone-check.vue +90 -90
  251. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  252. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  253. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  254. package/dist/runtime/illustrations/suit.vue +111 -111
  255. package/dist/runtime/illustrations/suitcase.vue +105 -105
  256. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  257. package/dist/runtime/illustrations/terminal.vue +234 -234
  258. package/dist/runtime/illustrations/trash-can.vue +108 -108
  259. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  260. package/dist/runtime/illustrations/two-persons.vue +169 -169
  261. package/dist/runtime/lang/en.js +1 -1
  262. package/dist/runtime/lang/kk.js +1 -1
  263. package/dist/runtime/lang/ru.js +1 -1
  264. package/dist/runtime/public/kaspi/logo.svg +4 -4
  265. package/dist/runtime/server/tsconfig.json +3 -3
  266. 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>
@@ -45,7 +45,7 @@ const EnLocale = {
45
45
  favourites: "Favourites",
46
46
  myReports: "My Reports",
47
47
  browsingHistory: "Browsing History",
48
- myGroups: "My Groups",
48
+ myGroups: "My Group",
49
49
  notes: "Notes"
50
50
  }
51
51
  },
@@ -45,7 +45,7 @@ const KkLocale = {
45
45
  favourites: "\u0422\u0430\u04A3\u0434\u0430\u0443\u043B\u044B\u043B\u0430\u0440",
46
46
  myReports: "\u041C\u0435\u043D\u0456\u04A3 \u0435\u0441\u0435\u043F\u0442\u0435\u0440\u0456\u043C",
47
47
  browsingHistory: "\u0428\u043E\u043B\u0443 \u0442\u0430\u0440\u0438\u0445\u044B",
48
- myGroups: "\u041C\u0435\u043D\u0456\u04A3 \u0442\u043E\u043F\u0442\u0430\u0440\u044B\u043C",
48
+ myGroups: "\u041C\u0435\u043D\u0456\u04A3 \u0442\u043E\u0431\u044B\u043C",
49
49
  notes: "\u0415\u0441\u043A\u0435\u0440\u0442\u043F\u0435\u043B\u0435\u0440"
50
50
  }
51
51
  },
@@ -45,7 +45,7 @@ const RuLocale = {
45
45
  favourites: "\u0418\u0437\u0431\u0440\u0430\u043D\u043D\u044B\u0435",
46
46
  myReports: "\u041C\u043E\u0438 \u043E\u0442\u0447\u0435\u0442\u044B",
47
47
  browsingHistory: "\u0418\u0441\u0442\u043E\u0440\u0438\u044F \u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u043E\u0432",
48
- myGroups: "\u041C\u043E\u0438 \u0433\u0440\u0443\u043F\u043F\u044B",
48
+ myGroups: "\u041C\u043E\u044F \u0433\u0440\u0443\u043F\u043F\u0430",
49
49
  notes: "\u0417\u0430\u043C\u0435\u0442\u043A\u0438"
50
50
  }
51
51
  },
@@ -1,4 +1,4 @@
1
- <svg width="54" height="55" viewBox="0 0 54 55" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect y="0.5" width="54" height="54" rx="12" fill="#F14635"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M26.275 9.52006C21.0502 9.72174 16.1615 12.2087 12.888 16.3302C10.7106 19.0716 9.38617 22.3888 9.07129 25.8894C8.89456 27.8542 9.04785 29.8915 9.5153 31.7904C10.4579 35.6195 12.6137 39.0053 15.6992 41.5028C16.0364 41.7757 16.4963 42.1209 16.5228 42.1209C16.5488 42.1209 16.647 41.8779 16.7109 41.655C16.7841 41.3999 16.9851 40.4601 17.0497 40.0714C17.1082 39.719 17.1809 39.1349 17.2207 38.6972C17.2677 38.1802 17.26 36.402 17.2081 35.8065C17.0905 34.4563 16.9755 33.7598 16.6879 32.6553C16.3561 31.3811 16.2805 30.8511 16.3095 30.0015C16.3318 29.3465 16.4113 28.8881 16.6299 28.1534C17.0912 26.6029 17.1624 26.196 17.2272 24.7415C17.3306 22.4204 17.5073 21.6085 18.0701 20.8692C18.1294 20.7913 18.3733 20.5289 18.6122 20.2862C19.359 19.5273 19.5305 19.2576 19.5729 18.7752C19.5852 18.6352 19.5748 18.5416 19.5142 18.2494C19.3667 17.5382 19.3626 17.5074 19.3642 17.1121C19.3656 16.7831 19.3738 16.7024 19.4264 16.5014C19.4986 16.225 19.648 15.8971 19.8164 15.6448C19.9563 15.4352 20.3532 15.0104 20.6166 14.7883C21.4551 14.0814 22.3977 13.7665 23.058 13.9726C23.3321 14.0582 23.4849 14.1944 23.6102 14.4647C23.6691 14.5916 23.6731 14.6217 23.6722 14.9205C23.6712 15.2251 23.6671 15.2523 23.5858 15.4924C23.4284 15.9574 23.3205 16.1455 22.6321 17.1555C22.245 17.7235 22.0483 18.1805 22.0268 18.562C22.0117 18.8291 22.0403 18.9561 22.1625 19.1653C22.2941 19.3906 22.5624 19.6678 22.9935 20.0237C23.6951 20.6031 23.925 20.8831 24.2889 21.6021C24.6427 22.301 24.8984 22.9563 25.4055 24.4639C25.5164 24.7934 25.6399 25.1293 25.6801 25.2103C26.1136 26.0847 27.0001 26.4744 28.6658 26.5227C29.4331 26.545 29.9548 26.4738 30.6266 26.2551C31.7062 25.9037 32.5923 25.2789 32.8791 24.6669C33.0287 24.3475 32.9912 23.8682 32.7702 23.2778C32.5304 22.6371 32.5162 22.3463 32.698 21.7965C32.9167 21.1353 33.4365 20.3343 33.9342 19.8913C34.5041 19.3841 35.0798 19.138 35.6963 19.138C35.9331 19.138 36.2006 19.1951 36.3678 19.2813C36.5173 19.3584 36.7007 19.5465 36.7762 19.7003C36.8323 19.8145 36.8449 19.8738 36.8529 20.062C36.871 20.4908 36.8247 20.5994 35.9484 22.1826C35.7726 22.5002 35.4838 23.0963 35.4146 23.2844C35.3597 23.4335 35.349 23.5004 35.3476 23.7007C35.346 23.9216 35.3506 23.9465 35.4091 24.0359C35.4992 24.1736 35.6268 24.2189 35.8794 24.2027C36.4527 24.1659 37.2974 23.6809 38.3798 22.7671C39.0555 22.1965 39.3759 21.8029 39.8586 20.9505C40.1704 20.4 40.3553 20.1921 40.6766 20.0308C40.8675 19.935 40.8815 19.9317 41.0985 19.9324C41.2943 19.9329 41.3396 19.9412 41.4544 19.9977C41.6212 20.0797 41.8078 20.2777 41.8961 20.4664C42.1159 20.9363 42.0106 21.6168 41.6157 22.2777C41.3063 22.7955 40.5765 23.6785 39.5988 24.7178C38.1566 26.2511 37.339 27.3428 37.0877 28.0708C37.0363 28.2196 37.0106 28.376 37.0115 28.5334L37.0131 28.7932C37.0255 30.8347 37.5884 33.2165 38.609 35.5459C39.2567 37.0243 40.2414 38.7222 40.6488 39.0633L40.6803 39.0896C40.7115 39.1158 40.758 39.1114 40.7838 39.08C41.0339 38.7755 41.4248 38.2725 41.6019 38.0272C43.2819 35.7009 44.3709 33.0403 44.8037 30.2048C45.039 28.663 45.0641 26.8564 44.8717 25.3102C44.3679 21.2625 42.5591 17.5783 39.6769 14.7294C38.2303 13.2996 36.7155 12.2191 34.9292 11.3431C32.6344 10.2177 30.2698 9.6245 27.6579 9.51889C27.0216 9.49316 26.9707 9.49321 26.275 9.52006ZM26.5914 28.8515C25.3559 29.0128 24.7595 29.9786 24.5421 32.1695C24.4525 33.0724 24.4466 33.3452 24.4515 36.3159C24.4581 40.2938 24.4994 41.4947 24.6716 42.7133C24.8137 43.7196 25.0467 44.4242 25.3652 44.8114C25.5512 45.0375 25.9324 45.28 26.3218 45.4199C26.5439 45.4997 26.868 45.5159 27.6344 45.4853C28.8966 45.4351 30.0481 45.2806 31.1685 45.0112C31.4903 44.9338 31.9988 44.6204 32.2531 44.3428C32.5014 44.0716 32.5763 43.8038 32.6061 43.0805C32.6547 41.9009 32.3584 39.0788 31.8065 35.463C31.7498 35.0916 31.6553 34.4625 31.5965 34.065C31.5377 33.6676 31.4626 33.1611 31.4296 32.9396C31.2248 31.5646 30.907 30.7655 30.3189 30.1465C30.0034 29.8145 29.7145 29.6068 29.2627 29.3873C28.4913 29.0125 27.2559 28.7647 26.5914 28.8515ZM20.3444 35.6382C19.9346 35.8186 19.6403 37.3224 19.592 39.4819C19.5485 41.429 19.7787 43.2549 20.1702 44.068C20.2045 44.139 20.2648 44.1942 20.3386 44.222L20.6944 44.3559C20.9534 44.4534 21.1856 44.5368 21.2105 44.5413C21.324 44.5618 21.5153 44.1416 21.5862 43.716C21.6965 43.0539 21.7008 41.8421 21.5978 40.415C21.4036 37.7221 20.9798 35.8281 20.5288 35.6376C20.4365 35.5987 20.4341 35.5987 20.3444 35.6382ZM35.1978 36.0478C34.9053 36.1934 34.7377 36.8544 34.7091 37.9745C34.6665 39.6462 35.007 41.7245 35.4814 42.6896C35.6344 43.0006 35.6896 43.045 35.9245 43.045C36.03 43.045 36.1335 43.0154 36.2231 42.9596L36.4894 42.7938C36.9082 42.5332 37.3997 42.1966 37.8121 41.8882C38.0337 41.7225 38.056 41.6984 38.1102 41.5655C38.2244 41.2858 38.248 41.1587 38.2333 40.9016C38.1781 39.9366 37.14 37.6398 36.2992 36.6226C35.8785 36.1135 35.4816 35.9064 35.1978 36.0478Z" fill="white"/>
4
- </svg>
1
+ <svg width="54" height="55" viewBox="0 0 54 55" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect y="0.5" width="54" height="54" rx="12" fill="#F14635"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.275 9.52006C21.0502 9.72174 16.1615 12.2087 12.888 16.3302C10.7106 19.0716 9.38617 22.3888 9.07129 25.8894C8.89456 27.8542 9.04785 29.8915 9.5153 31.7904C10.4579 35.6195 12.6137 39.0053 15.6992 41.5028C16.0364 41.7757 16.4963 42.1209 16.5228 42.1209C16.5488 42.1209 16.647 41.8779 16.7109 41.655C16.7841 41.3999 16.9851 40.4601 17.0497 40.0714C17.1082 39.719 17.1809 39.1349 17.2207 38.6972C17.2677 38.1802 17.26 36.402 17.2081 35.8065C17.0905 34.4563 16.9755 33.7598 16.6879 32.6553C16.3561 31.3811 16.2805 30.8511 16.3095 30.0015C16.3318 29.3465 16.4113 28.8881 16.6299 28.1534C17.0912 26.6029 17.1624 26.196 17.2272 24.7415C17.3306 22.4204 17.5073 21.6085 18.0701 20.8692C18.1294 20.7913 18.3733 20.5289 18.6122 20.2862C19.359 19.5273 19.5305 19.2576 19.5729 18.7752C19.5852 18.6352 19.5748 18.5416 19.5142 18.2494C19.3667 17.5382 19.3626 17.5074 19.3642 17.1121C19.3656 16.7831 19.3738 16.7024 19.4264 16.5014C19.4986 16.225 19.648 15.8971 19.8164 15.6448C19.9563 15.4352 20.3532 15.0104 20.6166 14.7883C21.4551 14.0814 22.3977 13.7665 23.058 13.9726C23.3321 14.0582 23.4849 14.1944 23.6102 14.4647C23.6691 14.5916 23.6731 14.6217 23.6722 14.9205C23.6712 15.2251 23.6671 15.2523 23.5858 15.4924C23.4284 15.9574 23.3205 16.1455 22.6321 17.1555C22.245 17.7235 22.0483 18.1805 22.0268 18.562C22.0117 18.8291 22.0403 18.9561 22.1625 19.1653C22.2941 19.3906 22.5624 19.6678 22.9935 20.0237C23.6951 20.6031 23.925 20.8831 24.2889 21.6021C24.6427 22.301 24.8984 22.9563 25.4055 24.4639C25.5164 24.7934 25.6399 25.1293 25.6801 25.2103C26.1136 26.0847 27.0001 26.4744 28.6658 26.5227C29.4331 26.545 29.9548 26.4738 30.6266 26.2551C31.7062 25.9037 32.5923 25.2789 32.8791 24.6669C33.0287 24.3475 32.9912 23.8682 32.7702 23.2778C32.5304 22.6371 32.5162 22.3463 32.698 21.7965C32.9167 21.1353 33.4365 20.3343 33.9342 19.8913C34.5041 19.3841 35.0798 19.138 35.6963 19.138C35.9331 19.138 36.2006 19.1951 36.3678 19.2813C36.5173 19.3584 36.7007 19.5465 36.7762 19.7003C36.8323 19.8145 36.8449 19.8738 36.8529 20.062C36.871 20.4908 36.8247 20.5994 35.9484 22.1826C35.7726 22.5002 35.4838 23.0963 35.4146 23.2844C35.3597 23.4335 35.349 23.5004 35.3476 23.7007C35.346 23.9216 35.3506 23.9465 35.4091 24.0359C35.4992 24.1736 35.6268 24.2189 35.8794 24.2027C36.4527 24.1659 37.2974 23.6809 38.3798 22.7671C39.0555 22.1965 39.3759 21.8029 39.8586 20.9505C40.1704 20.4 40.3553 20.1921 40.6766 20.0308C40.8675 19.935 40.8815 19.9317 41.0985 19.9324C41.2943 19.9329 41.3396 19.9412 41.4544 19.9977C41.6212 20.0797 41.8078 20.2777 41.8961 20.4664C42.1159 20.9363 42.0106 21.6168 41.6157 22.2777C41.3063 22.7955 40.5765 23.6785 39.5988 24.7178C38.1566 26.2511 37.339 27.3428 37.0877 28.0708C37.0363 28.2196 37.0106 28.376 37.0115 28.5334L37.0131 28.7932C37.0255 30.8347 37.5884 33.2165 38.609 35.5459C39.2567 37.0243 40.2414 38.7222 40.6488 39.0633L40.6803 39.0896C40.7115 39.1158 40.758 39.1114 40.7838 39.08C41.0339 38.7755 41.4248 38.2725 41.6019 38.0272C43.2819 35.7009 44.3709 33.0403 44.8037 30.2048C45.039 28.663 45.0641 26.8564 44.8717 25.3102C44.3679 21.2625 42.5591 17.5783 39.6769 14.7294C38.2303 13.2996 36.7155 12.2191 34.9292 11.3431C32.6344 10.2177 30.2698 9.6245 27.6579 9.51889C27.0216 9.49316 26.9707 9.49321 26.275 9.52006ZM26.5914 28.8515C25.3559 29.0128 24.7595 29.9786 24.5421 32.1695C24.4525 33.0724 24.4466 33.3452 24.4515 36.3159C24.4581 40.2938 24.4994 41.4947 24.6716 42.7133C24.8137 43.7196 25.0467 44.4242 25.3652 44.8114C25.5512 45.0375 25.9324 45.28 26.3218 45.4199C26.5439 45.4997 26.868 45.5159 27.6344 45.4853C28.8966 45.4351 30.0481 45.2806 31.1685 45.0112C31.4903 44.9338 31.9988 44.6204 32.2531 44.3428C32.5014 44.0716 32.5763 43.8038 32.6061 43.0805C32.6547 41.9009 32.3584 39.0788 31.8065 35.463C31.7498 35.0916 31.6553 34.4625 31.5965 34.065C31.5377 33.6676 31.4626 33.1611 31.4296 32.9396C31.2248 31.5646 30.907 30.7655 30.3189 30.1465C30.0034 29.8145 29.7145 29.6068 29.2627 29.3873C28.4913 29.0125 27.2559 28.7647 26.5914 28.8515ZM20.3444 35.6382C19.9346 35.8186 19.6403 37.3224 19.592 39.4819C19.5485 41.429 19.7787 43.2549 20.1702 44.068C20.2045 44.139 20.2648 44.1942 20.3386 44.222L20.6944 44.3559C20.9534 44.4534 21.1856 44.5368 21.2105 44.5413C21.324 44.5618 21.5153 44.1416 21.5862 43.716C21.6965 43.0539 21.7008 41.8421 21.5978 40.415C21.4036 37.7221 20.9798 35.8281 20.5288 35.6376C20.4365 35.5987 20.4341 35.5987 20.3444 35.6382ZM35.1978 36.0478C34.9053 36.1934 34.7377 36.8544 34.7091 37.9745C34.6665 39.6462 35.007 41.7245 35.4814 42.6896C35.6344 43.0006 35.6896 43.045 35.9245 43.045C36.03 43.045 36.1335 43.0154 36.2231 42.9596L36.4894 42.7938C36.9082 42.5332 37.3997 42.1966 37.8121 41.8882C38.0337 41.7225 38.056 41.6984 38.1102 41.5655C38.2244 41.2858 38.248 41.1587 38.2333 40.9016C38.1781 39.9366 37.14 37.6398 36.2992 36.6226C35.8785 36.1135 35.4816 35.9064 35.1978 36.0478Z" fill="white"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- {
2
- "extends": "../../../.nuxt/tsconfig.server.json",
3
- }
1
+ {
2
+ "extends": "../../../.nuxt/tsconfig.server.json",
3
+ }
package/package.json CHANGED
@@ -1,73 +1,73 @@
1
- {
2
- "name": "adata-ui",
3
- "version": "3.1.79",
4
- "description": "Adata UI",
5
- "repository": "your-org/my-module",
6
- "license": "MIT",
7
- "type": "module",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/types.d.mts",
11
- "import": "./dist/module.mjs"
12
- }
13
- },
14
- "main": "./dist/module.mjs",
15
- "typesVersions": {
16
- "*": {
17
- ".": [
18
- "./dist/types.d.mts"
19
- ]
20
- }
21
- },
22
- "files": [
23
- "dist"
24
- ],
25
- "scripts": {
26
- "prepack": "nuxt-module-build build",
27
- "dev": "nuxi dev playground",
28
- "dev:build": "nuxi build playground",
29
- "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
30
- "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
31
- "lint": "eslint .",
32
- "test": "vitest run",
33
- "test:watch": "vitest watch",
34
- "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
35
- },
36
- "dependencies": {
37
- "@nuxt/kit": "^3.20.1",
38
- "@nuxtjs/color-mode": "^3.5.2",
39
- "@nuxtjs/i18n": "^9.5.4",
40
- "@tailwindcss/postcss": "^4.1.6",
41
- "@tailwindcss/vite": "^4.1.6",
42
- "@vuepic/vue-datepicker": "^11.0.2",
43
- "body-scroll-lock": "4.0.0-beta.0",
44
- "defu": "^6.1.4",
45
- "maska": "^3.2.0",
46
- "motion-v": "^1.7.4",
47
- "qrcode": "^1.5.4",
48
- "reka-ui": "^2.2.1",
49
- "sass": "^1.89.0",
50
- "tailwind-merge": "^3.3.0",
51
- "tailwindcss": "^4.1.6",
52
- "vaul-vue": "^0.4.1",
53
- "vue3-toastify": "^0.2.8"
54
- },
55
- "devDependencies": {
56
- "@nuxt/devtools": "^2.4.0",
57
- "@nuxt/eslint-config": "^1.3.0",
58
- "@nuxt/module-builder": "^1.0.1",
59
- "@nuxt/schema": "^3.17.2",
60
- "@nuxt/test-utils": "^3.18.0",
61
- "@types/body-scroll-lock": "^3.1.2",
62
- "@types/node": "latest",
63
- "@types/qrcode": "^1.5.6",
64
- "changelogen": "^0.6.1",
65
- "eslint": "^9.26.0",
66
- "nuxt": "^3.17.2",
67
- "sass-embedded": "^1.89.0",
68
- "typescript": "~5.8.3",
69
- "vitest": "^3.1.2",
70
- "vue-tsc": "^2.2.10"
71
- },
72
- "packageManager": "pnpm@8.7.6+sha1.a428b12202bc4f23b17e6dffe730734dae5728e2"
73
- }
1
+ {
2
+ "name": "adata-ui",
3
+ "version": "3.1.80",
4
+ "description": "Adata UI",
5
+ "repository": "your-org/my-module",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/types.d.mts",
11
+ "import": "./dist/module.mjs"
12
+ }
13
+ },
14
+ "main": "./dist/module.mjs",
15
+ "typesVersions": {
16
+ "*": {
17
+ ".": [
18
+ "./dist/types.d.mts"
19
+ ]
20
+ }
21
+ },
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "scripts": {
26
+ "prepack": "nuxt-module-build build",
27
+ "dev": "nuxi dev playground",
28
+ "dev:build": "nuxi build playground",
29
+ "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
30
+ "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
31
+ "lint": "eslint .",
32
+ "test": "vitest run",
33
+ "test:watch": "vitest watch",
34
+ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
35
+ },
36
+ "dependencies": {
37
+ "@nuxt/kit": "^3.20.1",
38
+ "@nuxtjs/color-mode": "^3.5.2",
39
+ "@nuxtjs/i18n": "^9.5.4",
40
+ "@tailwindcss/postcss": "^4.1.6",
41
+ "@tailwindcss/vite": "^4.1.6",
42
+ "@vuepic/vue-datepicker": "^11.0.2",
43
+ "body-scroll-lock": "4.0.0-beta.0",
44
+ "defu": "^6.1.4",
45
+ "maska": "^3.2.0",
46
+ "motion-v": "^1.7.4",
47
+ "qrcode": "^1.5.4",
48
+ "reka-ui": "^2.2.1",
49
+ "sass": "^1.89.0",
50
+ "tailwind-merge": "^3.3.0",
51
+ "tailwindcss": "^4.1.6",
52
+ "vaul-vue": "^0.4.1",
53
+ "vue3-toastify": "^0.2.8"
54
+ },
55
+ "devDependencies": {
56
+ "@nuxt/devtools": "^2.4.0",
57
+ "@nuxt/eslint-config": "^1.3.0",
58
+ "@nuxt/module-builder": "^1.0.1",
59
+ "@nuxt/schema": "^3.17.2",
60
+ "@nuxt/test-utils": "^3.18.0",
61
+ "@types/body-scroll-lock": "^3.1.2",
62
+ "@types/node": "latest",
63
+ "@types/qrcode": "^1.5.6",
64
+ "changelogen": "^0.6.1",
65
+ "eslint": "^9.26.0",
66
+ "nuxt": "^3.17.2",
67
+ "sass-embedded": "^1.89.0",
68
+ "typescript": "~5.8.3",
69
+ "vitest": "^3.1.2",
70
+ "vue-tsc": "^2.2.10"
71
+ },
72
+ "packageManager": "pnpm@8.7.6+sha1.a428b12202bc4f23b17e6dffe730734dae5728e2"
73
+ }