adata-ui 2.1.41-beta.7 → 2.1.41-beta.8

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 (587) hide show
  1. package/-error.vue +170 -170
  2. package/.editorconfig +12 -12
  3. package/.gitlab-ci.yml +16 -16
  4. package/.nuxtrc +1 -1
  5. package/.nvmrc +1 -1
  6. package/.playground/app.config.ts +5 -5
  7. package/.playground/app.vue +102 -102
  8. package/.playground/nuxt.config.ts +4 -4
  9. package/CLAUDE.md +63 -63
  10. package/README.md +75 -75
  11. package/app.config.ts +28 -28
  12. package/app.vue +8 -8
  13. package/assets/styles/main.css +12 -12
  14. package/assets/styles/theme.css +590 -590
  15. package/assets/styles/ui.css +247 -247
  16. package/components/elements/README.md +1 -1
  17. package/components/elements/a-select-row/ASelectRowV2.vue +210 -210
  18. package/components/elements/a-select-row/index.vue +139 -139
  19. package/components/elements/accordion/AAccordion.vue +199 -199
  20. package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -145
  21. package/components/elements/accordion/AAccordionGroup/types.ts +20 -20
  22. package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -22
  23. package/components/elements/accordion/types.ts +14 -14
  24. package/components/elements/accordion/ui.config.ts +22 -22
  25. package/components/elements/alert/AAlert.vue +52 -52
  26. package/components/elements/banner/ABanner.vue +49 -49
  27. package/components/elements/bg-block/ABgBlock.vue +11 -11
  28. package/components/elements/button/AButton.vue +191 -191
  29. package/components/elements/button/AButtonV2.vue +179 -179
  30. package/components/elements/button/types.ts +24 -24
  31. package/components/elements/button-login/index.vue +19 -19
  32. package/components/elements/calendar/ACalendar.vue +83 -83
  33. package/components/elements/carousel/ACarousel.vue +159 -159
  34. package/components/elements/carousel/config.ui.ts +15 -15
  35. package/components/elements/carousel/types.ts +18 -18
  36. package/components/elements/chip-wrapper/AChipWrapper.vue +81 -81
  37. package/components/elements/chip-wrapper/types.ts +12 -12
  38. package/components/elements/chips/AChips.vue +33 -33
  39. package/components/elements/companies/AOurClients.vue +47 -47
  40. package/components/elements/count-up/ACountUp.vue +54 -54
  41. package/components/elements/curve-block/ACurveBlock.vue +259 -259
  42. package/components/elements/curve-block-v2/ACurveBlockV2.vue +122 -122
  43. package/components/elements/digit-badge/ADigitBadge.vue +86 -86
  44. package/components/elements/empty-box/empty-box-V2.vue +92 -92
  45. package/components/elements/error-template/index.vue +121 -119
  46. package/components/elements/feature-description/AFeatureDescription.vue +112 -112
  47. package/components/elements/illustrations/noAccess.vue +71 -71
  48. package/components/elements/infinite-carousel/AInfiniteCarousel.vue +85 -85
  49. package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -33
  50. package/components/elements/leave-note/ALeaveNote.vue +102 -102
  51. package/components/elements/pagination/APagination.vue +110 -110
  52. package/components/elements/photos-animation/APhotosAnimation.vue +85 -85
  53. package/components/elements/section-heading/ASectionHeading.vue +35 -35
  54. package/components/elements/segmented/ASegmentedV2.vue +154 -154
  55. package/components/elements/select/ACascadeSelectV2.vue +710 -710
  56. package/components/elements/select/ASelect.vue +448 -448
  57. package/components/elements/select/ASelectMobile.vue +186 -186
  58. package/components/elements/select/ASelectV2.vue +507 -507
  59. package/components/elements/select/cascade-utils.ts +115 -115
  60. package/components/elements/select/types.ts +27 -27
  61. package/components/elements/select/ui/cascade-drawer.vue +146 -146
  62. package/components/elements/select/ui/cascade-panel.vue +237 -237
  63. package/components/elements/select/ui/select-button.vue +112 -112
  64. package/components/elements/select/ui/select-list.vue +99 -99
  65. package/components/elements/select/ui/select-trigger.vue +167 -167
  66. package/components/elements/show-more/AShowMore.vue +35 -35
  67. package/components/elements/show-more/AShowMoreV2.vue +26 -26
  68. package/components/elements/skeleton/ASkeleton.vue +44 -44
  69. package/components/elements/slider/ASlider.vue +175 -175
  70. package/components/elements/slider/ASliderItem.vue +31 -31
  71. package/components/elements/slider/ASliderV2.vue +182 -182
  72. package/components/elements/slider/types.ts +21 -21
  73. package/components/elements/star-rating/AStarRating.vue +189 -189
  74. package/components/elements/star-rating/types.ts +7 -7
  75. package/components/elements/star-rating/ui/Star.vue +74 -74
  76. package/components/elements/status-badge/AStatusBadge.vue +125 -125
  77. package/components/elements/step-slider/AStepSliderColCard.vue +270 -270
  78. package/components/elements/step-slider/AStepSliderColNumber.vue +199 -199
  79. package/components/elements/table/ATable.vue +93 -93
  80. package/components/elements/table/table.config.ts +32 -32
  81. package/components/elements/tree-select/ATreeSelect.vue +157 -157
  82. package/components/elements/tree-select/TreeService.ts +184 -184
  83. package/components/elements/tree-select/components/ATreeSelectNode.vue +104 -104
  84. package/components/elements/tree-select/types.ts +63 -63
  85. package/components/elements/tree-select/utils.ts +30 -30
  86. package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -79
  87. package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -175
  88. package/components/elements/tree-select-modal/ATreeSelectModal.vue +217 -217
  89. package/components/features/color-mode/AColorMode.client.vue +74 -74
  90. package/components/features/dropdown/ADropdown.vue +127 -127
  91. package/components/features/dropdown/ADropdownV2.vue +140 -140
  92. package/components/features/go-top/GoTop.vue +67 -67
  93. package/components/features/lang-switcher/lang-switcher.vue +158 -158
  94. package/components/features/payment/banner/BasicPlusLimitBanner.vue +84 -84
  95. package/components/features/payment/banner/PaymentBanner.vue +88 -88
  96. package/components/features/payment/banner/UpSellBanner.vue +105 -105
  97. package/components/features/payment/process/PaymentKaspiQrSidePanel.vue +180 -180
  98. package/components/features/payment/process/PaymentKaspiRedirectSidePanel.vue +123 -123
  99. package/components/features/payment/process/PaymentMethodSidePanel.vue +138 -138
  100. package/components/features/payment/process/PaymentProcess.vue +158 -158
  101. package/components/features/payment/process/PaymentTopUpSidePanel.vue +119 -119
  102. package/components/features/pk-mobile-services/APkMobileServices.vue +107 -107
  103. package/components/features//321/201hange-version/AChangeVersion.vue +20 -20
  104. package/components/forms/README.md +1 -1
  105. package/components/forms/checkbox/ACheckbox.vue +149 -149
  106. package/components/forms/checkbox/ACheckboxV2.vue +229 -229
  107. package/components/forms/feedback-form/FeedbackForm.vue +177 -177
  108. package/components/forms/feedback-form/FeedbackFormV2.vue +183 -183
  109. package/components/forms/input/AInputV2.vue +560 -560
  110. package/components/forms/input/button/AInputButton.vue +53 -53
  111. package/components/forms/input/date/AInputDate.vue +217 -217
  112. package/components/forms/input/password/AInputPassword.vue +59 -59
  113. package/components/forms/input/standard/AInputStandard.vue +424 -424
  114. package/components/forms/input/textarea/ATextarea.vue +207 -207
  115. package/components/forms/input/textarea/ATextareaV2.vue +253 -253
  116. package/components/forms/radio-button/ARadioButton.vue +95 -95
  117. package/components/forms/request-demo/ARequestDemo.vue +108 -108
  118. package/components/forms/toggle/AToggle.vue +157 -157
  119. package/components/forms/toggle/AToggleV2.vue +72 -72
  120. package/components/forms/toggle/types.ts +16 -16
  121. package/components/modals/AConfirmationEmail.vue +40 -40
  122. package/components/modals/AboutTariffModal.vue +115 -115
  123. package/components/modals/AnotherDeviceModal.vue +65 -65
  124. package/components/modals/ApplicationAcceptedModal.vue +45 -45
  125. package/components/modals/ConnectingTariffModal.vue +60 -60
  126. package/components/modals/ContactsMobileModel.vue +182 -182
  127. package/components/modals/ContentNavigationModal.vue +100 -100
  128. package/components/modals/Insufficient-funds-modal.vue +62 -62
  129. package/components/modals/LimitReachedModal.vue +44 -44
  130. package/components/modals/NoAccessModal.vue +39 -39
  131. package/components/modals/PaymentMethodModal.vue +101 -101
  132. package/components/modals/RedirectsBanksModal.vue +69 -69
  133. package/components/modals/ReplenishModal.vue +132 -132
  134. package/components/modals/ReportBugConfirmModal.vue +32 -32
  135. package/components/modals/ReportBugModal.vue +172 -172
  136. package/components/modals/Resend.vue +81 -81
  137. package/components/modals/SubmitApplicationModal.vue +126 -126
  138. package/components/modals/id/AuthModal.vue +72 -72
  139. package/components/modals/id/IdAutoLogoutModal.vue +44 -44
  140. package/components/modals/id/IdBanner.vue +41 -41
  141. package/components/modals/id/IdConfirmAccountOtpModal.vue +182 -182
  142. package/components/modals/id/IdConfirmSuccessfulModal.vue +41 -41
  143. package/components/modals/id/IdLoginModal.vue +336 -336
  144. package/components/modals/id/IdModals.vue +129 -129
  145. package/components/modals/id/IdNewPasswordModal.vue +129 -129
  146. package/components/modals/id/IdOtpInput.vue +156 -156
  147. package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
  148. package/components/modals/id/IdRecoveryModal.vue +117 -117
  149. package/components/modals/id/IdRegistrationModal.vue +215 -215
  150. package/components/modals/id/IdResetPasswordOtpModal.vue +159 -159
  151. package/components/modals/id/IdTwoFactorModal.vue +126 -126
  152. package/components/navigation/README.md +1 -1
  153. package/components/navigation/bottom-navigation/ABottomNavigation.vue +106 -106
  154. package/components/navigation/breadcrumbs/ABreadcrumbs.vue +128 -128
  155. package/components/navigation/breadcrumbs/types.ts +8 -8
  156. package/components/navigation/footer/AFooter.vue +283 -283
  157. package/components/navigation/footer/ui/a-footer-accordion.vue +118 -118
  158. package/components/navigation/header/AHeader.vue +241 -241
  159. package/components/navigation/header/AlmatyContacts.vue +145 -145
  160. package/components/navigation/header/AstanaContacts.vue +67 -67
  161. package/components/navigation/header/CardGallery.vue +252 -252
  162. package/components/navigation/header/ContactMenu.vue +48 -48
  163. package/components/navigation/header/HeaderLink.vue +250 -250
  164. package/components/navigation/header/HeaderUsage.vue +139 -139
  165. package/components/navigation/header/ListItem.vue +32 -32
  166. package/components/navigation/header/NavCard.vue +42 -42
  167. package/components/navigation/header/NavList.vue +73 -73
  168. package/components/navigation/header/NotificationsMenu.vue +50 -50
  169. package/components/navigation/header/ProductMenu.vue +101 -101
  170. package/components/navigation/header/ProfileMenu.vue +168 -168
  171. package/components/navigation/header/SystemNotification.vue +108 -108
  172. package/components/navigation/header/types.ts +28 -28
  173. package/components/navigation/line-tabs/ALineTabs.vue +112 -112
  174. package/components/navigation/line-tabs/types.ts +21 -21
  175. package/components/navigation/mobile-navigation/AMobileNavigation.vue +112 -112
  176. package/components/navigation/pill-tabs/APillTabs.vue +179 -179
  177. package/components/navigation/pill-tabs/APillTabsV2.vue +241 -241
  178. package/components/navigation/pill-tabs/types.ts +24 -24
  179. package/components/navigation/side-navigation/ASideNavigation.vue +406 -406
  180. package/components/overlays/README.md +1 -1
  181. package/components/overlays/drawer/ADrawerV2.vue +342 -342
  182. package/components/overlays/modal/AModal.vue +335 -335
  183. package/components/overlays/modal/AModalV2.vue +401 -401
  184. package/components/overlays/side-panel/ASidePanel.vue +445 -445
  185. package/components/overlays/sideover/ASlideover.vue +351 -351
  186. package/components/overlays/tooltip/ATooltip.vue +238 -238
  187. package/components/overlays/tooltip/ATooltipV2.vue +226 -226
  188. package/components/overlays/tooltip/types.ts +26 -26
  189. package/components/overlays/tooltip/useTooltipTrigger.ts +101 -101
  190. package/components/transitions/ATransitionHeight.vue +67 -67
  191. package/components/utils/index.ts +19 -19
  192. package/components/utils/removeTrailingSlash.ts +7 -7
  193. package/composables/highlight.ts +19 -19
  194. package/composables/modalsState.ts +8 -8
  195. package/composables/projectState.ts +2 -2
  196. package/composables/useAccessTokenCookie.ts +25 -25
  197. package/composables/useActiveNavigation.ts +84 -84
  198. package/composables/useAdaptive.ts +46 -46
  199. package/composables/useBuyTariffs.ts +91 -91
  200. package/composables/useCarouselScroll.ts +49 -49
  201. package/composables/useChipOverflow.ts +92 -92
  202. package/composables/useHeaderNavigationLinks.ts +519 -519
  203. package/composables/useIdModals.ts +36 -36
  204. package/composables/usePayment.ts +78 -78
  205. package/composables/useUIValidation.ts +16 -16
  206. package/composables/useUrls.ts +23 -23
  207. package/eslint.config.mjs +58 -58
  208. package/i18n/i18n.config.ts +21 -21
  209. package/i18n.config.ts +21 -21
  210. package/icons/adata-logo.vue +17 -17
  211. package/icons/ai-assistant.vue +13 -13
  212. package/icons/akimat.vue +20 -20
  213. package/icons/archive.vue +16 -16
  214. package/icons/arrow/arrow-bottom-left-on-square.vue +5 -5
  215. package/icons/arrow/arrow-circle-down.vue +16 -16
  216. package/icons/arrow/arrow-circle-reset.vue +16 -16
  217. package/icons/arrow/arrow-corner.vue +9 -9
  218. package/icons/arrow/arrow-down-left.vue +6 -6
  219. package/icons/arrow/arrow-graph-down.vue +13 -13
  220. package/icons/arrow/arrow-graph-up.vue +14 -14
  221. package/icons/arrow/arrow-left-right.vue +8 -8
  222. package/icons/arrow/arrow-left.vue +14 -14
  223. package/icons/arrow/arrow-right.vue +14 -14
  224. package/icons/arrow/arrow-square-down.vue +15 -15
  225. package/icons/arrow/arrow-top-right-on-square.vue +6 -6
  226. package/icons/arrow/arrow-up-right.vue +6 -6
  227. package/icons/arrow/arrows-in.vue +11 -11
  228. package/icons/arrow/arrows-out.vue +11 -11
  229. package/icons/arrow/arrows-resize-in.vue +38 -38
  230. package/icons/arrow/arrows-resize-out.vue +17 -17
  231. package/icons/arrow-currency-gray.vue +5 -5
  232. package/icons/arrow-currency-green.vue +5 -5
  233. package/icons/arrow-currency-red.vue +5 -5
  234. package/icons/arrow-side-up.vue +6 -6
  235. package/icons/avatar.vue +12 -12
  236. package/icons/bank.vue +5 -5
  237. package/icons/bar-chart-3.vue +3 -3
  238. package/icons/bill.vue +3 -3
  239. package/icons/block.vue +16 -16
  240. package/icons/book-open.vue +3 -3
  241. package/icons/bookmark/bookmark-filled.vue +19 -19
  242. package/icons/bookmark/bookmark.vue +5 -5
  243. package/icons/bot.vue +52 -52
  244. package/icons/braces.vue +3 -3
  245. package/icons/briefcase.vue +14 -14
  246. package/icons/browsers/browser-duck.vue +65 -65
  247. package/icons/browsers/browser-google.vue +30 -30
  248. package/icons/browsers/browser-yandex.vue +13 -13
  249. package/icons/building-vector.vue +7 -7
  250. package/icons/building.vue +9 -9
  251. package/icons/calculator.vue +7 -7
  252. package/icons/calendar.vue +24 -24
  253. package/icons/car-side.vue +16 -16
  254. package/icons/car.vue +7 -7
  255. package/icons/cart.vue +15 -15
  256. package/icons/chart-bar.vue +5 -5
  257. package/icons/chart-no-axes-column.vue +3 -3
  258. package/icons/chart-pie.vue +16 -16
  259. package/icons/check/check-circle.vue +6 -6
  260. package/icons/check/check-outline.vue +3 -3
  261. package/icons/check/check-shield.vue +14 -14
  262. package/icons/check/check.vue +17 -17
  263. package/icons/check/checkmark-circle.vue +6 -6
  264. package/icons/check-sb.vue +7 -7
  265. package/icons/checkbox/checkbox-active.vue +17 -17
  266. package/icons/checkbox/checkbox-empty.vue +10 -10
  267. package/icons/checkbox/checkbox-intermediate.vue +7 -7
  268. package/icons/chevron/chevron-down-outline.vue +3 -3
  269. package/icons/chevron/chevron-down.vue +5 -5
  270. package/icons/chevron/chevron-left.vue +5 -5
  271. package/icons/chevron/chevron-right.vue +5 -5
  272. package/icons/chevron/chevron-up.vue +5 -5
  273. package/icons/chevron/double-chevron-right.vue +12 -12
  274. package/icons/clipboard-list.vue +3 -3
  275. package/icons/clipboard-text.vue +7 -7
  276. package/icons/clock-outline.vue +3 -3
  277. package/icons/clock-time.vue +24 -24
  278. package/icons/clock.vue +25 -25
  279. package/icons/close.vue +16 -16
  280. package/icons/cloud/cloud-upload.vue +3 -3
  281. package/icons/code.vue +9 -9
  282. package/icons/company/company-bazis.vue +21 -21
  283. package/icons/company/company-bereke.vue +25 -25
  284. package/icons/company/company-bigroup.vue +16 -16
  285. package/icons/company/company-erg.vue +17 -17
  286. package/icons/company/company-forte.vue +21 -21
  287. package/icons/company/company-halyk.vue +15 -15
  288. package/icons/company/company-jusan.vue +31 -31
  289. package/icons/company/company-kaspi.vue +14 -14
  290. package/icons/company/company-kazzinc.vue +22 -22
  291. package/icons/company/company-mycar.vue +13 -13
  292. package/icons/company/company-samruk.vue +21 -21
  293. package/icons/company-egov-small.vue +15 -15
  294. package/icons/company.vue +8 -8
  295. package/icons/compare-outlined.vue +8 -8
  296. package/icons/copy.vue +7 -7
  297. package/icons/crown.vue +6 -6
  298. package/icons/currency/currency-dollar.vue +16 -16
  299. package/icons/currency/currency-down.vue +22 -22
  300. package/icons/currency/currency-eur.vue +57 -57
  301. package/icons/currency/currency-rub.vue +7 -7
  302. package/icons/currency/currency-tenge.vue +9 -9
  303. package/icons/currency/currency-usd.vue +221 -221
  304. package/icons/currency/currency-yuan.vue +25 -25
  305. package/icons/database.vue +3 -3
  306. package/icons/default-avatar.vue +20 -20
  307. package/icons/delete.vue +7 -7
  308. package/icons/document.vue +5 -5
  309. package/icons/dots-horizontal.vue +31 -31
  310. package/icons/download-line.vue +13 -13
  311. package/icons/download-outline.vue +3 -3
  312. package/icons/download-rounded.vue +15 -15
  313. package/icons/download.vue +11 -11
  314. package/icons/edit.vue +7 -7
  315. package/icons/education.vue +16 -16
  316. package/icons/egov-small.vue +7 -7
  317. package/icons/egov.vue +41 -41
  318. package/icons/elicense.vue +38 -38
  319. package/icons/excel-icon.vue +14 -14
  320. package/icons/expand-window.vue +7 -7
  321. package/icons/eye-closed.vue +26 -26
  322. package/icons/eye-open.vue +7 -7
  323. package/icons/eye-opened.vue +23 -23
  324. package/icons/favourite-bookmark-outline.vue +17 -17
  325. package/icons/file/file-check-corner.vue +3 -3
  326. package/icons/file/file-spreadsheet.vue +3 -3
  327. package/icons/file/file.vue +16 -16
  328. package/icons/file/files.vue +16 -16
  329. package/icons/file-json.vue +3 -3
  330. package/icons/file-pen.vue +31 -31
  331. package/icons/file-search.vue +3 -3
  332. package/icons/file-stack.vue +31 -31
  333. package/icons/file-text.vue +3 -3
  334. package/icons/file-types/excel.vue +131 -131
  335. package/icons/file-types/html.vue +13 -13
  336. package/icons/file-types/jpeg.vue +16 -16
  337. package/icons/file-types/pdf.vue +11 -11
  338. package/icons/file-types/png.vue +11 -11
  339. package/icons/file-types/rar.vue +11 -11
  340. package/icons/file-types/word.vue +50 -50
  341. package/icons/file-types/zip.vue +11 -11
  342. package/icons/filter.vue +5 -5
  343. package/icons/flag.vue +7 -7
  344. package/icons/flask-conical.vue +3 -3
  345. package/icons/folder-open.vue +3 -3
  346. package/icons/gauge.vue +17 -17
  347. package/icons/gift-outline.vue +3 -3
  348. package/icons/gift.vue +8 -8
  349. package/icons/git-compare.vue +38 -38
  350. package/icons/git-fork.vue +3 -3
  351. package/icons/globe-2.vue +3 -3
  352. package/icons/globe.vue +16 -16
  353. package/icons/google.vue +41 -41
  354. package/icons/gradiend-icons/files-gradient.vue +22 -22
  355. package/icons/gradiend-icons/hammer-gradient.vue +62 -62
  356. package/icons/graduation-cap.vue +31 -31
  357. package/icons/graph-loading.vue +34 -34
  358. package/icons/graph-pie.vue +14 -14
  359. package/icons/hand/hand-thumb-up-filled.vue +5 -5
  360. package/icons/hand/hand-thumb-up.vue +5 -5
  361. package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  362. package/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  363. package/icons/handshake.vue +5 -5
  364. package/icons/hcheck.vue +14 -14
  365. package/icons/hdocument.vue +7 -7
  366. package/icons/headset.vue +6 -6
  367. package/icons/help-question-circle.vue +26 -26
  368. package/icons/history.vue +5 -5
  369. package/icons/home.vue +14 -14
  370. package/icons/horizontal-more.vue +13 -13
  371. package/icons/hot-line.vue +6 -6
  372. package/icons/hummer.vue +16 -16
  373. package/icons/id.vue +7 -7
  374. package/icons/in-row-type.vue +46 -46
  375. package/icons/in-table-type.vue +29 -29
  376. package/icons/info/info-circle.vue +29 -29
  377. package/icons/invoice.vue +8 -8
  378. package/icons/judge.vue +14 -14
  379. package/icons/kaspi-qr.vue +13 -13
  380. package/icons/key-round.vue +3 -3
  381. package/icons/landmark.vue +3 -3
  382. package/icons/layers.vue +3 -3
  383. package/icons/letter/letter-a.vue +8 -8
  384. package/icons/letter/letter-b.vue +6 -6
  385. package/icons/letter/letter-c.vue +6 -6
  386. package/icons/letter/letter-d.vue +6 -6
  387. package/icons/letter/letter-e.vue +6 -6
  388. package/icons/link-chain.vue +28 -28
  389. package/icons/link-url.vue +3 -3
  390. package/icons/link.vue +7 -7
  391. package/icons/linkedin.vue +24 -24
  392. package/icons/list-tree.vue +3 -3
  393. package/icons/loader-circle.vue +27 -27
  394. package/icons/location.vue +8 -8
  395. package/icons/lock.vue +5 -5
  396. package/icons/log-out.vue +21 -0
  397. package/icons/logo.vue +15 -15
  398. package/icons/logout.vue +16 -16
  399. package/icons/magnify/magnifying-glass-minus.vue +8 -8
  400. package/icons/magnify/magnifying-glass-plus.vue +9 -9
  401. package/icons/magnify/magnifying-glass.vue +9 -9
  402. package/icons/mail-question-mark.vue +8 -8
  403. package/icons/mail.vue +7 -7
  404. package/icons/mailru.vue +34 -34
  405. package/icons/main-filter.vue +10 -10
  406. package/icons/map/map-pin-filled.vue +7 -7
  407. package/icons/map/map-pin-rect.vue +15 -15
  408. package/icons/map/map-pin.vue +7 -7
  409. package/icons/map-marker-start.vue +7 -7
  410. package/icons/map-paper.vue +5 -5
  411. package/icons/medal.vue +7 -7
  412. package/icons/menu-filled.vue +20 -20
  413. package/icons/menu.vue +8 -8
  414. package/icons/message/message-square.vue +3 -3
  415. package/icons/message/message.vue +12 -12
  416. package/icons/message-dotted.vue +30 -30
  417. package/icons/messages-square.vue +3 -3
  418. package/icons/minus/minus-circle.vue +10 -10
  419. package/icons/money.vue +5 -5
  420. package/icons/monitoring.vue +10 -10
  421. package/icons/moon.vue +8 -8
  422. package/icons/more.vue +29 -29
  423. package/icons/network.vue +3 -3
  424. package/icons/newspaper.vue +3 -3
  425. package/icons/note-pencil.vue +14 -14
  426. package/icons/note.vue +14 -14
  427. package/icons/notification-error.vue +17 -17
  428. package/icons/notification.vue +16 -16
  429. package/icons/paperclip.vue +7 -7
  430. package/icons/payment/payment-card.vue +6 -6
  431. package/icons/payment/payment-kaspi.vue +11 -11
  432. package/icons/person-vector.vue +7 -7
  433. package/icons/person-with-briefcase.vue +10 -10
  434. package/icons/person.vue +22 -22
  435. package/icons/phone-call.vue +6 -6
  436. package/icons/phone-filled.vue +5 -5
  437. package/icons/phone-reversed.vue +3 -3
  438. package/icons/phone.vue +7 -7
  439. package/icons/plus/plus-circle.vue +8 -8
  440. package/icons/plus/plus.vue +13 -13
  441. package/icons/profile.vue +5 -5
  442. package/icons/radio/radio-check.vue +8 -8
  443. package/icons/radio/radio-empty.vue +10 -10
  444. package/icons/receipt.vue +8 -8
  445. package/icons/refresh-cw.vue +8 -8
  446. package/icons/robot-outline.vue +3 -3
  447. package/icons/robot.vue +14 -14
  448. package/icons/route.vue +7 -7
  449. package/icons/sanctions.vue +8 -8
  450. package/icons/scales/scale-outline.vue +3 -3
  451. package/icons/scales/scale.vue +16 -16
  452. package/icons/scales/scales.vue +5 -5
  453. package/icons/scales/standing-scales.vue +15 -15
  454. package/icons/scan-search.vue +3 -3
  455. package/icons/search-outline.vue +3 -3
  456. package/icons/search.vue +27 -27
  457. package/icons/send.vue +3 -3
  458. package/icons/settings.vue +26 -26
  459. package/icons/share/share-alt.vue +5 -5
  460. package/icons/share/share.vue +14 -14
  461. package/icons/shield-alert.vue +31 -31
  462. package/icons/shield-check.vue +20 -0
  463. package/icons/shield-verified.vue +14 -14
  464. package/icons/ship.vue +8 -8
  465. package/icons/socials/face-book.vue +15 -15
  466. package/icons/socials/facebook-color.vue +16 -16
  467. package/icons/socials/globe-color.vue +16 -16
  468. package/icons/socials/instagram-color.vue +46 -46
  469. package/icons/socials/instagram.vue +19 -19
  470. package/icons/socials/linkedin-color.vue +14 -14
  471. package/icons/socials/telegram-color.vue +16 -16
  472. package/icons/socials/telegram.vue +15 -15
  473. package/icons/socials/tik-tok.vue +15 -15
  474. package/icons/socials/tiktok-color.vue +14 -14
  475. package/icons/socials/vk-color.vue +16 -16
  476. package/icons/socials/youtube-color.vue +16 -16
  477. package/icons/socials/youtube.vue +16 -16
  478. package/icons/sort/sort-asc.vue +15 -15
  479. package/icons/sort/sort-desc.vue +15 -15
  480. package/icons/sparkles.vue +3 -3
  481. package/icons/splitting-arrows.vue +8 -8
  482. package/icons/star/star-filled.vue +41 -41
  483. package/icons/star/star-half-filled.vue +21 -21
  484. package/icons/star/star.vue +25 -25
  485. package/icons/sun.vue +25 -25
  486. package/icons/sviazi.vue +5 -5
  487. package/icons/tag.vue +30 -30
  488. package/icons/tasks.vue +10 -10
  489. package/icons/tender-search.vue +11 -11
  490. package/icons/terminal.vue +3 -3
  491. package/icons/toasts/check-circle-toast.vue +6 -6
  492. package/icons/toasts/warning-triangle-toast.vue +8 -8
  493. package/icons/trash.vue +13 -13
  494. package/icons/triangle-alert.vue +3 -3
  495. package/icons/triangle.vue +10 -10
  496. package/icons/truck.vue +7 -7
  497. package/icons/user-plus.vue +3 -3
  498. package/icons/user-square.vue +14 -14
  499. package/icons/user.vue +22 -22
  500. package/icons/users-focus.vue +8 -8
  501. package/icons/users-outline.vue +3 -3
  502. package/icons/users-round.vue +3 -3
  503. package/icons/users-three.vue +7 -7
  504. package/icons/users.vue +8 -8
  505. package/icons/view-eye-open.vue +13 -13
  506. package/icons/warning/warning-circle.vue +29 -29
  507. package/icons/warning/warning-triangle-filled.vue +12 -12
  508. package/icons/warning/warning-triangle.vue +28 -28
  509. package/icons/webhook.vue +3 -3
  510. package/icons/whatsapp.vue +8 -8
  511. package/icons/work-bag.vue +11 -11
  512. package/icons/work-case.vue +9 -9
  513. package/icons/work-search.vue +10 -10
  514. package/icons/work.vue +5 -5
  515. package/icons/workflow.vue +3 -3
  516. package/icons/x-mark.vue +15 -15
  517. package/icons/x-outline.vue +3 -3
  518. package/icons/yandex.vue +29 -29
  519. package/icons/zap.vue +3 -3
  520. package/illustrations/address-location.vue +38 -38
  521. package/illustrations/award-badge.vue +105 -105
  522. package/illustrations/ball-with-chain.vue +120 -120
  523. package/illustrations/bill.vue +133 -133
  524. package/illustrations/buildings.vue +82 -82
  525. package/illustrations/calendar.vue +156 -156
  526. package/illustrations/chains.vue +152 -152
  527. package/illustrations/coin-percent.vue +126 -126
  528. package/illustrations/coins-stack.vue +202 -202
  529. package/illustrations/delete-dark.vue +32 -32
  530. package/illustrations/delete.vue +33 -33
  531. package/illustrations/doc-with-stamp.vue +126 -126
  532. package/illustrations/document.vue +64 -64
  533. package/illustrations/door.vue +85 -85
  534. package/illustrations/empty-badge-check.vue +20 -20
  535. package/illustrations/empty-ban.vue +18 -18
  536. package/illustrations/empty-box.vue +77 -77
  537. package/illustrations/empty-filter.vue +20 -20
  538. package/illustrations/empty-inbox.vue +19 -19
  539. package/illustrations/empty-scale.vue +22 -22
  540. package/illustrations/empty-search-x.vue +21 -21
  541. package/illustrations/empty-shopping-cart.vue +21 -21
  542. package/illustrations/empty-users-round.vue +20 -20
  543. package/illustrations/empty-wallet.vue +127 -127
  544. package/illustrations/graph-in-coin.vue +119 -119
  545. package/illustrations/hammer.vue +156 -156
  546. package/illustrations/hand-cash.vue +108 -108
  547. package/illustrations/info.vue +52 -52
  548. package/illustrations/mail-active.vue +86 -86
  549. package/illustrations/mail.vue +68 -68
  550. package/illustrations/no-access.vue +92 -92
  551. package/illustrations/notes-search.vue +20 -20
  552. package/illustrations/notes-sticky.vue +20 -20
  553. package/illustrations/ok.vue +90 -90
  554. package/illustrations/people-group.vue +237 -237
  555. package/illustrations/person-with-phone.vue +187 -187
  556. package/illustrations/person.vue +159 -159
  557. package/illustrations/phone-check.vue +110 -110
  558. package/illustrations/phone-payment-method.vue +223 -223
  559. package/illustrations/scheme-notes.vue +21 -21
  560. package/illustrations/scheme-waypoints.vue +25 -25
  561. package/illustrations/search.vue +14 -14
  562. package/illustrations/shield-user.vue +94 -94
  563. package/illustrations/stop-hand.vue +84 -84
  564. package/illustrations/stop-sign.vue +34 -34
  565. package/illustrations/suit.vue +97 -97
  566. package/illustrations/suitcase.vue +105 -105
  567. package/illustrations/terminal.vue +100 -100
  568. package/illustrations/trash-can.vue +66 -66
  569. package/illustrations/turn-on-tariff.vue +38 -38
  570. package/illustrations/two-persons.vue +169 -169
  571. package/lang/en.ts +878 -878
  572. package/lang/kk.ts +880 -880
  573. package/lang/ru.ts +880 -880
  574. package/layouts/default.vue +13 -13
  575. package/nuxt.config.ts +95 -95
  576. package/package.json +64 -64
  577. package/plugins/maska.ts +4 -4
  578. package/plugins/toast.client.ts +41 -41
  579. package/public/kaspi/logo.svg +4 -4
  580. package/shared/constans/pages.ts +96 -96
  581. package/tsconfig.json +6 -6
  582. package/utils/getMaxZindex.ts +25 -25
  583. package/utils/localizedNavigation.ts +36 -36
  584. package/utils/toCssSize.ts +11 -11
  585. package/utils/twMerge.ts +34 -34
  586. package/vitest.config.ts +14 -14
  587. package/.claude/settings.local.json +0 -19
@@ -1,23 +1,23 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg
7
- width="16"
8
- height="16"
9
- viewBox="0 0 16 16"
10
- fill="currentColor"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
13
- <path
14
- fill-rule="evenodd"
15
- clip-rule="evenodd"
16
- d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
17
- />
18
- </svg>
19
- </template>
20
-
21
- <style scoped>
22
-
23
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ width="16"
8
+ height="16"
9
+ viewBox="0 0 16 16"
10
+ fill="currentColor"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ >
13
+ <path
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
17
+ />
18
+ </svg>
19
+ </template>
20
+
21
+ <style scoped>
22
+
23
+ </style>
@@ -1,17 +1,17 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M4.8 1.6 H11.2 Q13 1.6 13 3.4 V12.8 Q13 14.4 11.604 13.618 L8.873 12.089 Q8 11.6 7.127 12.089 L4.396 13.618 Q3 14.4 3 12.8 V3.4 Q3 1.6 4.8 1.6 Z"
11
- stroke="currentColor"
12
- stroke-width="1"
13
- stroke-linejoin="round"
14
- stroke-linecap="round"
15
- />
16
- </svg>
17
- </template>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M4.8 1.6 H11.2 Q13 1.6 13 3.4 V12.8 Q13 14.4 11.604 13.618 L8.873 12.089 Q8 11.6 7.127 12.089 L4.396 13.618 Q3 14.4 3 12.8 V3.4 Q3 1.6 4.8 1.6 Z"
11
+ stroke="currentColor"
12
+ stroke-width="1"
13
+ stroke-linejoin="round"
14
+ stroke-linecap="round"
15
+ />
16
+ </svg>
17
+ </template>
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-check-corner-icon lucide-file-check-corner"><path d="M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><path d="m14 20 2 2 4-4"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-check-corner-icon lucide-file-check-corner"><path d="M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><path d="m14 20 2 2 4-4"/></svg>
3
+ </template>
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-spreadsheet-icon lucide-file-spreadsheet"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><path d="M8 13h2"/><path d="M14 13h2"/><path d="M8 17h2"/><path d="M14 17h2"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-spreadsheet-icon lucide-file-spreadsheet"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><path d="M8 13h2"/><path d="M14 13h2"/><path d="M8 17h2"/><path d="M14 17h2"/></svg>
3
+ </template>
@@ -1,16 +1,16 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M4.11492 1C3.63222 1 3.1693 1.19175 2.82799 1.53306C2.48667 1.87438 2.29492 2.3373 2.29492 2.81999V13.18C2.29492 13.6627 2.48667 14.1256 2.82799 14.4669C3.1693 14.8082 3.63222 15 4.11492 15H11.8849C12.3676 15 12.8305 14.8082 13.1718 14.4669C13.5131 14.1256 13.7049 13.6627 13.7049 13.18V5.40999C13.7049 5.26732 13.648 5.13794 13.5556 5.04332C13.5541 5.04179 13.5526 5.04027 13.5511 5.03876L9.66639 1.15403L9.66613 1.15377C9.56767 1.05531 9.43414 1 9.2949 1M8.7699 2.05H4.11492C3.9107 2.05 3.71485 2.13112 3.57045 2.27552C3.42604 2.41993 3.34492 2.61578 3.34492 2.81999V13.18C3.34492 13.3842 3.42604 13.58 3.57045 13.7244C3.71485 13.8688 3.9107 13.95 4.11492 13.95H11.8849C12.0891 13.95 12.285 13.8688 12.4294 13.7244C12.5738 13.58 12.6549 13.3842 12.6549 13.18V5.93499H9.2949C9.00495 5.93499 8.7699 5.69994 8.7699 5.40999V2.05ZM11.9124 4.88499L9.8199 2.79246V4.88499H11.9124ZM5.40992 8.12251C5.11997 8.12251 4.88492 8.35756 4.88492 8.64751C4.88492 8.93746 5.11997 9.17251 5.40992 9.17251H10.5899C10.8799 9.17251 11.1149 8.93746 11.1149 8.64751C11.1149 8.35756 10.8799 8.12251 10.5899 8.12251H5.40992ZM4.88492 11.2375C4.88492 10.9475 5.11997 10.7125 5.40992 10.7125H10.5899C10.8799 10.7125 11.1149 10.9475 11.1149 11.2375C11.1149 11.5274 10.8799 11.7625 10.5899 11.7625H5.40992C5.11997 11.7625 4.88492 11.5274 4.88492 11.2375ZM4.88492 6.05747C4.88492 5.76752 5.11997 5.53247 5.40992 5.53247H6.70492C6.99487 5.53247 7.22992 5.76752 7.22992 6.05747C7.22992 6.34742 6.99487 6.58247 6.70492 6.58247H5.40992C5.11997 6.58247 4.88492 6.34742 4.88492 6.05747Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M4.11492 1C3.63222 1 3.1693 1.19175 2.82799 1.53306C2.48667 1.87438 2.29492 2.3373 2.29492 2.81999V13.18C2.29492 13.6627 2.48667 14.1256 2.82799 14.4669C3.1693 14.8082 3.63222 15 4.11492 15H11.8849C12.3676 15 12.8305 14.8082 13.1718 14.4669C13.5131 14.1256 13.7049 13.6627 13.7049 13.18V5.40999C13.7049 5.26732 13.648 5.13794 13.5556 5.04332C13.5541 5.04179 13.5526 5.04027 13.5511 5.03876L9.66639 1.15403L9.66613 1.15377C9.56767 1.05531 9.43414 1 9.2949 1M8.7699 2.05H4.11492C3.9107 2.05 3.71485 2.13112 3.57045 2.27552C3.42604 2.41993 3.34492 2.61578 3.34492 2.81999V13.18C3.34492 13.3842 3.42604 13.58 3.57045 13.7244C3.71485 13.8688 3.9107 13.95 4.11492 13.95H11.8849C12.0891 13.95 12.285 13.8688 12.4294 13.7244C12.5738 13.58 12.6549 13.3842 12.6549 13.18V5.93499H9.2949C9.00495 5.93499 8.7699 5.69994 8.7699 5.40999V2.05ZM11.9124 4.88499L9.8199 2.79246V4.88499H11.9124ZM5.40992 8.12251C5.11997 8.12251 4.88492 8.35756 4.88492 8.64751C4.88492 8.93746 5.11997 9.17251 5.40992 9.17251H10.5899C10.8799 9.17251 11.1149 8.93746 11.1149 8.64751C11.1149 8.35756 10.8799 8.12251 10.5899 8.12251H5.40992ZM4.88492 11.2375C4.88492 10.9475 5.11997 10.7125 5.40992 10.7125H10.5899C10.8799 10.7125 11.1149 10.9475 11.1149 11.2375C11.1149 11.5274 10.8799 11.7625 10.5899 11.7625H5.40992C5.11997 11.7625 4.88492 11.5274 4.88492 11.2375ZM4.88492 6.05747C4.88492 5.76752 5.11997 5.53247 5.40992 5.53247H6.70492C6.99487 5.53247 7.22992 5.76752 7.22992 6.05747C7.22992 6.34742 6.99487 6.58247 6.70492 6.58247H5.40992C5.11997 6.58247 4.88492 6.34742 4.88492 6.05747Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
@@ -1,16 +1,16 @@
1
- <script setup lang="ts"></script>
2
-
3
- <template>
4
- <svg
5
- width="18"
6
- height="18"
7
- viewBox="0 0 18 18"
8
- fill="none"
9
- xmlns="http://www.w3.org/2000/svg"
10
- >
11
- <path
12
- d="M15.023 4.66453L12.2105 1.85203C12.1582 1.79981 12.0961 1.7584 12.0279 1.73017C11.9596 1.70194 11.8864 1.68744 11.8125 1.6875H6.1875C5.88913 1.6875 5.60298 1.80603 5.392 2.017C5.18103 2.22798 5.0625 2.51413 5.0625 2.8125V3.9375H3.9375C3.63913 3.9375 3.35298 4.05603 3.142 4.267C2.93103 4.47798 2.8125 4.76413 2.8125 5.0625V15.1875C2.8125 15.4859 2.93103 15.772 3.142 15.983C3.35298 16.194 3.63913 16.3125 3.9375 16.3125H11.8125C12.1109 16.3125 12.397 16.194 12.608 15.983C12.819 15.772 12.9375 15.4859 12.9375 15.1875V14.0625H14.0625C14.3609 14.0625 14.647 13.944 14.858 13.733C15.069 13.522 15.1875 13.2359 15.1875 12.9375V5.0625C15.1876 4.98861 15.1731 4.91543 15.1448 4.84715C15.1166 4.77886 15.0752 4.71681 15.023 4.66453ZM11.8125 15.1875H3.9375V5.0625H9.32977L11.8125 7.54523V13.4887C11.8125 13.493 11.8125 13.4965 11.8125 13.5C11.8125 13.5035 11.8125 13.507 11.8125 13.5113V15.1875ZM14.0625 12.9375H12.9375V7.3125C12.9376 7.23861 12.9231 7.16543 12.8948 7.09715C12.8666 7.02886 12.8252 6.96681 12.773 6.91453L9.96047 4.10203C9.90819 4.04981 9.84614 4.0084 9.77785 3.98017C9.70957 3.95194 9.63639 3.93744 9.5625 3.9375H6.1875V2.8125H11.5798L14.0625 5.29523V12.9375ZM10.125 10.6875C10.125 10.8367 10.0657 10.9798 9.96025 11.0852C9.85476 11.1907 9.71168 11.25 9.5625 11.25H6.1875C6.03832 11.25 5.89524 11.1907 5.78975 11.0852C5.68426 10.9798 5.625 10.8367 5.625 10.6875C5.625 10.5383 5.68426 10.3952 5.78975 10.2898C5.89524 10.1843 6.03832 10.125 6.1875 10.125H9.5625C9.71168 10.125 9.85476 10.1843 9.96025 10.2898C10.0657 10.3952 10.125 10.5383 10.125 10.6875ZM10.125 12.9375C10.125 13.0867 10.0657 13.2298 9.96025 13.3352C9.85476 13.4407 9.71168 13.5 9.5625 13.5H6.1875C6.03832 13.5 5.89524 13.4407 5.78975 13.3352C5.68426 13.2298 5.625 13.0867 5.625 12.9375C5.625 12.7883 5.68426 12.6452 5.78975 12.5398C5.89524 12.4343 6.03832 12.375 6.1875 12.375H9.5625C9.71168 12.375 9.85476 12.4343 9.96025 12.5398C10.0657 12.6452 10.125 12.7883 10.125 12.9375Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
1
+ <script setup lang="ts"></script>
2
+
3
+ <template>
4
+ <svg
5
+ width="18"
6
+ height="18"
7
+ viewBox="0 0 18 18"
8
+ fill="none"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ >
11
+ <path
12
+ d="M15.023 4.66453L12.2105 1.85203C12.1582 1.79981 12.0961 1.7584 12.0279 1.73017C11.9596 1.70194 11.8864 1.68744 11.8125 1.6875H6.1875C5.88913 1.6875 5.60298 1.80603 5.392 2.017C5.18103 2.22798 5.0625 2.51413 5.0625 2.8125V3.9375H3.9375C3.63913 3.9375 3.35298 4.05603 3.142 4.267C2.93103 4.47798 2.8125 4.76413 2.8125 5.0625V15.1875C2.8125 15.4859 2.93103 15.772 3.142 15.983C3.35298 16.194 3.63913 16.3125 3.9375 16.3125H11.8125C12.1109 16.3125 12.397 16.194 12.608 15.983C12.819 15.772 12.9375 15.4859 12.9375 15.1875V14.0625H14.0625C14.3609 14.0625 14.647 13.944 14.858 13.733C15.069 13.522 15.1875 13.2359 15.1875 12.9375V5.0625C15.1876 4.98861 15.1731 4.91543 15.1448 4.84715C15.1166 4.77886 15.0752 4.71681 15.023 4.66453ZM11.8125 15.1875H3.9375V5.0625H9.32977L11.8125 7.54523V13.4887C11.8125 13.493 11.8125 13.4965 11.8125 13.5C11.8125 13.5035 11.8125 13.507 11.8125 13.5113V15.1875ZM14.0625 12.9375H12.9375V7.3125C12.9376 7.23861 12.9231 7.16543 12.8948 7.09715C12.8666 7.02886 12.8252 6.96681 12.773 6.91453L9.96047 4.10203C9.90819 4.04981 9.84614 4.0084 9.77785 3.98017C9.70957 3.95194 9.63639 3.93744 9.5625 3.9375H6.1875V2.8125H11.5798L14.0625 5.29523V12.9375ZM10.125 10.6875C10.125 10.8367 10.0657 10.9798 9.96025 11.0852C9.85476 11.1907 9.71168 11.25 9.5625 11.25H6.1875C6.03832 11.25 5.89524 11.1907 5.78975 11.0852C5.68426 10.9798 5.625 10.8367 5.625 10.6875C5.625 10.5383 5.68426 10.3952 5.78975 10.2898C5.89524 10.1843 6.03832 10.125 6.1875 10.125H9.5625C9.71168 10.125 9.85476 10.1843 9.96025 10.2898C10.0657 10.3952 10.125 10.5383 10.125 10.6875ZM10.125 12.9375C10.125 13.0867 10.0657 13.2298 9.96025 13.3352C9.85476 13.4407 9.71168 13.5 9.5625 13.5H6.1875C6.03832 13.5 5.89524 13.4407 5.78975 13.3352C5.68426 13.2298 5.625 13.0867 5.625 12.9375C5.625 12.7883 5.68426 12.6452 5.78975 12.5398C5.89524 12.4343 6.03832 12.375 6.1875 12.375H9.5625C9.71168 12.375 9.85476 12.4343 9.96025 12.5398C10.0657 12.6452 10.125 12.7883 10.125 12.9375Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-braces-icon lucide-file-braces"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><path d="M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1"/><path d="M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-braces-icon lucide-file-braces"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><path d="M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1"/><path d="M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1"/></svg>
3
+ </template>
@@ -1,31 +1,31 @@
1
- <template>
2
- <svg
3
- width="22"
4
- height="22"
5
- viewBox="0 0 22 22"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M16.4998 4.58301L14.287 2.37017C13.9433 2.02633 13.477 1.83311 12.9908 1.83301H5.49984C5.01361 1.83301 4.54729 2.02616 4.20347 2.36998C3.85966 2.7138 3.6665 3.18011 3.6665 3.66634V18.333C3.6665 18.8192 3.85966 19.2856 4.20347 19.6294C4.54729 19.9732 5.01361 20.1663 5.49984 20.1663H7.33317"
11
- stroke="currentColor"
12
- stroke-width="1.83333"
13
- stroke-linecap="round"
14
- stroke-linejoin="round"
15
- />
16
- <path
17
- d="M19.5964 11.574C19.9616 11.2088 20.1667 10.7135 20.1667 10.1971C20.1667 9.68072 19.9616 9.18546 19.5964 8.8203C19.2312 8.45514 18.736 8.25 18.2196 8.25C17.7032 8.25 17.2079 8.45514 16.8427 8.8203L13.1669 12.498C12.949 12.7158 12.7894 12.985 12.7031 13.2808L11.9358 15.9116C11.9128 15.9905 11.9114 16.0741 11.9318 16.1537C11.9522 16.2333 11.9936 16.306 12.0517 16.3641C12.1098 16.4222 12.1825 16.4636 12.2621 16.484C12.3417 16.5044 12.4253 16.503 12.5041 16.48L15.135 15.7127C15.4308 15.6264 15.7 15.4668 15.9178 15.2489L19.5964 11.574Z"
18
- stroke="currentColor"
19
- stroke-width="1.83333"
20
- stroke-linecap="round"
21
- stroke-linejoin="round"
22
- />
23
- <path
24
- d="M7.3335 16.5H8.25016"
25
- stroke="currentColor"
26
- stroke-width="1.83333"
27
- stroke-linecap="round"
28
- stroke-linejoin="round"
29
- />
30
- </svg>
31
- </template>
1
+ <template>
2
+ <svg
3
+ width="22"
4
+ height="22"
5
+ viewBox="0 0 22 22"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M16.4998 4.58301L14.287 2.37017C13.9433 2.02633 13.477 1.83311 12.9908 1.83301H5.49984C5.01361 1.83301 4.54729 2.02616 4.20347 2.36998C3.85966 2.7138 3.6665 3.18011 3.6665 3.66634V18.333C3.6665 18.8192 3.85966 19.2856 4.20347 19.6294C4.54729 19.9732 5.01361 20.1663 5.49984 20.1663H7.33317"
11
+ stroke="currentColor"
12
+ stroke-width="1.83333"
13
+ stroke-linecap="round"
14
+ stroke-linejoin="round"
15
+ />
16
+ <path
17
+ d="M19.5964 11.574C19.9616 11.2088 20.1667 10.7135 20.1667 10.1971C20.1667 9.68072 19.9616 9.18546 19.5964 8.8203C19.2312 8.45514 18.736 8.25 18.2196 8.25C17.7032 8.25 17.2079 8.45514 16.8427 8.8203L13.1669 12.498C12.949 12.7158 12.7894 12.985 12.7031 13.2808L11.9358 15.9116C11.9128 15.9905 11.9114 16.0741 11.9318 16.1537C11.9522 16.2333 11.9936 16.306 12.0517 16.3641C12.1098 16.4222 12.1825 16.4636 12.2621 16.484C12.3417 16.5044 12.4253 16.503 12.5041 16.48L15.135 15.7127C15.4308 15.6264 15.7 15.4668 15.9178 15.2489L19.5964 11.574Z"
18
+ stroke="currentColor"
19
+ stroke-width="1.83333"
20
+ stroke-linecap="round"
21
+ stroke-linejoin="round"
22
+ />
23
+ <path
24
+ d="M7.3335 16.5H8.25016"
25
+ stroke="currentColor"
26
+ stroke-width="1.83333"
27
+ stroke-linecap="round"
28
+ stroke-linejoin="round"
29
+ />
30
+ </svg>
31
+ </template>
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-search-icon lucide-file-search"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><circle cx="11.5" cy="14.5" r="2.5"/><path d="M13.3 16.3 15 18"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-search-icon lucide-file-search"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><circle cx="11.5" cy="14.5" r="2.5"/><path d="M13.3 16.3 15 18"/></svg>
3
+ </template>
@@ -1,31 +1,31 @@
1
- <template>
2
- <svg
3
- width="22"
4
- height="22"
5
- viewBox="0 0 22 22"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M18.3333 6.41634H15.5833C15.0971 6.41634 14.6308 6.22319 14.287 5.87937C13.9432 5.53555 13.75 5.06924 13.75 4.58301V1.83301"
11
- stroke="currentColor"
12
- stroke-width="1.83333"
13
- stroke-linecap="round"
14
- stroke-linejoin="round"
15
- />
16
- <path
17
- d="M8.24984 16.4997C7.76361 16.4997 7.29729 16.3065 6.95347 15.9627C6.60966 15.6189 6.4165 15.1526 6.4165 14.6663V3.66634C6.4165 3.18011 6.60966 2.7138 6.95347 2.36998C7.29729 2.02616 7.76361 1.83301 8.24984 1.83301H14.6665L18.3332 5.49967V14.6663C18.3332 15.1526 18.14 15.6189 17.7962 15.9627C17.4524 16.3065 16.9861 16.4997 16.4998 16.4997H8.24984Z"
18
- stroke="currentColor"
19
- stroke-width="1.83333"
20
- stroke-linecap="round"
21
- stroke-linejoin="round"
22
- />
23
- <path
24
- d="M2.75 6.9668V18.7001C2.75 19.0891 2.90452 19.4622 3.17958 19.7372C3.45463 20.0123 3.82768 20.1668 4.21667 20.1668H13.2"
25
- stroke="currentColor"
26
- stroke-width="1.83333"
27
- stroke-linecap="round"
28
- stroke-linejoin="round"
29
- />
30
- </svg>
31
- </template>
1
+ <template>
2
+ <svg
3
+ width="22"
4
+ height="22"
5
+ viewBox="0 0 22 22"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M18.3333 6.41634H15.5833C15.0971 6.41634 14.6308 6.22319 14.287 5.87937C13.9432 5.53555 13.75 5.06924 13.75 4.58301V1.83301"
11
+ stroke="currentColor"
12
+ stroke-width="1.83333"
13
+ stroke-linecap="round"
14
+ stroke-linejoin="round"
15
+ />
16
+ <path
17
+ d="M8.24984 16.4997C7.76361 16.4997 7.29729 16.3065 6.95347 15.9627C6.60966 15.6189 6.4165 15.1526 6.4165 14.6663V3.66634C6.4165 3.18011 6.60966 2.7138 6.95347 2.36998C7.29729 2.02616 7.76361 1.83301 8.24984 1.83301H14.6665L18.3332 5.49967V14.6663C18.3332 15.1526 18.14 15.6189 17.7962 15.9627C17.4524 16.3065 16.9861 16.4997 16.4998 16.4997H8.24984Z"
18
+ stroke="currentColor"
19
+ stroke-width="1.83333"
20
+ stroke-linecap="round"
21
+ stroke-linejoin="round"
22
+ />
23
+ <path
24
+ d="M2.75 6.9668V18.7001C2.75 19.0891 2.90452 19.4622 3.17958 19.7372C3.45463 20.0123 3.82768 20.1668 4.21667 20.1668H13.2"
25
+ stroke="currentColor"
26
+ stroke-width="1.83333"
27
+ stroke-linecap="round"
28
+ stroke-linejoin="round"
29
+ />
30
+ </svg>
31
+ </template>
@@ -1,3 +1,3 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text-icon lucide-file-text"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><path d="M10 9H8"/><path d="M16 13H8"/><path d="M16 17H8"/></svg>
3
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text-icon lucide-file-text"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"/><path d="M14 2v5a1 1 0 0 0 1 1h5"/><path d="M10 9H8"/><path d="M16 13H8"/><path d="M16 17H8"/></svg>
3
+ </template>
@@ -1,131 +1,131 @@
1
- <script lang="ts" setup>
2
- interface Props {
3
- size?: 'sm' | 'lg'
4
- }
5
- const props = withDefaults(defineProps<Props>(), {
6
- size: 'lg',
7
- })
8
- </script>
9
-
10
- <template>
11
- <svg
12
- v-if="props.size === 'lg'"
13
- width="24"
14
- height="24"
15
- viewBox="0 0 24 24"
16
- fill="none"
17
- xmlns="http://www.w3.org/2000/svg"
18
- >
19
- <g id="Size=24">
20
- <path
21
- id="Vector"
22
- d="M14.5583 11.535L6.65137 10.1396V20.4499C6.65137 20.9207 7.03307 21.3024 7.50392 21.3024H21.1476C21.6185 21.3024 22.0002 20.9207 22.0002 20.4499V16.6513L14.5583 11.535Z"
23
- fill="#185C37"
24
- />
25
- <path
26
- id="Vector_2"
27
- d="M14.5583 2.69775H7.50392C7.03307 2.69775 6.65137 3.07945 6.65137 3.55031V7.34891L14.5583 12.0001L18.7444 13.3954L22.0002 12.0001V7.34891L14.5583 2.69775Z"
28
- fill="#21A366"
29
- />
30
- <path
31
- id="Vector_3"
32
- d="M6.65137 7.34888H14.5583V12H6.65137V7.34888Z"
33
- fill="#107C41"
34
- />
35
- <path
36
- id="Vector_4"
37
- opacity="0.1"
38
- d="M12.3103 6.41846H6.65137V18.0463H12.3103C12.7806 18.0448 13.1614 17.664 13.1629 17.1938V7.27101C13.1614 6.80079 12.7806 6.41999 12.3103 6.41846Z"
39
- fill="#80B485"
40
- />
41
- <path
42
- id="Vector_5"
43
- opacity="0.2"
44
- d="M11.8453 6.88379H6.65137V18.5117H11.8453C12.3155 18.5101 12.6963 18.1293 12.6979 17.6591V7.73634C12.6963 7.26613 12.3155 6.88532 11.8453 6.88379Z"
45
- fill="#80B485"
46
- />
47
- <path
48
- id="Vector_6"
49
- opacity="0.2"
50
- d="M11.8453 6.88379H6.65137V17.5814H11.8453C12.3155 17.5799 12.6963 17.1991 12.6979 16.7289V7.73634C12.6963 7.26613 12.3155 6.88532 11.8453 6.88379Z"
51
- fill="#80B485"
52
- />
53
- <path
54
- id="Vector_7"
55
- opacity="0.2"
56
- d="M11.3802 6.88379H6.65137V17.5814H11.3802C11.8504 17.5799 12.2312 17.1991 12.2327 16.7289V7.73634C12.2312 7.26613 11.8504 6.88532 11.3802 6.88379Z"
57
- fill="#80B485"
58
- />
59
- <path
60
- id="Vector_8"
61
- d="M2.85255 6.88379H11.38C11.8508 6.88379 12.2325 7.26549 12.2325 7.73634V16.2638C12.2325 16.7346 11.8508 17.1163 11.38 17.1163H2.85255C2.3817 17.1163 2 16.7346 2 16.2638V7.73634C2 7.26549 2.3817 6.88379 2.85255 6.88379Z"
62
- fill="url(#paint0_linear_417_8685)"
63
- />
64
- <path
65
- id="Vector_9"
66
- d="M4.64062 14.771L6.43411 11.992L4.79086 9.22827H6.11271L7.00945 10.9957C7.09225 11.1636 7.14899 11.2883 7.17969 11.3706H7.19131C7.25023 11.2366 7.31224 11.1066 7.37736 10.9804L8.33596 9.22921H9.54944L7.86433 11.9766L9.59224 14.771H8.30108L7.26527 12.8311C7.21648 12.7485 7.17508 12.6618 7.14155 12.572H7.12621C7.09586 12.66 7.05561 12.7443 7.0062 12.8231L5.9397 14.771H4.64062Z"
67
- fill="white"
68
- />
69
- <path
70
- id="Vector_10"
71
- d="M21.1474 2.69775H14.5581V7.34891H21.9999V3.55031C21.9999 3.07945 21.6182 2.69775 21.1474 2.69775Z"
72
- fill="#33C481"
73
- />
74
- <path
75
- id="Vector_11"
76
- d="M14.5581 12H21.9999V16.6512H14.5581V12Z"
77
- fill="#107C41"
78
- />
79
- </g>
80
- </svg>
81
- <svg
82
- v-else
83
- width="16"
84
- height="16"
85
- viewBox="0 0 16 16"
86
- fill="none"
87
- xmlns="http://www.w3.org/2000/svg"
88
- >
89
- <path d="M9.79073 7.6745L4.25586 6.69775V13.9149C4.25586 14.2445 4.52305 14.5117 4.85265 14.5117H14.4032C14.7328 14.5117 15 14.2445 15 13.9149V11.2559L9.79073 7.6745Z" fill="#185C37" />
90
- <path d="M9.79073 1.48828H4.85265C4.52305 1.48828 4.25586 1.75547 4.25586 2.08507V4.74409L9.79073 7.99989L12.7209 8.97663L15 7.99989V4.74409L9.79073 1.48828Z" fill="#21A366" />
91
- <path d="M4.25586 4.74414H9.79073V7.99994H4.25586V4.74414Z" fill="#107C41" />
92
- <path
93
- opacity="0.1"
94
- d="M8.21714 4.09277H4.25586V12.2323H8.21714C8.54629 12.2312 8.81285 11.9646 8.81392 11.6355V4.68956C8.81285 4.36041 8.54629 4.09384 8.21714 4.09277Z"
95
- fill="#80B485"
96
- />
97
- <path
98
- opacity="0.2"
99
- d="M7.89162 4.41846H4.25586V12.558H7.89162C8.22077 12.5569 8.48733 12.2903 8.4884 11.9612V5.01524C8.48733 4.68609 8.22077 4.41953 7.89162 4.41846Z"
100
- fill="#80B485"
101
- />
102
- <path
103
- opacity="0.2"
104
- d="M7.89162 4.41846H4.25586V11.9068H7.89162C8.22077 11.9057 8.48733 11.6392 8.4884 11.31V5.01524C8.48733 4.68609 8.22077 4.41953 7.89162 4.41846Z"
105
- fill="#80B485"
106
- />
107
- <path
108
- opacity="0.2"
109
- d="M7.56604 4.41846H4.25586V11.9068H7.56604C7.89519 11.9057 8.16175 11.6392 8.16282 11.31V5.01524C8.16175 4.68609 7.89519 4.41953 7.56604 4.41846Z"
110
- fill="#80B485"
111
- />
112
- <path d="M1.59679 4.41846H7.56598C7.89557 4.41846 8.16276 4.68565 8.16276 5.01524V10.9844C8.16276 11.314 7.89557 11.5812 7.56598 11.5812H1.59679C1.26719 11.5812 1 11.314 1 10.9844V5.01524C1 4.68565 1.26719 4.41846 1.59679 4.41846Z" fill="url(#paint0_linear_18573_39004)" />
113
- <path d="M2.84863 9.93951L4.10407 7.99417L2.9538 6.05957H3.87909L4.50681 7.29677C4.56477 7.41431 4.60448 7.50156 4.62598 7.55919H4.63411C4.67535 7.46542 4.71876 7.37437 4.76435 7.28603L5.43536 6.06022H6.2848L5.10522 7.98343L6.31476 9.93951H5.41095L4.68588 8.58152C4.65173 8.52374 4.62275 8.46305 4.59928 8.40017H4.58854C4.5673 8.46177 4.53912 8.52075 4.50454 8.57598L3.75798 9.93951H2.84863Z" fill="white" />
114
- <path d="M14.403 1.48828H9.79053V4.74409H14.9998V2.08507C14.9998 1.75547 14.7326 1.48828 14.403 1.48828Z" fill="#33C481" />
115
- <path d="M9.79053 8H14.9998V11.2558H9.79053V8Z" fill="#107C41" />
116
- <defs>
117
- <linearGradient
118
- id="paint0_linear_18573_39004"
119
- x1="2.24432"
120
- y1="3.95214"
121
- x2="6.91845"
122
- y2="12.0475"
123
- gradientUnits="userSpaceOnUse"
124
- >
125
- <stop stop-color="#18884F" />
126
- <stop offset="0.5" stop-color="#117E43" />
127
- <stop offset="1" stop-color="#0B6631" />
128
- </linearGradient>
129
- </defs>
130
- </svg>
131
- </template>
1
+ <script lang="ts" setup>
2
+ interface Props {
3
+ size?: 'sm' | 'lg'
4
+ }
5
+ const props = withDefaults(defineProps<Props>(), {
6
+ size: 'lg',
7
+ })
8
+ </script>
9
+
10
+ <template>
11
+ <svg
12
+ v-if="props.size === 'lg'"
13
+ width="24"
14
+ height="24"
15
+ viewBox="0 0 24 24"
16
+ fill="none"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ >
19
+ <g id="Size=24">
20
+ <path
21
+ id="Vector"
22
+ d="M14.5583 11.535L6.65137 10.1396V20.4499C6.65137 20.9207 7.03307 21.3024 7.50392 21.3024H21.1476C21.6185 21.3024 22.0002 20.9207 22.0002 20.4499V16.6513L14.5583 11.535Z"
23
+ fill="#185C37"
24
+ />
25
+ <path
26
+ id="Vector_2"
27
+ d="M14.5583 2.69775H7.50392C7.03307 2.69775 6.65137 3.07945 6.65137 3.55031V7.34891L14.5583 12.0001L18.7444 13.3954L22.0002 12.0001V7.34891L14.5583 2.69775Z"
28
+ fill="#21A366"
29
+ />
30
+ <path
31
+ id="Vector_3"
32
+ d="M6.65137 7.34888H14.5583V12H6.65137V7.34888Z"
33
+ fill="#107C41"
34
+ />
35
+ <path
36
+ id="Vector_4"
37
+ opacity="0.1"
38
+ d="M12.3103 6.41846H6.65137V18.0463H12.3103C12.7806 18.0448 13.1614 17.664 13.1629 17.1938V7.27101C13.1614 6.80079 12.7806 6.41999 12.3103 6.41846Z"
39
+ fill="#80B485"
40
+ />
41
+ <path
42
+ id="Vector_5"
43
+ opacity="0.2"
44
+ d="M11.8453 6.88379H6.65137V18.5117H11.8453C12.3155 18.5101 12.6963 18.1293 12.6979 17.6591V7.73634C12.6963 7.26613 12.3155 6.88532 11.8453 6.88379Z"
45
+ fill="#80B485"
46
+ />
47
+ <path
48
+ id="Vector_6"
49
+ opacity="0.2"
50
+ d="M11.8453 6.88379H6.65137V17.5814H11.8453C12.3155 17.5799 12.6963 17.1991 12.6979 16.7289V7.73634C12.6963 7.26613 12.3155 6.88532 11.8453 6.88379Z"
51
+ fill="#80B485"
52
+ />
53
+ <path
54
+ id="Vector_7"
55
+ opacity="0.2"
56
+ d="M11.3802 6.88379H6.65137V17.5814H11.3802C11.8504 17.5799 12.2312 17.1991 12.2327 16.7289V7.73634C12.2312 7.26613 11.8504 6.88532 11.3802 6.88379Z"
57
+ fill="#80B485"
58
+ />
59
+ <path
60
+ id="Vector_8"
61
+ d="M2.85255 6.88379H11.38C11.8508 6.88379 12.2325 7.26549 12.2325 7.73634V16.2638C12.2325 16.7346 11.8508 17.1163 11.38 17.1163H2.85255C2.3817 17.1163 2 16.7346 2 16.2638V7.73634C2 7.26549 2.3817 6.88379 2.85255 6.88379Z"
62
+ fill="url(#paint0_linear_417_8685)"
63
+ />
64
+ <path
65
+ id="Vector_9"
66
+ d="M4.64062 14.771L6.43411 11.992L4.79086 9.22827H6.11271L7.00945 10.9957C7.09225 11.1636 7.14899 11.2883 7.17969 11.3706H7.19131C7.25023 11.2366 7.31224 11.1066 7.37736 10.9804L8.33596 9.22921H9.54944L7.86433 11.9766L9.59224 14.771H8.30108L7.26527 12.8311C7.21648 12.7485 7.17508 12.6618 7.14155 12.572H7.12621C7.09586 12.66 7.05561 12.7443 7.0062 12.8231L5.9397 14.771H4.64062Z"
67
+ fill="white"
68
+ />
69
+ <path
70
+ id="Vector_10"
71
+ d="M21.1474 2.69775H14.5581V7.34891H21.9999V3.55031C21.9999 3.07945 21.6182 2.69775 21.1474 2.69775Z"
72
+ fill="#33C481"
73
+ />
74
+ <path
75
+ id="Vector_11"
76
+ d="M14.5581 12H21.9999V16.6512H14.5581V12Z"
77
+ fill="#107C41"
78
+ />
79
+ </g>
80
+ </svg>
81
+ <svg
82
+ v-else
83
+ width="16"
84
+ height="16"
85
+ viewBox="0 0 16 16"
86
+ fill="none"
87
+ xmlns="http://www.w3.org/2000/svg"
88
+ >
89
+ <path d="M9.79073 7.6745L4.25586 6.69775V13.9149C4.25586 14.2445 4.52305 14.5117 4.85265 14.5117H14.4032C14.7328 14.5117 15 14.2445 15 13.9149V11.2559L9.79073 7.6745Z" fill="#185C37" />
90
+ <path d="M9.79073 1.48828H4.85265C4.52305 1.48828 4.25586 1.75547 4.25586 2.08507V4.74409L9.79073 7.99989L12.7209 8.97663L15 7.99989V4.74409L9.79073 1.48828Z" fill="#21A366" />
91
+ <path d="M4.25586 4.74414H9.79073V7.99994H4.25586V4.74414Z" fill="#107C41" />
92
+ <path
93
+ opacity="0.1"
94
+ d="M8.21714 4.09277H4.25586V12.2323H8.21714C8.54629 12.2312 8.81285 11.9646 8.81392 11.6355V4.68956C8.81285 4.36041 8.54629 4.09384 8.21714 4.09277Z"
95
+ fill="#80B485"
96
+ />
97
+ <path
98
+ opacity="0.2"
99
+ d="M7.89162 4.41846H4.25586V12.558H7.89162C8.22077 12.5569 8.48733 12.2903 8.4884 11.9612V5.01524C8.48733 4.68609 8.22077 4.41953 7.89162 4.41846Z"
100
+ fill="#80B485"
101
+ />
102
+ <path
103
+ opacity="0.2"
104
+ d="M7.89162 4.41846H4.25586V11.9068H7.89162C8.22077 11.9057 8.48733 11.6392 8.4884 11.31V5.01524C8.48733 4.68609 8.22077 4.41953 7.89162 4.41846Z"
105
+ fill="#80B485"
106
+ />
107
+ <path
108
+ opacity="0.2"
109
+ d="M7.56604 4.41846H4.25586V11.9068H7.56604C7.89519 11.9057 8.16175 11.6392 8.16282 11.31V5.01524C8.16175 4.68609 7.89519 4.41953 7.56604 4.41846Z"
110
+ fill="#80B485"
111
+ />
112
+ <path d="M1.59679 4.41846H7.56598C7.89557 4.41846 8.16276 4.68565 8.16276 5.01524V10.9844C8.16276 11.314 7.89557 11.5812 7.56598 11.5812H1.59679C1.26719 11.5812 1 11.314 1 10.9844V5.01524C1 4.68565 1.26719 4.41846 1.59679 4.41846Z" fill="url(#paint0_linear_18573_39004)" />
113
+ <path d="M2.84863 9.93951L4.10407 7.99417L2.9538 6.05957H3.87909L4.50681 7.29677C4.56477 7.41431 4.60448 7.50156 4.62598 7.55919H4.63411C4.67535 7.46542 4.71876 7.37437 4.76435 7.28603L5.43536 6.06022H6.2848L5.10522 7.98343L6.31476 9.93951H5.41095L4.68588 8.58152C4.65173 8.52374 4.62275 8.46305 4.59928 8.40017H4.58854C4.5673 8.46177 4.53912 8.52075 4.50454 8.57598L3.75798 9.93951H2.84863Z" fill="white" />
114
+ <path d="M14.403 1.48828H9.79053V4.74409H14.9998V2.08507C14.9998 1.75547 14.7326 1.48828 14.403 1.48828Z" fill="#33C481" />
115
+ <path d="M9.79053 8H14.9998V11.2558H9.79053V8Z" fill="#107C41" />
116
+ <defs>
117
+ <linearGradient
118
+ id="paint0_linear_18573_39004"
119
+ x1="2.24432"
120
+ y1="3.95214"
121
+ x2="6.91845"
122
+ y2="12.0475"
123
+ gradientUnits="userSpaceOnUse"
124
+ >
125
+ <stop stop-color="#18884F" />
126
+ <stop offset="0.5" stop-color="#117E43" />
127
+ <stop offset="1" stop-color="#0B6631" />
128
+ </linearGradient>
129
+ </defs>
130
+ </svg>
131
+ </template>