adata-ui 2.1.41-beta.2 → 2.1.41-beta.21
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.
- package/-error.vue +170 -170
- package/.editorconfig +12 -12
- package/.gitlab-ci.yml +16 -16
- package/.nuxtrc +1 -1
- package/.nvmrc +1 -1
- package/.playground/app.config.ts +5 -5
- package/.playground/app.vue +102 -102
- package/.playground/nuxt.config.ts +4 -4
- package/CLAUDE.md +63 -63
- package/README.md +75 -75
- package/app.config.ts +28 -28
- package/app.vue +8 -8
- package/assets/styles/main.css +12 -12
- package/assets/styles/theme.css +590 -583
- package/assets/styles/ui.css +247 -247
- package/components/elements/README.md +1 -1
- package/components/elements/a-select-row/ASelectRowV2.vue +210 -210
- package/components/elements/a-select-row/index.vue +139 -139
- package/components/elements/accordion/AAccordion.vue +199 -199
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -145
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -20
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -22
- package/components/elements/accordion/types.ts +14 -14
- package/components/elements/accordion/ui.config.ts +22 -22
- package/components/elements/alert/AAlert.vue +52 -52
- package/components/elements/banner/ABanner.vue +67 -49
- package/components/elements/bg-block/ABgBlock.vue +11 -11
- package/components/elements/button/AButton.vue +191 -191
- package/components/elements/button/AButtonV2.vue +179 -179
- package/components/elements/button/types.ts +24 -24
- package/components/elements/button-login/index.vue +19 -19
- package/components/elements/calendar/ACalendar.vue +83 -83
- package/components/elements/carousel/ACarousel.vue +159 -159
- package/components/elements/carousel/config.ui.ts +15 -15
- package/components/elements/carousel/types.ts +18 -18
- package/components/elements/chip-wrapper/AChipWrapper.vue +81 -81
- package/components/elements/chip-wrapper/types.ts +12 -12
- package/components/elements/chips/AChips.vue +33 -33
- package/components/elements/companies/AOurClients.vue +47 -47
- package/components/elements/count-up/ACountUp.vue +54 -54
- package/components/elements/curve-block/ACurveBlock.vue +259 -259
- package/components/elements/curve-block-v2/ACurveBlockV2.vue +122 -122
- package/components/elements/digit-badge/ADigitBadge.vue +86 -86
- package/components/elements/empty-box/empty-box-V2.vue +92 -92
- package/components/elements/error-template/index.vue +121 -116
- package/components/elements/feature-description/AFeatureDescription.vue +112 -112
- package/components/elements/illustrations/noAccess.vue +71 -71
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +85 -85
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -33
- package/components/elements/leave-note/ALeaveNote.vue +102 -102
- package/components/elements/pagination/APagination.vue +110 -110
- package/components/elements/photos-animation/APhotosAnimation.vue +85 -85
- package/components/elements/section-heading/ASectionHeading.vue +35 -35
- package/components/elements/segmented/ASegmentedV2.vue +154 -154
- package/components/elements/select/ACascadeSelectV2.vue +710 -0
- package/components/elements/select/AGroupSelectV2.vue +592 -0
- package/components/elements/select/ASelect.vue +448 -448
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ASelectV2.vue +513 -580
- package/components/elements/select/cascade-utils.ts +115 -0
- package/components/elements/select/types.ts +27 -0
- package/components/elements/select/ui/cascade-drawer.vue +146 -0
- package/components/elements/select/ui/cascade-panel.vue +237 -0
- package/components/elements/select/ui/select-button.vue +112 -112
- package/components/elements/select/ui/select-list.vue +99 -99
- package/components/elements/select/ui/select-trigger.vue +167 -0
- package/components/elements/show-more/AShowMore.vue +35 -35
- package/components/elements/show-more/AShowMoreV2.vue +26 -26
- package/components/elements/skeleton/ASkeleton.vue +44 -44
- package/components/elements/slider/ASlider.vue +175 -175
- package/components/elements/slider/ASliderItem.vue +31 -31
- package/components/elements/slider/ASliderV2.vue +182 -182
- package/components/elements/slider/types.ts +21 -21
- package/components/elements/star-rating/AStarRating.vue +189 -189
- package/components/elements/star-rating/types.ts +7 -7
- package/components/elements/star-rating/ui/Star.vue +74 -74
- package/components/elements/status-badge/AStatusBadge.vue +160 -125
- package/components/elements/step-slider/AStepSliderColCard.vue +266 -270
- package/components/elements/step-slider/AStepSliderColNumber.vue +199 -199
- package/components/elements/step-slider/AStepSliderRowCard.vue +197 -0
- package/components/elements/table/ATable.vue +93 -93
- package/components/elements/table/table.config.ts +32 -32
- package/components/elements/tree-select/ATreeSelect.vue +157 -157
- package/components/elements/tree-select/TreeService.ts +184 -184
- package/components/elements/tree-select/components/ATreeSelectNode.vue +104 -104
- package/components/elements/tree-select/types.ts +63 -63
- package/components/elements/tree-select/utils.ts +30 -30
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -79
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -175
- package/components/elements/tree-select-modal/ATreeSelectModal.vue +217 -217
- package/components/features/color-mode/AColorMode.client.vue +74 -74
- package/components/features/dropdown/ADropdown.vue +127 -127
- package/components/features/dropdown/ADropdownV2.vue +140 -140
- package/components/features/go-top/GoTop.vue +67 -63
- package/components/features/lang-switcher/lang-switcher.vue +160 -158
- package/components/features/payment/banner/BasicPlusLimitBanner.vue +84 -84
- package/components/features/payment/banner/PaymentBanner.vue +88 -88
- package/components/features/payment/banner/UpSellBanner.vue +105 -105
- package/components/features/payment/process/PaymentKaspiQrSidePanel.vue +180 -180
- package/components/features/payment/process/PaymentKaspiRedirectSidePanel.vue +123 -123
- package/components/features/payment/process/PaymentMethodSidePanel.vue +138 -138
- package/components/features/payment/process/PaymentProcess.vue +162 -158
- package/components/features/payment/process/PaymentTopUpSidePanel.vue +134 -119
- package/components/features/pk-mobile-services/APkMobileServices.vue +107 -107
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -20
- package/components/forms/README.md +1 -1
- package/components/forms/checkbox/ACheckbox.vue +149 -149
- package/components/forms/checkbox/ACheckboxV2.vue +229 -229
- package/components/forms/feedback-form/FeedbackForm.vue +177 -177
- package/components/forms/feedback-form/FeedbackFormV2.vue +183 -186
- package/components/forms/input/AInputV2.vue +580 -560
- package/components/forms/input/button/AInputButton.vue +53 -53
- package/components/forms/input/date/AInputDate.vue +217 -217
- package/components/forms/input/password/AInputPassword.vue +59 -59
- package/components/forms/input/password/AInputPasswordV2.vue +72 -0
- package/components/forms/input/standard/AInputStandard.vue +424 -424
- package/components/forms/input/textarea/ATextarea.vue +207 -207
- package/components/forms/input/textarea/ATextareaV2.vue +253 -253
- package/components/forms/password/APasswordRequirements.vue +50 -0
- package/components/forms/radio-button/ARadioButton.vue +95 -95
- package/components/forms/request-demo/ARequestDemo.vue +108 -108
- package/components/forms/toggle/AToggle.vue +157 -157
- package/components/forms/toggle/AToggleV2.vue +72 -72
- package/components/forms/toggle/types.ts +16 -16
- package/components/modals/AConfirmationEmail.vue +40 -40
- package/components/modals/AboutTariffModal.vue +115 -115
- package/components/modals/AnotherDeviceModal.vue +65 -65
- package/components/modals/ApplicationAcceptedModal.vue +45 -45
- package/components/modals/ConnectingTariffModal.vue +60 -60
- package/components/modals/ContactsMobileModel.vue +182 -182
- package/components/modals/ContentNavigationModal.vue +100 -100
- package/components/modals/Insufficient-funds-modal.vue +62 -62
- package/components/modals/LimitReachedModal.vue +44 -44
- package/components/modals/NoAccessModal.vue +39 -39
- package/components/modals/PaymentMethodModal.vue +101 -101
- package/components/modals/RedirectsBanksModal.vue +69 -69
- package/components/modals/ReplenishModal.vue +132 -132
- package/components/modals/ReportBugConfirmModal.vue +32 -32
- package/components/modals/ReportBugModal.vue +172 -172
- package/components/modals/Resend.vue +81 -81
- package/components/modals/SubmitApplicationModal.vue +126 -126
- package/components/modals/id/AuthModal.vue +72 -72
- package/components/modals/id/IdAutoLogoutModal.vue +44 -44
- package/components/modals/id/IdBanner.vue +41 -41
- package/components/modals/id/IdConfirmAccountOtpModal.vue +176 -182
- package/components/modals/id/IdConfirmSuccessfulModal.vue +44 -41
- package/components/modals/id/IdLoginModal.vue +370 -336
- package/components/modals/id/IdModals.vue +171 -125
- package/components/modals/id/IdNewPasswordModal.vue +172 -129
- package/components/modals/id/IdOtpInput.vue +156 -156
- package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
- package/components/modals/id/IdRecoveryModal.vue +133 -117
- package/components/modals/id/IdRegistrationModal.vue +260 -215
- package/components/modals/id/IdResetPasswordOtpModal.vue +145 -159
- package/components/modals/id/IdTwoFactorModal.vue +111 -126
- package/components/navigation/README.md +1 -1
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +112 -106
- package/components/navigation/bottom-navigation/types.ts +6 -0
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +128 -128
- package/components/navigation/breadcrumbs/types.ts +8 -8
- package/components/navigation/footer/AFooter.vue +283 -283
- package/components/navigation/footer/ui/a-footer-accordion.vue +118 -118
- package/components/navigation/header/AHeader.vue +241 -237
- package/components/navigation/header/AlmatyContacts.vue +145 -145
- package/components/navigation/header/AstanaContacts.vue +67 -67
- package/components/navigation/header/CardGallery.vue +252 -252
- package/components/navigation/header/ContactMenu.vue +48 -48
- package/components/navigation/header/HeaderLink.vue +250 -250
- package/components/navigation/header/HeaderUsage.vue +139 -139
- package/components/navigation/header/ListItem.vue +32 -32
- package/components/navigation/header/NavCard.vue +42 -42
- package/components/navigation/header/NavList.vue +73 -73
- package/components/navigation/header/NotificationsMenu.vue +50 -50
- package/components/navigation/header/ProductMenu.vue +53 -101
- package/components/navigation/header/ProfileMenu.vue +168 -168
- package/components/navigation/header/SystemNotification.vue +108 -108
- package/components/navigation/header/types.ts +28 -28
- package/components/navigation/line-tabs/ALineTabs.vue +112 -112
- package/components/navigation/line-tabs/types.ts +21 -21
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +129 -112
- package/components/navigation/pill-tabs/APillTabs.vue +179 -179
- package/components/navigation/pill-tabs/APillTabsV2.vue +241 -241
- package/components/navigation/pill-tabs/types.ts +24 -24
- package/components/navigation/side-navigation/ASideNavigation.vue +406 -406
- package/components/overlays/README.md +1 -1
- package/components/overlays/drawer/ADrawerV2.vue +342 -335
- package/components/overlays/modal/AModal.vue +335 -335
- package/components/overlays/modal/AModalV2.vue +401 -400
- package/components/overlays/side-panel/ASidePanel.vue +445 -445
- package/components/overlays/sideover/ASlideover.vue +351 -351
- package/components/overlays/tooltip/ATooltip.vue +238 -238
- package/components/overlays/tooltip/ATooltipV2.vue +226 -226
- package/components/overlays/tooltip/types.ts +26 -26
- package/components/overlays/tooltip/useTooltipTrigger.ts +101 -101
- package/components/transitions/ATransitionHeight.vue +67 -67
- package/components/utils/index.ts +19 -19
- package/components/utils/removeTrailingSlash.ts +7 -7
- package/composables/highlight.ts +19 -19
- package/composables/modalsState.ts +8 -8
- package/composables/projectState.ts +2 -2
- package/composables/useAccessTokenCookie.ts +25 -25
- package/composables/useActiveNavigation.ts +84 -84
- package/composables/useAdaptive.ts +46 -46
- package/composables/useBuyTariffs.ts +91 -91
- package/composables/useCarouselScroll.ts +49 -49
- package/composables/useChipOverflow.ts +92 -92
- package/composables/useHeaderNavigationLinks.ts +535 -519
- package/composables/useIdModals.ts +36 -36
- package/composables/usePayment.ts +81 -78
- package/composables/useUIValidation.ts +16 -16
- package/composables/useUrls.ts +23 -23
- package/eslint.config.mjs +58 -58
- package/i18n/i18n.config.ts +21 -21
- package/i18n.config.ts +21 -21
- package/icons/adata-logo.vue +17 -17
- package/icons/ai/ai-diamond-unfilled.vue +26 -0
- package/icons/ai/ai-diamond.vue +11 -0
- package/icons/ai-assistant.vue +13 -13
- package/icons/akimat.vue +20 -20
- package/icons/archive.vue +16 -16
- package/icons/arrow/arrow-bottom-left-on-square.vue +5 -5
- package/icons/arrow/arrow-circle-down.vue +16 -16
- package/icons/arrow/arrow-circle-reset.vue +16 -16
- package/icons/arrow/arrow-corner.vue +9 -9
- package/icons/arrow/arrow-down-left.vue +6 -0
- package/icons/arrow/arrow-graph-down.vue +13 -13
- package/icons/arrow/arrow-graph-up.vue +14 -14
- package/icons/arrow/arrow-left-right.vue +8 -8
- package/icons/arrow/arrow-left.vue +14 -14
- package/icons/arrow/arrow-right.vue +14 -14
- package/icons/arrow/arrow-square-down.vue +15 -15
- package/icons/arrow/arrow-top-right-on-square.vue +6 -6
- package/icons/arrow/arrow-up-right.vue +6 -0
- package/icons/arrow/arrows-in.vue +11 -11
- package/icons/arrow/arrows-out.vue +11 -11
- package/icons/arrow/arrows-resize-in.vue +38 -38
- package/icons/arrow/arrows-resize-out.vue +17 -17
- package/icons/arrow-currency-gray.vue +5 -5
- package/icons/arrow-currency-green.vue +5 -5
- package/icons/arrow-currency-red.vue +5 -5
- package/icons/arrow-side-up.vue +6 -6
- package/icons/avatar.vue +12 -12
- package/icons/bank.vue +5 -5
- package/icons/bar-chart-3.vue +3 -3
- package/icons/bill.vue +3 -3
- package/icons/block.vue +16 -16
- package/icons/book-open.vue +3 -3
- package/icons/bookmark/bookmark-filled.vue +19 -19
- package/icons/bookmark/bookmark.vue +5 -5
- package/icons/bot.vue +52 -52
- package/icons/braces.vue +3 -3
- package/icons/briefcase.vue +14 -14
- package/icons/browsers/browser-duck.vue +65 -65
- package/icons/browsers/browser-google.vue +30 -30
- package/icons/browsers/browser-yandex.vue +13 -13
- package/icons/building-org.vue +15 -0
- package/icons/building-vector.vue +7 -7
- package/icons/building.vue +9 -9
- package/icons/calculator.vue +7 -7
- package/icons/calendar.vue +24 -24
- package/icons/calendar2.vue +23 -0
- package/icons/car-avto.vue +19 -0
- package/icons/car-front.vue +21 -0
- package/icons/car-side.vue +16 -16
- package/icons/car.vue +7 -7
- package/icons/cart.vue +15 -15
- package/icons/chart-bar.vue +5 -5
- package/icons/chart-no-axes-column.vue +3 -3
- package/icons/chart-pie-piece.vue +6 -0
- package/icons/chart-pie.vue +16 -16
- package/icons/check/check-circle.vue +6 -6
- package/icons/check/check-outline.vue +3 -3
- package/icons/check/check-shield.vue +14 -14
- package/icons/check/check.vue +17 -17
- package/icons/check/checkmark-circle.vue +6 -6
- package/icons/check-sb.vue +7 -7
- package/icons/checkbox/checkbox-active.vue +17 -17
- package/icons/checkbox/checkbox-empty.vue +10 -10
- package/icons/checkbox/checkbox-intermediate.vue +7 -7
- package/icons/chevron/chevron-down-outline.vue +3 -3
- package/icons/chevron/chevron-down.vue +5 -5
- package/icons/chevron/chevron-left.vue +5 -5
- package/icons/chevron/chevron-right.vue +5 -5
- package/icons/chevron/chevron-up.vue +5 -5
- package/icons/chevron/double-chevron-right.vue +12 -12
- package/icons/clipboard-check.vue +18 -0
- package/icons/clipboard-list.vue +3 -3
- package/icons/clipboard-text.vue +7 -7
- package/icons/clock-outline.vue +3 -3
- package/icons/clock-rotate-ccw.vue +7 -0
- package/icons/clock-time.vue +24 -24
- package/icons/clock.vue +25 -25
- package/icons/close.vue +16 -16
- package/icons/cloud/cloud-upload.vue +3 -3
- package/icons/code.vue +9 -9
- package/icons/cog.vue +29 -0
- package/icons/company/company-bazis.vue +21 -21
- package/icons/company/company-bereke.vue +25 -25
- package/icons/company/company-bigroup.vue +16 -16
- package/icons/company/company-erg.vue +17 -17
- package/icons/company/company-forte.vue +21 -21
- package/icons/company/company-halyk.vue +15 -15
- package/icons/company/company-jusan.vue +31 -31
- package/icons/company/company-kaspi.vue +14 -14
- package/icons/company/company-kazzinc.vue +22 -22
- package/icons/company/company-mycar.vue +13 -13
- package/icons/company/company-samruk.vue +21 -21
- package/icons/company-egov-small.vue +15 -15
- package/icons/company.vue +8 -8
- package/icons/compare-outlined.vue +8 -8
- package/icons/copy.vue +7 -7
- package/icons/credit-card.vue +17 -0
- package/icons/crown.vue +6 -0
- package/icons/currency/currency-dollar.vue +16 -16
- package/icons/currency/currency-down.vue +22 -22
- package/icons/currency/currency-eur.vue +57 -57
- package/icons/currency/currency-rub.vue +7 -7
- package/icons/currency/currency-tenge.vue +9 -9
- package/icons/currency/currency-usd.vue +221 -221
- package/icons/currency/currency-yuan.vue +25 -25
- package/icons/database.vue +3 -3
- package/icons/default-avatar.vue +20 -20
- package/icons/delete.vue +7 -7
- package/icons/document.vue +5 -5
- package/icons/dots-horizontal.vue +31 -31
- package/icons/download-line.vue +13 -13
- package/icons/download-outline.vue +3 -3
- package/icons/download-rounded.vue +15 -15
- package/icons/download.vue +11 -11
- package/icons/edit.vue +7 -7
- package/icons/education.vue +16 -16
- package/icons/egov-small.vue +7 -7
- package/icons/egov.vue +41 -41
- package/icons/elicense.vue +38 -38
- package/icons/excel-icon.vue +14 -14
- package/icons/expand-window.vue +7 -7
- package/icons/eye-closed.vue +26 -26
- package/icons/eye-open.vue +7 -7
- package/icons/eye-opened.vue +23 -23
- package/icons/factory.vue +7 -0
- package/icons/favourite-bookmark-outline.vue +17 -17
- package/icons/file/file-check-corner.vue +3 -3
- package/icons/file/file-scan.vue +5 -0
- package/icons/file/file-spreadsheet.vue +3 -3
- package/icons/file/file.vue +16 -16
- package/icons/file/files.vue +16 -16
- package/icons/file/folder.vue +15 -0
- package/icons/file-download.vue +8 -0
- package/icons/file-json.vue +3 -3
- package/icons/file-pen.vue +31 -31
- package/icons/file-search.vue +3 -3
- package/icons/file-stack.vue +31 -31
- package/icons/file-text.vue +3 -3
- package/icons/file-types/excel.vue +131 -131
- package/icons/file-types/html.vue +13 -13
- package/icons/file-types/jpeg.vue +16 -16
- package/icons/file-types/pdf.vue +11 -11
- package/icons/file-types/png.vue +11 -11
- package/icons/file-types/rar.vue +11 -11
- package/icons/file-types/word.vue +50 -50
- package/icons/file-types/zip.vue +11 -11
- package/icons/filter.vue +5 -5
- package/icons/filter2.vue +22 -0
- package/icons/flag.vue +7 -7
- package/icons/flask-conical.vue +3 -3
- package/icons/folder-open.vue +3 -3
- package/icons/funnel.vue +5 -0
- package/icons/gauge.vue +17 -17
- package/icons/gift-outline.vue +3 -3
- package/icons/gift.vue +8 -8
- package/icons/git-compare.vue +38 -38
- package/icons/git-fork.vue +3 -3
- package/icons/globe-2.vue +3 -3
- package/icons/globe.vue +16 -16
- package/icons/google.vue +19 -41
- package/icons/gradiend-icons/files-gradient.vue +22 -22
- package/icons/gradiend-icons/hammer-gradient.vue +62 -62
- package/icons/graduation-cap.vue +31 -31
- package/icons/graph-loading.vue +34 -34
- package/icons/graph-pie.vue +14 -14
- package/icons/hand/hand-thumb-up-filled.vue +5 -5
- package/icons/hand/hand-thumb-up.vue +5 -5
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/icons/handshake.vue +5 -5
- package/icons/hcheck.vue +14 -14
- package/icons/hdocument.vue +7 -7
- package/icons/headset.vue +6 -6
- package/icons/heart-pulse.vue +6 -0
- package/icons/help-question-circle.vue +26 -26
- package/icons/history.vue +5 -5
- package/icons/home.vue +14 -14
- package/icons/horizontal-more.vue +13 -13
- package/icons/hot-line.vue +6 -6
- package/icons/hummer.vue +16 -16
- package/icons/id.vue +7 -7
- package/icons/in-row-type.vue +46 -46
- package/icons/in-table-type.vue +29 -29
- package/icons/info/info-circle.vue +29 -29
- package/icons/invoice.vue +8 -8
- package/icons/judge.vue +14 -14
- package/icons/kaspi-qr.vue +13 -13
- package/icons/key-round.vue +3 -3
- package/icons/landmark.vue +3 -3
- package/icons/layers.vue +3 -3
- package/icons/letter/letter-a.vue +8 -8
- package/icons/letter/letter-b.vue +6 -6
- package/icons/letter/letter-c.vue +6 -6
- package/icons/letter/letter-d.vue +6 -6
- package/icons/letter/letter-e.vue +6 -6
- package/icons/link-chain.vue +28 -28
- package/icons/link-url.vue +3 -3
- package/icons/link.vue +7 -7
- package/icons/linkedin.vue +24 -24
- package/icons/list-checks.vue +3 -0
- package/icons/list-tree.vue +3 -3
- package/icons/loader-circle.vue +27 -27
- package/icons/location.vue +8 -8
- package/icons/lock.vue +5 -5
- package/icons/log-out.vue +21 -0
- package/icons/logo.vue +15 -15
- package/icons/logout.vue +16 -16
- package/icons/magnify/magnifying-glass-minus.vue +8 -8
- package/icons/magnify/magnifying-glass-plus.vue +9 -9
- package/icons/magnify/magnifying-glass.vue +9 -9
- package/icons/mail-question-mark.vue +8 -8
- package/icons/mail.vue +7 -7
- package/icons/mailru.vue +19 -34
- package/icons/main-filter.vue +10 -5
- package/icons/map/map-pin-filled.vue +7 -7
- package/icons/map/map-pin-rect.vue +15 -15
- package/icons/map/map-pin.vue +7 -7
- package/icons/map-marker-start.vue +7 -7
- package/icons/map-paper.vue +5 -5
- package/icons/medal.vue +7 -7
- package/icons/menu-filled.vue +20 -20
- package/icons/menu.vue +8 -8
- package/icons/message/message-square.vue +3 -3
- package/icons/message/message.vue +12 -12
- package/icons/message-dotted.vue +30 -30
- package/icons/messages-square.vue +3 -3
- package/icons/minus/minus-circle.vue +10 -10
- package/icons/money.vue +5 -5
- package/icons/monitoring.vue +10 -10
- package/icons/moon.vue +8 -8
- package/icons/more.vue +29 -29
- package/icons/network.vue +3 -3
- package/icons/newspaper.vue +3 -3
- package/icons/note-pencil.vue +14 -14
- package/icons/note.vue +14 -14
- package/icons/notification-error.vue +17 -17
- package/icons/notification.vue +16 -16
- package/icons/paperclip.vue +7 -7
- package/icons/payment/payment-card.vue +6 -6
- package/icons/payment/payment-kaspi.vue +11 -11
- package/icons/person-vector.vue +7 -7
- package/icons/person-with-briefcase.vue +10 -10
- package/icons/person.vue +22 -22
- package/icons/phone-call.vue +6 -6
- package/icons/phone-filled.vue +5 -5
- package/icons/phone-reversed.vue +3 -3
- package/icons/phone.vue +7 -7
- package/icons/plus/plus-circle.vue +8 -8
- package/icons/plus/plus.vue +13 -13
- package/icons/profile.vue +5 -5
- package/icons/qr-code.vue +25 -0
- package/icons/radio/radio-check.vue +8 -8
- package/icons/radio/radio-empty.vue +10 -10
- package/icons/receipt-text.vue +19 -0
- package/icons/receipt.vue +8 -8
- package/icons/recycle.vue +10 -0
- package/icons/refresh-cw.vue +8 -0
- package/icons/reply.vue +15 -0
- package/icons/robot-outline.vue +3 -3
- package/icons/robot.vue +14 -14
- package/icons/route.vue +7 -7
- package/icons/sanctions.vue +8 -8
- package/icons/scales/scale-outline.vue +3 -3
- package/icons/scales/scale.vue +16 -16
- package/icons/scales/scales.vue +5 -5
- package/icons/scales/standing-scales.vue +15 -15
- package/icons/scan-search.vue +3 -3
- package/icons/search-outline.vue +3 -3
- package/icons/search.vue +27 -27
- package/icons/send.vue +3 -3
- package/icons/settings.vue +26 -26
- package/icons/share/share-alt.vue +5 -5
- package/icons/share/share.vue +14 -14
- package/icons/shield-alert.vue +31 -31
- package/icons/shield-check.vue +20 -0
- package/icons/shield-verified.vue +14 -14
- package/icons/ship.vue +8 -8
- package/icons/shuffle.vue +3 -0
- package/icons/siren.vue +23 -0
- package/icons/socials/face-book.vue +15 -15
- package/icons/socials/facebook-color.vue +16 -16
- package/icons/socials/globe-color.vue +16 -16
- package/icons/socials/instagram-color.vue +46 -46
- package/icons/socials/instagram.vue +19 -19
- package/icons/socials/linkedin-color.vue +14 -14
- package/icons/socials/telegram-color.vue +16 -16
- package/icons/socials/telegram.vue +15 -15
- package/icons/socials/tik-tok.vue +15 -15
- package/icons/socials/tiktok-color.vue +14 -14
- package/icons/socials/vk-color.vue +16 -16
- package/icons/socials/youtube-color.vue +16 -16
- package/icons/socials/youtube.vue +16 -16
- package/icons/sort/sort-asc.vue +15 -15
- package/icons/sort/sort-desc.vue +15 -15
- package/icons/sparkles.vue +3 -3
- package/icons/splitting-arrows.vue +8 -8
- package/icons/star/star-filled.vue +41 -41
- package/icons/star/star-half-filled.vue +21 -21
- package/icons/star/star.vue +25 -25
- package/icons/store.vue +7 -0
- package/icons/sun.vue +25 -25
- package/icons/sviazi.vue +5 -5
- package/icons/tag.vue +30 -30
- package/icons/target.vue +7 -0
- package/icons/tasks.vue +10 -10
- package/icons/tender-search.vue +11 -11
- package/icons/terminal.vue +3 -3
- package/icons/toasts/check-circle-toast.vue +6 -6
- package/icons/toasts/warning-triangle-toast.vue +8 -8
- package/icons/trash.vue +13 -13
- package/icons/trees.vue +8 -0
- package/icons/triangle-alert.vue +3 -3
- package/icons/triangle.vue +10 -10
- package/icons/trophy.vue +10 -0
- package/icons/truck.vue +7 -7
- package/icons/upload.vue +16 -0
- package/icons/user-plus.vue +3 -0
- package/icons/user-square.vue +14 -14
- package/icons/user-x.vue +11 -0
- package/icons/user-xmark.vue +10 -0
- package/icons/user.vue +22 -22
- package/icons/users-focus.vue +8 -8
- package/icons/users-outline.vue +3 -3
- package/icons/users-round.vue +3 -3
- package/icons/users-three.vue +7 -7
- package/icons/users.vue +8 -8
- package/icons/view-eye-open.vue +13 -13
- package/icons/wallet.vue +6 -0
- package/icons/warning/warning-circle.vue +29 -29
- package/icons/warning/warning-triangle-filled.vue +12 -12
- package/icons/warning/warning-triangle.vue +28 -28
- package/icons/webhook.vue +3 -3
- package/icons/whatsapp.vue +8 -8
- package/icons/work-bag.vue +11 -11
- package/icons/work-case.vue +9 -9
- package/icons/work-search.vue +10 -10
- package/icons/work.vue +5 -5
- package/icons/workflow.vue +3 -3
- package/icons/x-mark.vue +15 -15
- package/icons/x-outline.vue +3 -3
- package/icons/yandex.vue +19 -29
- package/icons/zap.vue +3 -3
- package/illustrations/address-location.vue +38 -38
- package/illustrations/award-badge.vue +105 -105
- package/illustrations/ball-with-chain.vue +120 -120
- package/illustrations/bill.vue +133 -133
- package/illustrations/buildings.vue +82 -82
- package/illustrations/calendar.vue +156 -156
- package/illustrations/chains.vue +152 -152
- package/illustrations/coin-percent.vue +126 -126
- package/illustrations/coins-stack.vue +202 -202
- package/illustrations/delete-dark.vue +32 -32
- package/illustrations/delete.vue +33 -33
- package/illustrations/doc-with-stamp.vue +126 -126
- package/illustrations/document.vue +64 -64
- package/illustrations/door.vue +85 -85
- package/illustrations/empty-badge-check.vue +20 -20
- package/illustrations/empty-ban.vue +18 -18
- package/illustrations/empty-box.vue +77 -77
- package/illustrations/empty-filter.vue +20 -20
- package/illustrations/empty-inbox.vue +19 -19
- package/illustrations/empty-scale.vue +22 -22
- package/illustrations/empty-search-x.vue +21 -21
- package/illustrations/empty-shopping-cart.vue +21 -21
- package/illustrations/empty-users-round.vue +20 -20
- package/illustrations/empty-wallet.vue +127 -127
- package/illustrations/graph-in-coin.vue +119 -119
- package/illustrations/hammer.vue +156 -156
- package/illustrations/hand-cash.vue +108 -108
- package/illustrations/info.vue +52 -52
- package/illustrations/mail-active.vue +86 -86
- package/illustrations/mail.vue +68 -68
- package/illustrations/no-access.vue +92 -92
- package/illustrations/notes-search.vue +20 -0
- package/illustrations/notes-sticky.vue +20 -0
- package/illustrations/ok.vue +90 -90
- package/illustrations/people-group.vue +237 -237
- package/illustrations/person-with-phone.vue +187 -187
- package/illustrations/person.vue +159 -159
- package/illustrations/phone-check.vue +110 -110
- package/illustrations/phone-payment-method.vue +223 -223
- package/illustrations/scheme-notes.vue +21 -0
- package/illustrations/scheme-waypoints.vue +25 -0
- package/illustrations/search.vue +14 -14
- package/illustrations/shield-user.vue +94 -94
- package/illustrations/stop-hand.vue +84 -84
- package/illustrations/stop-sign.vue +34 -34
- package/illustrations/suit.vue +97 -97
- package/illustrations/suitcase.vue +105 -105
- package/illustrations/terminal.vue +100 -100
- package/illustrations/trash-can.vue +66 -66
- package/illustrations/turn-on-tariff.vue +38 -38
- package/illustrations/two-persons.vue +169 -169
- package/lang/en.ts +911 -877
- package/lang/kk.ts +913 -879
- package/lang/ru.ts +913 -879
- package/layouts/default.vue +13 -13
- package/nuxt.config.ts +119 -95
- package/package.json +64 -64
- package/plugins/maska.ts +4 -4
- package/plugins/toast.client.ts +41 -41
- package/public/kaspi/logo.svg +4 -4
- package/server/middleware/color-mode-cookie.ts +58 -0
- package/shared/constans/pages.ts +96 -96
- package/tsconfig.json +6 -6
- package/utils/apiErrorMessage.ts +22 -0
- package/utils/getMaxZindex.ts +25 -25
- package/utils/localizedNavigation.ts +36 -36
- package/utils/passwordRules.ts +20 -0
- package/utils/toCssSize.ts +11 -0
- package/utils/twMerge.ts +34 -34
- package/vitest.config.ts +14 -14
- package/.claude/settings.local.json +0 -19
|
@@ -1,105 +1,105 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg class="dark:hidden" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<circle cx="70" cy="70" r="70" fill="url(#paint0_radial_1496_21807)"/>
|
|
4
|
-
<g filter="url(#filter0_f_1496_21807)">
|
|
5
|
-
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#3DA6FF" fill-opacity="0.14"/>
|
|
6
|
-
</g>
|
|
7
|
-
<path d="M61.9997 67.333L56.3997 89.733L65.1997 84.133L61.9997 67.333Z" fill="url(#paint1_linear_1496_21807)"/>
|
|
8
|
-
<path d="M78 67.333L83.6 89.733L74.8 84.133L78 67.333Z" fill="url(#paint2_linear_1496_21807)"/>
|
|
9
|
-
<path d="M70 73.7334C83.2548 73.7334 94 62.9882 94 49.7334C94 36.4786 83.2548 25.7334 70 25.7334C56.7452 25.7334 46 36.4786 46 49.7334C46 62.9882 56.7452 73.7334 70 73.7334Z" fill="url(#paint3_linear_1496_21807)"/>
|
|
10
|
-
<path d="M69.9999 67.3329C79.7201 67.3329 87.5999 59.4531 87.5999 49.7329C87.5999 40.0127 79.7201 32.1329 69.9999 32.1329C60.2797 32.1329 52.3999 40.0127 52.3999 49.7329C52.3999 59.4531 60.2797 67.3329 69.9999 67.3329Z" fill="url(#paint4_linear_1496_21807)"/>
|
|
11
|
-
<path d="M69.9998 37.7334L72.9598 45.6534L81.4398 46.0534L74.7998 51.2534L77.0398 59.4134L69.9998 54.7734L62.9598 59.4134L65.1998 51.2534L58.5598 46.0534L67.0398 45.6534L69.9998 37.7334Z" fill="url(#paint5_linear_1496_21807)"/>
|
|
12
|
-
<g opacity="0.4" filter="url(#filter1_f_1496_21807)">
|
|
13
|
-
<path d="M59.6001 47.3332C64.0184 47.3332 67.6001 44.826 67.6001 41.7332C67.6001 38.6404 64.0184 36.1332 59.6001 36.1332C55.1818 36.1332 51.6001 38.6404 51.6001 41.7332C51.6001 44.826 55.1818 47.3332 59.6001 47.3332Z" fill="white"/>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<filter id="filter0_f_1496_21807" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
17
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
18
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
19
|
-
<feGaussianBlur stdDeviation="2.8" result="effect1_foregroundBlur_1496_21807"/>
|
|
20
|
-
</filter>
|
|
21
|
-
<filter id="filter1_f_1496_21807" x="45.4724" y="30.0055" width="28.2553" height="23.4553" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
22
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
23
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
24
|
-
<feGaussianBlur stdDeviation="3.06383" result="effect1_foregroundBlur_1496_21807"/>
|
|
25
|
-
</filter>
|
|
26
|
-
<radialGradient id="paint0_radial_1496_21807" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
27
|
-
<stop stop-color="#B3DCFF" stop-opacity="0.62"/>
|
|
28
|
-
<stop offset="0.6" stop-color="#DBEFFF" stop-opacity="0.4"/>
|
|
29
|
-
<stop offset="1" stop-color="#F0F8FF" stop-opacity="0"/>
|
|
30
|
-
</radialGradient>
|
|
31
|
-
<linearGradient id="paint1_linear_1496_21807" x1="56.3997" y1="67.333" x2="56.3997" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
32
|
-
<stop stop-color="#3DA6FF"/>
|
|
33
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
34
|
-
</linearGradient>
|
|
35
|
-
<linearGradient id="paint2_linear_1496_21807" x1="74.8" y1="67.333" x2="74.8" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
36
|
-
<stop stop-color="#3DA6FF"/>
|
|
37
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
38
|
-
</linearGradient>
|
|
39
|
-
<linearGradient id="paint3_linear_1496_21807" x1="46" y1="25.7334" x2="46" y2="73.7334" gradientUnits="userSpaceOnUse">
|
|
40
|
-
<stop stop-color="#8EC5FF"/>
|
|
41
|
-
<stop offset="1" stop-color="#3DA6FF"/>
|
|
42
|
-
</linearGradient>
|
|
43
|
-
<linearGradient id="paint4_linear_1496_21807" x1="52.3999" y1="32.1329" x2="52.3999" y2="67.3329" gradientUnits="userSpaceOnUse">
|
|
44
|
-
<stop stop-color="white"/>
|
|
45
|
-
<stop offset="1" stop-color="#E4F1FF"/>
|
|
46
|
-
</linearGradient>
|
|
47
|
-
<linearGradient id="paint5_linear_1496_21807" x1="58.5598" y1="37.7334" x2="58.5598" y2="59.4134" gradientUnits="userSpaceOnUse">
|
|
48
|
-
<stop stop-color="#FFE08A"/>
|
|
49
|
-
<stop offset="1" stop-color="#F5B400"/>
|
|
50
|
-
</linearGradient>
|
|
51
|
-
</defs>
|
|
52
|
-
</svg>
|
|
53
|
-
<svg class="hidden dark:block" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
54
|
-
<circle cx="70" cy="70" r="70" fill="url(#paint0_radial_2009_2571)"/>
|
|
55
|
-
<g filter="url(#filter0_f_2009_2571)">
|
|
56
|
-
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#278BFF" fill-opacity="0.22"/>
|
|
57
|
-
</g>
|
|
58
|
-
<path d="M61.9997 67.333L56.3997 89.733L65.1997 84.133L61.9997 67.333Z" fill="url(#paint1_linear_2009_2571)"/>
|
|
59
|
-
<path d="M78 67.333L83.6 89.733L74.8 84.133L78 67.333Z" fill="url(#paint2_linear_2009_2571)"/>
|
|
60
|
-
<path d="M70 73.7334C83.2548 73.7334 94 62.9882 94 49.7334C94 36.4786 83.2548 25.7334 70 25.7334C56.7452 25.7334 46 36.4786 46 49.7334C46 62.9882 56.7452 73.7334 70 73.7334Z" fill="url(#paint3_linear_2009_2571)"/>
|
|
61
|
-
<path d="M69.9999 67.3328C79.7201 67.3328 87.5999 59.453 87.5999 49.7328C87.5999 40.0126 79.7201 32.1328 69.9999 32.1328C60.2797 32.1328 52.3999 40.0126 52.3999 49.7328C52.3999 59.453 60.2797 67.3328 69.9999 67.3328Z" fill="url(#paint4_linear_2009_2571)"/>
|
|
62
|
-
<path d="M69.9998 37.7334L72.9598 45.6534L81.4398 46.0534L74.7998 51.2534L77.0398 59.4134L69.9998 54.7734L62.9598 59.4134L65.1998 51.2534L58.5598 46.0534L67.0398 45.6534L69.9998 37.7334Z" fill="url(#paint5_linear_2009_2571)"/>
|
|
63
|
-
<g opacity="0.4" filter="url(#filter1_f_2009_2571)">
|
|
64
|
-
<path d="M59.6001 47.3333C64.0184 47.3333 67.6001 44.8261 67.6001 41.7333C67.6001 38.6405 64.0184 36.1333 59.6001 36.1333C55.1818 36.1333 51.6001 38.6405 51.6001 41.7333C51.6001 44.8261 55.1818 47.3333 59.6001 47.3333Z" fill="white"/>
|
|
65
|
-
</g>
|
|
66
|
-
<defs>
|
|
67
|
-
<filter id="filter0_f_2009_2571" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
68
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
69
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
70
|
-
<feGaussianBlur stdDeviation="2.8" result="effect1_foregroundBlur_2009_2571"/>
|
|
71
|
-
</filter>
|
|
72
|
-
<filter id="filter1_f_2009_2571" x="45.4724" y="30.0056" width="28.2553" height="23.4555" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
73
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
74
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
75
|
-
<feGaussianBlur stdDeviation="3.06383" result="effect1_foregroundBlur_2009_2571"/>
|
|
76
|
-
</filter>
|
|
77
|
-
<radialGradient id="paint0_radial_2009_2571" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
78
|
-
<stop stop-color="#278BFF" stop-opacity="0.42"/>
|
|
79
|
-
<stop offset="0.58" stop-color="#278BFF" stop-opacity="0.16"/>
|
|
80
|
-
<stop offset="1" stop-color="#278BFF" stop-opacity="0"/>
|
|
81
|
-
</radialGradient>
|
|
82
|
-
<linearGradient id="paint1_linear_2009_2571" x1="56.3997" y1="67.333" x2="56.3997" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
83
|
-
<stop stop-color="#3DA6FF"/>
|
|
84
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
85
|
-
</linearGradient>
|
|
86
|
-
<linearGradient id="paint2_linear_2009_2571" x1="74.8" y1="67.333" x2="74.8" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
87
|
-
<stop stop-color="#3DA6FF"/>
|
|
88
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
89
|
-
</linearGradient>
|
|
90
|
-
<linearGradient id="paint3_linear_2009_2571" x1="46" y1="25.7334" x2="46" y2="73.7334" gradientUnits="userSpaceOnUse">
|
|
91
|
-
<stop stop-color="#8EC5FF"/>
|
|
92
|
-
<stop offset="1" stop-color="#3DA6FF"/>
|
|
93
|
-
</linearGradient>
|
|
94
|
-
<linearGradient id="paint4_linear_2009_2571" x1="52.3999" y1="32.1328" x2="52.3999" y2="67.3328" gradientUnits="userSpaceOnUse">
|
|
95
|
-
<stop stop-color="white"/>
|
|
96
|
-
<stop offset="1" stop-color="#E4F1FF"/>
|
|
97
|
-
</linearGradient>
|
|
98
|
-
<linearGradient id="paint5_linear_2009_2571" x1="58.5598" y1="37.7334" x2="58.5598" y2="59.4134" gradientUnits="userSpaceOnUse">
|
|
99
|
-
<stop stop-color="#FFE08A"/>
|
|
100
|
-
<stop offset="1" stop-color="#F5B400"/>
|
|
101
|
-
</linearGradient>
|
|
102
|
-
</defs>
|
|
103
|
-
</svg>
|
|
104
|
-
|
|
105
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg class="dark:hidden" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<circle cx="70" cy="70" r="70" fill="url(#paint0_radial_1496_21807)"/>
|
|
4
|
+
<g filter="url(#filter0_f_1496_21807)">
|
|
5
|
+
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#3DA6FF" fill-opacity="0.14"/>
|
|
6
|
+
</g>
|
|
7
|
+
<path d="M61.9997 67.333L56.3997 89.733L65.1997 84.133L61.9997 67.333Z" fill="url(#paint1_linear_1496_21807)"/>
|
|
8
|
+
<path d="M78 67.333L83.6 89.733L74.8 84.133L78 67.333Z" fill="url(#paint2_linear_1496_21807)"/>
|
|
9
|
+
<path d="M70 73.7334C83.2548 73.7334 94 62.9882 94 49.7334C94 36.4786 83.2548 25.7334 70 25.7334C56.7452 25.7334 46 36.4786 46 49.7334C46 62.9882 56.7452 73.7334 70 73.7334Z" fill="url(#paint3_linear_1496_21807)"/>
|
|
10
|
+
<path d="M69.9999 67.3329C79.7201 67.3329 87.5999 59.4531 87.5999 49.7329C87.5999 40.0127 79.7201 32.1329 69.9999 32.1329C60.2797 32.1329 52.3999 40.0127 52.3999 49.7329C52.3999 59.4531 60.2797 67.3329 69.9999 67.3329Z" fill="url(#paint4_linear_1496_21807)"/>
|
|
11
|
+
<path d="M69.9998 37.7334L72.9598 45.6534L81.4398 46.0534L74.7998 51.2534L77.0398 59.4134L69.9998 54.7734L62.9598 59.4134L65.1998 51.2534L58.5598 46.0534L67.0398 45.6534L69.9998 37.7334Z" fill="url(#paint5_linear_1496_21807)"/>
|
|
12
|
+
<g opacity="0.4" filter="url(#filter1_f_1496_21807)">
|
|
13
|
+
<path d="M59.6001 47.3332C64.0184 47.3332 67.6001 44.826 67.6001 41.7332C67.6001 38.6404 64.0184 36.1332 59.6001 36.1332C55.1818 36.1332 51.6001 38.6404 51.6001 41.7332C51.6001 44.826 55.1818 47.3332 59.6001 47.3332Z" fill="white"/>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<filter id="filter0_f_1496_21807" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
17
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
18
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
19
|
+
<feGaussianBlur stdDeviation="2.8" result="effect1_foregroundBlur_1496_21807"/>
|
|
20
|
+
</filter>
|
|
21
|
+
<filter id="filter1_f_1496_21807" x="45.4724" y="30.0055" width="28.2553" height="23.4553" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
22
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
23
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
24
|
+
<feGaussianBlur stdDeviation="3.06383" result="effect1_foregroundBlur_1496_21807"/>
|
|
25
|
+
</filter>
|
|
26
|
+
<radialGradient id="paint0_radial_1496_21807" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
27
|
+
<stop stop-color="#B3DCFF" stop-opacity="0.62"/>
|
|
28
|
+
<stop offset="0.6" stop-color="#DBEFFF" stop-opacity="0.4"/>
|
|
29
|
+
<stop offset="1" stop-color="#F0F8FF" stop-opacity="0"/>
|
|
30
|
+
</radialGradient>
|
|
31
|
+
<linearGradient id="paint1_linear_1496_21807" x1="56.3997" y1="67.333" x2="56.3997" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop stop-color="#3DA6FF"/>
|
|
33
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
<linearGradient id="paint2_linear_1496_21807" x1="74.8" y1="67.333" x2="74.8" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
36
|
+
<stop stop-color="#3DA6FF"/>
|
|
37
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<linearGradient id="paint3_linear_1496_21807" x1="46" y1="25.7334" x2="46" y2="73.7334" gradientUnits="userSpaceOnUse">
|
|
40
|
+
<stop stop-color="#8EC5FF"/>
|
|
41
|
+
<stop offset="1" stop-color="#3DA6FF"/>
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<linearGradient id="paint4_linear_1496_21807" x1="52.3999" y1="32.1329" x2="52.3999" y2="67.3329" gradientUnits="userSpaceOnUse">
|
|
44
|
+
<stop stop-color="white"/>
|
|
45
|
+
<stop offset="1" stop-color="#E4F1FF"/>
|
|
46
|
+
</linearGradient>
|
|
47
|
+
<linearGradient id="paint5_linear_1496_21807" x1="58.5598" y1="37.7334" x2="58.5598" y2="59.4134" gradientUnits="userSpaceOnUse">
|
|
48
|
+
<stop stop-color="#FFE08A"/>
|
|
49
|
+
<stop offset="1" stop-color="#F5B400"/>
|
|
50
|
+
</linearGradient>
|
|
51
|
+
</defs>
|
|
52
|
+
</svg>
|
|
53
|
+
<svg class="hidden dark:block" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
54
|
+
<circle cx="70" cy="70" r="70" fill="url(#paint0_radial_2009_2571)"/>
|
|
55
|
+
<g filter="url(#filter0_f_2009_2571)">
|
|
56
|
+
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#278BFF" fill-opacity="0.22"/>
|
|
57
|
+
</g>
|
|
58
|
+
<path d="M61.9997 67.333L56.3997 89.733L65.1997 84.133L61.9997 67.333Z" fill="url(#paint1_linear_2009_2571)"/>
|
|
59
|
+
<path d="M78 67.333L83.6 89.733L74.8 84.133L78 67.333Z" fill="url(#paint2_linear_2009_2571)"/>
|
|
60
|
+
<path d="M70 73.7334C83.2548 73.7334 94 62.9882 94 49.7334C94 36.4786 83.2548 25.7334 70 25.7334C56.7452 25.7334 46 36.4786 46 49.7334C46 62.9882 56.7452 73.7334 70 73.7334Z" fill="url(#paint3_linear_2009_2571)"/>
|
|
61
|
+
<path d="M69.9999 67.3328C79.7201 67.3328 87.5999 59.453 87.5999 49.7328C87.5999 40.0126 79.7201 32.1328 69.9999 32.1328C60.2797 32.1328 52.3999 40.0126 52.3999 49.7328C52.3999 59.453 60.2797 67.3328 69.9999 67.3328Z" fill="url(#paint4_linear_2009_2571)"/>
|
|
62
|
+
<path d="M69.9998 37.7334L72.9598 45.6534L81.4398 46.0534L74.7998 51.2534L77.0398 59.4134L69.9998 54.7734L62.9598 59.4134L65.1998 51.2534L58.5598 46.0534L67.0398 45.6534L69.9998 37.7334Z" fill="url(#paint5_linear_2009_2571)"/>
|
|
63
|
+
<g opacity="0.4" filter="url(#filter1_f_2009_2571)">
|
|
64
|
+
<path d="M59.6001 47.3333C64.0184 47.3333 67.6001 44.8261 67.6001 41.7333C67.6001 38.6405 64.0184 36.1333 59.6001 36.1333C55.1818 36.1333 51.6001 38.6405 51.6001 41.7333C51.6001 44.8261 55.1818 47.3333 59.6001 47.3333Z" fill="white"/>
|
|
65
|
+
</g>
|
|
66
|
+
<defs>
|
|
67
|
+
<filter id="filter0_f_2009_2571" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
68
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
69
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
70
|
+
<feGaussianBlur stdDeviation="2.8" result="effect1_foregroundBlur_2009_2571"/>
|
|
71
|
+
</filter>
|
|
72
|
+
<filter id="filter1_f_2009_2571" x="45.4724" y="30.0056" width="28.2553" height="23.4555" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
73
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
74
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
75
|
+
<feGaussianBlur stdDeviation="3.06383" result="effect1_foregroundBlur_2009_2571"/>
|
|
76
|
+
</filter>
|
|
77
|
+
<radialGradient id="paint0_radial_2009_2571" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
78
|
+
<stop stop-color="#278BFF" stop-opacity="0.42"/>
|
|
79
|
+
<stop offset="0.58" stop-color="#278BFF" stop-opacity="0.16"/>
|
|
80
|
+
<stop offset="1" stop-color="#278BFF" stop-opacity="0"/>
|
|
81
|
+
</radialGradient>
|
|
82
|
+
<linearGradient id="paint1_linear_2009_2571" x1="56.3997" y1="67.333" x2="56.3997" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
83
|
+
<stop stop-color="#3DA6FF"/>
|
|
84
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
85
|
+
</linearGradient>
|
|
86
|
+
<linearGradient id="paint2_linear_2009_2571" x1="74.8" y1="67.333" x2="74.8" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
87
|
+
<stop stop-color="#3DA6FF"/>
|
|
88
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
89
|
+
</linearGradient>
|
|
90
|
+
<linearGradient id="paint3_linear_2009_2571" x1="46" y1="25.7334" x2="46" y2="73.7334" gradientUnits="userSpaceOnUse">
|
|
91
|
+
<stop stop-color="#8EC5FF"/>
|
|
92
|
+
<stop offset="1" stop-color="#3DA6FF"/>
|
|
93
|
+
</linearGradient>
|
|
94
|
+
<linearGradient id="paint4_linear_2009_2571" x1="52.3999" y1="32.1328" x2="52.3999" y2="67.3328" gradientUnits="userSpaceOnUse">
|
|
95
|
+
<stop stop-color="white"/>
|
|
96
|
+
<stop offset="1" stop-color="#E4F1FF"/>
|
|
97
|
+
</linearGradient>
|
|
98
|
+
<linearGradient id="paint5_linear_2009_2571" x1="58.5598" y1="37.7334" x2="58.5598" y2="59.4134" gradientUnits="userSpaceOnUse">
|
|
99
|
+
<stop stop-color="#FFE08A"/>
|
|
100
|
+
<stop offset="1" stop-color="#F5B400"/>
|
|
101
|
+
</linearGradient>
|
|
102
|
+
</defs>
|
|
103
|
+
</svg>
|
|
104
|
+
|
|
105
|
+
</template>
|
|
@@ -1,120 +1,120 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 155 155"
|
|
6
|
-
width="155"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="77.5001" cy="77.4998" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
|
|
10
|
-
<g clip-path="url(#clip0_2864_87969)">
|
|
11
|
-
<path
|
|
12
|
-
d="M48.8349 127.122C71.5137 127.122 89.8985 125.692 89.8985 123.927C89.8985 122.163 71.5137 120.733 48.8349 120.733C26.1561 120.733 7.77124 122.163 7.77124 123.927C7.77124 125.692 26.1561 127.122 48.8349 127.122Z"
|
|
13
|
-
fill="#BDC7CE"
|
|
14
|
-
opacity="0.2"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M132.457 117.376C132.124 117.799 131.7 118.142 131.216 118.378C130.732 118.614 130.201 118.738 129.663 118.74H119.235C118.283 118.74 117.37 118.363 116.696 117.691C116.022 117.019 115.642 116.108 115.639 115.156C115.641 114.681 115.738 114.211 115.924 113.774C116.11 113.337 116.381 112.942 116.722 112.611C117.053 112.273 117.447 112.003 117.881 111.817C118.316 111.631 118.783 111.533 119.256 111.528H129.685C130.54 111.524 131.368 111.832 132.013 112.395C132.053 112.417 132.09 112.446 132.121 112.481H137.709C137.156 110.79 136.081 109.318 134.64 108.275C133.198 107.233 131.464 106.673 129.685 106.677H119.256C117.067 106.755 114.993 107.68 113.472 109.256C111.951 110.833 111.101 112.938 111.101 115.129C111.101 117.319 111.951 119.425 113.472 121.001C114.993 122.578 117.067 123.502 119.256 123.581H129.685C131.538 123.577 133.339 122.965 134.81 121.838C136.281 120.711 137.342 119.132 137.828 117.343L132.457 117.376Z"
|
|
18
|
-
class="fill-main"
|
|
19
|
-
stroke="#9DA3AC"
|
|
20
|
-
stroke-miterlimit="10"
|
|
21
|
-
stroke-width="1.29167"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M126.804 116.791C126.43 116.467 126.163 116.036 126.04 115.556C125.917 115.076 125.943 114.57 126.115 114.105C126.286 113.641 126.596 113.24 127.001 112.955C127.407 112.671 127.89 112.517 128.385 112.514H148.96C149.604 112.514 150.221 112.769 150.675 113.224C151.13 113.679 151.386 114.296 151.386 114.939C151.386 115.583 151.13 116.2 150.675 116.655C150.221 117.11 149.604 117.365 148.96 117.365H128.385C127.806 117.371 127.244 117.167 126.804 116.791V116.791Z"
|
|
25
|
-
class="fill-main"
|
|
26
|
-
stroke="#9DA3AC"
|
|
27
|
-
stroke-miterlimit="10"
|
|
28
|
-
stroke-width="1.29167"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M112.596 117.582C112.599 115.342 113.49 113.196 115.073 111.612C116.657 110.029 118.804 109.138 121.043 109.135H131.471C133.596 109.128 135.644 109.929 137.2 111.377C136.789 110.576 136.256 109.846 135.619 109.211C134.835 108.425 133.903 107.803 132.877 107.379C131.851 106.955 130.751 106.739 129.641 106.742H119.213C117.519 106.748 115.866 107.264 114.469 108.223C113.073 109.181 111.997 110.538 111.382 112.117C110.768 113.696 110.643 115.423 111.023 117.073C111.404 118.724 112.273 120.222 113.517 121.372C112.918 120.198 112.603 118.9 112.596 117.582Z"
|
|
32
|
-
fill="#BDC7CE"
|
|
33
|
-
opacity="0.2"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M127.984 116.64C127.983 116.32 128.045 116.004 128.166 115.708C128.287 115.412 128.466 115.144 128.691 114.917C128.916 114.691 129.184 114.511 129.479 114.389C129.774 114.266 130.091 114.203 130.41 114.203H150.985H151.278C151.137 113.697 150.835 113.251 150.416 112.934C149.997 112.617 149.486 112.446 148.96 112.449H128.385C127.89 112.452 127.407 112.606 127.001 112.89C126.596 113.175 126.286 113.576 126.115 114.041C125.943 114.505 125.917 115.011 126.04 115.491C126.163 115.971 126.43 116.402 126.804 116.726C127.166 117.033 127.611 117.225 128.082 117.279C128.023 117.07 127.991 116.856 127.984 116.64Z"
|
|
37
|
-
fill="#BDC7CE"
|
|
38
|
-
opacity="0.2"
|
|
39
|
-
/>
|
|
40
|
-
<path
|
|
41
|
-
d="M104.291 106.276C103.762 106.384 103.215 106.371 102.692 106.238C102.168 106.105 101.682 105.855 101.269 105.507L93.3316 98.7494C92.6567 98.1178 92.2511 97.2506 92.1988 96.3277C92.1466 95.4049 92.4517 94.4974 93.0509 93.7936C93.6502 93.0899 94.4974 92.644 95.4168 92.5485C96.3362 92.453 97.2569 92.7152 97.988 93.2807L105.926 100.038C106.579 100.589 107.01 101.359 107.139 102.204C107.139 102.204 107.139 102.29 107.139 102.345L111.394 105.962C112.071 104.316 112.21 102.497 111.789 100.768C111.369 99.0384 110.412 97.4864 109.055 96.3345L101.128 89.5664C100.283 88.8475 99.3043 88.3022 98.2481 87.9616C97.1919 87.621 96.079 87.4917 94.9729 87.5812C93.8668 87.6707 92.7891 87.9773 91.8015 88.4832C90.8138 88.9892 89.9354 89.6848 89.2165 90.5302C88.4977 91.3756 87.9524 92.3544 87.6118 93.4106C87.2711 94.4667 87.1419 95.5796 87.2314 96.6858C87.3209 97.7919 87.6274 98.8695 88.1334 99.8572C88.6394 100.845 89.3349 101.723 90.1803 102.442L98.1288 109.199C99.5398 110.399 101.306 111.101 103.156 111.197C105.005 111.293 106.835 110.777 108.362 109.73L104.291 106.276Z"
|
|
42
|
-
class="fill-main"
|
|
43
|
-
stroke="#9DA3AC"
|
|
44
|
-
stroke-miterlimit="10"
|
|
45
|
-
stroke-width="1.29167"
|
|
46
|
-
/>
|
|
47
|
-
<path
|
|
48
|
-
d="M100.371 102.172C100.287 101.681 100.356 101.176 100.57 100.726C100.785 100.277 101.132 99.9043 101.566 99.66C102 99.4158 102.499 99.3117 102.995 99.362C103.49 99.4122 103.958 99.6145 104.334 99.9409L120.014 113.261C120.459 113.691 120.722 114.275 120.752 114.893C120.782 115.511 120.575 116.117 120.174 116.589C119.773 117.06 119.208 117.361 118.593 117.431C117.978 117.501 117.36 117.334 116.863 116.964L101.194 103.644C100.75 103.27 100.457 102.746 100.371 102.172Z"
|
|
49
|
-
class="fill-main"
|
|
50
|
-
stroke="#9DA3AC"
|
|
51
|
-
stroke-miterlimit="10"
|
|
52
|
-
stroke-width="1.29167"
|
|
53
|
-
/>
|
|
54
|
-
<path
|
|
55
|
-
d="M89.0431 93.5627C89.7617 92.7169 90.6399 92.0209 91.6276 91.5147C92.6153 91.0084 93.6931 90.7017 94.7993 90.6122C95.9056 90.5227 97.0187 90.6521 98.0749 90.993C99.1311 91.3339 100.11 91.8796 100.955 92.5989L108.904 99.3562C110.521 100.729 111.558 102.664 111.806 104.771C112.019 103.893 112.093 102.986 112.022 102.085C111.937 100.979 111.632 99.9016 111.127 98.9145C110.621 97.9273 109.924 97.0505 109.077 96.335L101.117 89.5668C99.8264 88.4616 98.2312 87.7727 96.5415 87.5905C94.8517 87.4084 93.1465 87.7416 91.6495 88.5463C90.1526 89.351 88.934 90.5896 88.1538 92.0995C87.3736 93.6093 87.0683 95.3198 87.278 97.0064C87.5897 95.7365 88.1942 94.5572 89.0431 93.5627Z"
|
|
56
|
-
fill="#BDC7CE"
|
|
57
|
-
opacity="0.2"
|
|
58
|
-
/>
|
|
59
|
-
<path
|
|
60
|
-
d="M101.334 102.843C101.754 102.355 102.349 102.053 102.99 102.003C103.631 101.952 104.266 102.157 104.756 102.572L120.415 115.892C120.495 115.959 120.568 116.036 120.632 116.119C120.851 115.639 120.908 115.101 120.795 114.585C120.681 114.069 120.404 113.605 120.004 113.26L104.345 99.9408C103.967 99.6167 103.499 99.4165 103.004 99.3673C102.509 99.3182 102.011 99.4224 101.577 99.6659C101.143 99.9094 100.795 100.28 100.579 100.729C100.363 101.177 100.29 101.681 100.37 102.172C100.451 102.639 100.661 103.074 100.977 103.428C101.071 103.219 101.191 103.022 101.334 102.843V102.843Z"
|
|
61
|
-
fill="#BDC7CE"
|
|
62
|
-
opacity="0.2"
|
|
63
|
-
/>
|
|
64
|
-
<path
|
|
65
|
-
d="M77.2829 82.43C77.2252 82.0828 77.2447 81.7271 77.3402 81.3883C77.4357 81.0495 77.6047 80.7359 77.8352 80.4699C78.042 80.2273 78.2946 80.0278 78.5786 79.8829C78.8625 79.7379 79.1723 79.6504 79.4901 79.6252C79.8079 79.6001 80.1275 79.6378 80.4308 79.7363C80.734 79.8348 81.0148 79.9921 81.2572 80.1992L96.9159 93.5189C97.3602 93.9497 97.6239 94.5333 97.6535 95.1514C97.6831 95.7695 97.4764 96.3757 97.0754 96.847C96.6744 97.3183 96.1091 97.6194 95.4943 97.6891C94.8794 97.7588 94.2611 97.592 93.7647 97.2225L78.1059 83.8919C77.6657 83.5186 77.3737 83 77.2829 82.43V82.43Z"
|
|
66
|
-
class="fill-main"
|
|
67
|
-
stroke="#9DA3AC"
|
|
68
|
-
stroke-miterlimit="10"
|
|
69
|
-
stroke-width="1.29167"
|
|
70
|
-
/>
|
|
71
|
-
<path
|
|
72
|
-
d="M78.2466 83.0695C78.6662 82.5788 79.2634 82.2747 79.907 82.2239C80.5507 82.1731 81.1881 82.3799 81.6794 82.7988L97.3382 96.1185C97.4122 96.1853 97.481 96.2577 97.544 96.3351C97.7659 95.8571 97.8246 95.3195 97.7111 94.8049C97.5976 94.2903 97.3182 93.8273 96.9159 93.487L81.2571 80.1674C80.8797 79.8433 80.4117 79.6431 79.9167 79.5939C79.4216 79.5447 78.9234 79.649 78.4896 79.8925C78.0558 80.136 77.7074 80.507 77.4915 80.9552C77.2756 81.4034 77.2028 81.9071 77.2828 82.3981C77.3602 82.8654 77.5751 83.299 77.9001 83.6435C77.9889 83.4372 78.1055 83.2441 78.2466 83.0695V83.0695Z"
|
|
73
|
-
fill="#BDC7CE"
|
|
74
|
-
opacity="0.2"
|
|
75
|
-
/>
|
|
76
|
-
<path
|
|
77
|
-
d="M44.6767 124.187C67.1881 124.187 85.4371 105.938 85.4371 83.4264C85.4371 60.9151 67.1881 42.666 44.6767 42.666C22.1653 42.666 3.91626 60.9151 3.91626 83.4264C3.91626 105.938 22.1653 124.187 44.6767 124.187Z"
|
|
78
|
-
class="fill-main"
|
|
79
|
-
stroke="#9DA3AC"
|
|
80
|
-
stroke-linecap="round"
|
|
81
|
-
stroke-linejoin="round"
|
|
82
|
-
stroke-width="1.29167"
|
|
83
|
-
/>
|
|
84
|
-
<path
|
|
85
|
-
d="M13.7275 72.5976C15.7476 66.8452 19.3284 61.7684 24.0692 57.9351"
|
|
86
|
-
stroke="#9DA3AC"
|
|
87
|
-
stroke-linecap="round"
|
|
88
|
-
stroke-linejoin="round"
|
|
89
|
-
stroke-width="1.29167"
|
|
90
|
-
/>
|
|
91
|
-
<path
|
|
92
|
-
d="M81.2248 64.4868C83.547 74.1495 82.2591 84.3277 77.6033 93.1074C72.9475 101.887 65.2446 108.663 55.943 112.162C46.6415 115.661 36.3821 115.641 27.0943 112.106C17.8064 108.571 10.1299 101.765 5.5083 92.9671C6.85847 98.5852 9.38767 103.852 12.9282 108.418C16.4687 112.985 20.9395 116.746 26.0443 119.453C31.149 122.16 36.7709 123.751 42.5372 124.12C48.3035 124.489 54.0823 123.628 59.4905 121.593C64.8986 119.559 69.8125 116.398 73.9061 112.321C77.9998 108.243 81.1797 103.341 83.235 97.9411C85.2903 92.5409 86.1739 86.7654 85.8273 80.9978C85.4808 75.2301 83.9119 69.602 81.2248 64.4868V64.4868Z"
|
|
93
|
-
fill="#BDC7CE"
|
|
94
|
-
opacity="0.2"
|
|
95
|
-
/>
|
|
96
|
-
<path
|
|
97
|
-
d="M66.8438 110.478L67.3527 111.539L67.8617 110.478"
|
|
98
|
-
stroke="#9DA3AC"
|
|
99
|
-
stroke-linecap="round"
|
|
100
|
-
stroke-linejoin="round"
|
|
101
|
-
stroke-width="0.322917"
|
|
102
|
-
/>
|
|
103
|
-
<path
|
|
104
|
-
d="M120.917 127.375C135.897 127.375 148.042 126.508 148.042 125.438C148.042 124.367 135.897 123.5 120.917 123.5C105.936 123.5 93.7915 124.367 93.7915 125.438C93.7915 126.508 105.936 127.375 120.917 127.375Z"
|
|
105
|
-
fill="#BDC7CE"
|
|
106
|
-
opacity="0.2"
|
|
107
|
-
/>
|
|
108
|
-
</g>
|
|
109
|
-
<defs>
|
|
110
|
-
<clipPath id="clip0_2864_87969">
|
|
111
|
-
<rect
|
|
112
|
-
class="fill-main"
|
|
113
|
-
height="84.997"
|
|
114
|
-
transform="translate(3.37476 42.125)"
|
|
115
|
-
width="148.542"
|
|
116
|
-
/>
|
|
117
|
-
</clipPath>
|
|
118
|
-
</defs>
|
|
119
|
-
</svg>
|
|
120
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 155 155"
|
|
6
|
+
width="155"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="77.5001" cy="77.4998" fill="#BDC7CE" fill-opacity="0.15" r="64.5833" />
|
|
10
|
+
<g clip-path="url(#clip0_2864_87969)">
|
|
11
|
+
<path
|
|
12
|
+
d="M48.8349 127.122C71.5137 127.122 89.8985 125.692 89.8985 123.927C89.8985 122.163 71.5137 120.733 48.8349 120.733C26.1561 120.733 7.77124 122.163 7.77124 123.927C7.77124 125.692 26.1561 127.122 48.8349 127.122Z"
|
|
13
|
+
fill="#BDC7CE"
|
|
14
|
+
opacity="0.2"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M132.457 117.376C132.124 117.799 131.7 118.142 131.216 118.378C130.732 118.614 130.201 118.738 129.663 118.74H119.235C118.283 118.74 117.37 118.363 116.696 117.691C116.022 117.019 115.642 116.108 115.639 115.156C115.641 114.681 115.738 114.211 115.924 113.774C116.11 113.337 116.381 112.942 116.722 112.611C117.053 112.273 117.447 112.003 117.881 111.817C118.316 111.631 118.783 111.533 119.256 111.528H129.685C130.54 111.524 131.368 111.832 132.013 112.395C132.053 112.417 132.09 112.446 132.121 112.481H137.709C137.156 110.79 136.081 109.318 134.64 108.275C133.198 107.233 131.464 106.673 129.685 106.677H119.256C117.067 106.755 114.993 107.68 113.472 109.256C111.951 110.833 111.101 112.938 111.101 115.129C111.101 117.319 111.951 119.425 113.472 121.001C114.993 122.578 117.067 123.502 119.256 123.581H129.685C131.538 123.577 133.339 122.965 134.81 121.838C136.281 120.711 137.342 119.132 137.828 117.343L132.457 117.376Z"
|
|
18
|
+
class="fill-main"
|
|
19
|
+
stroke="#9DA3AC"
|
|
20
|
+
stroke-miterlimit="10"
|
|
21
|
+
stroke-width="1.29167"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M126.804 116.791C126.43 116.467 126.163 116.036 126.04 115.556C125.917 115.076 125.943 114.57 126.115 114.105C126.286 113.641 126.596 113.24 127.001 112.955C127.407 112.671 127.89 112.517 128.385 112.514H148.96C149.604 112.514 150.221 112.769 150.675 113.224C151.13 113.679 151.386 114.296 151.386 114.939C151.386 115.583 151.13 116.2 150.675 116.655C150.221 117.11 149.604 117.365 148.96 117.365H128.385C127.806 117.371 127.244 117.167 126.804 116.791V116.791Z"
|
|
25
|
+
class="fill-main"
|
|
26
|
+
stroke="#9DA3AC"
|
|
27
|
+
stroke-miterlimit="10"
|
|
28
|
+
stroke-width="1.29167"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M112.596 117.582C112.599 115.342 113.49 113.196 115.073 111.612C116.657 110.029 118.804 109.138 121.043 109.135H131.471C133.596 109.128 135.644 109.929 137.2 111.377C136.789 110.576 136.256 109.846 135.619 109.211C134.835 108.425 133.903 107.803 132.877 107.379C131.851 106.955 130.751 106.739 129.641 106.742H119.213C117.519 106.748 115.866 107.264 114.469 108.223C113.073 109.181 111.997 110.538 111.382 112.117C110.768 113.696 110.643 115.423 111.023 117.073C111.404 118.724 112.273 120.222 113.517 121.372C112.918 120.198 112.603 118.9 112.596 117.582Z"
|
|
32
|
+
fill="#BDC7CE"
|
|
33
|
+
opacity="0.2"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M127.984 116.64C127.983 116.32 128.045 116.004 128.166 115.708C128.287 115.412 128.466 115.144 128.691 114.917C128.916 114.691 129.184 114.511 129.479 114.389C129.774 114.266 130.091 114.203 130.41 114.203H150.985H151.278C151.137 113.697 150.835 113.251 150.416 112.934C149.997 112.617 149.486 112.446 148.96 112.449H128.385C127.89 112.452 127.407 112.606 127.001 112.89C126.596 113.175 126.286 113.576 126.115 114.041C125.943 114.505 125.917 115.011 126.04 115.491C126.163 115.971 126.43 116.402 126.804 116.726C127.166 117.033 127.611 117.225 128.082 117.279C128.023 117.07 127.991 116.856 127.984 116.64Z"
|
|
37
|
+
fill="#BDC7CE"
|
|
38
|
+
opacity="0.2"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M104.291 106.276C103.762 106.384 103.215 106.371 102.692 106.238C102.168 106.105 101.682 105.855 101.269 105.507L93.3316 98.7494C92.6567 98.1178 92.2511 97.2506 92.1988 96.3277C92.1466 95.4049 92.4517 94.4974 93.0509 93.7936C93.6502 93.0899 94.4974 92.644 95.4168 92.5485C96.3362 92.453 97.2569 92.7152 97.988 93.2807L105.926 100.038C106.579 100.589 107.01 101.359 107.139 102.204C107.139 102.204 107.139 102.29 107.139 102.345L111.394 105.962C112.071 104.316 112.21 102.497 111.789 100.768C111.369 99.0384 110.412 97.4864 109.055 96.3345L101.128 89.5664C100.283 88.8475 99.3043 88.3022 98.2481 87.9616C97.1919 87.621 96.079 87.4917 94.9729 87.5812C93.8668 87.6707 92.7891 87.9773 91.8015 88.4832C90.8138 88.9892 89.9354 89.6848 89.2165 90.5302C88.4977 91.3756 87.9524 92.3544 87.6118 93.4106C87.2711 94.4667 87.1419 95.5796 87.2314 96.6858C87.3209 97.7919 87.6274 98.8695 88.1334 99.8572C88.6394 100.845 89.3349 101.723 90.1803 102.442L98.1288 109.199C99.5398 110.399 101.306 111.101 103.156 111.197C105.005 111.293 106.835 110.777 108.362 109.73L104.291 106.276Z"
|
|
42
|
+
class="fill-main"
|
|
43
|
+
stroke="#9DA3AC"
|
|
44
|
+
stroke-miterlimit="10"
|
|
45
|
+
stroke-width="1.29167"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M100.371 102.172C100.287 101.681 100.356 101.176 100.57 100.726C100.785 100.277 101.132 99.9043 101.566 99.66C102 99.4158 102.499 99.3117 102.995 99.362C103.49 99.4122 103.958 99.6145 104.334 99.9409L120.014 113.261C120.459 113.691 120.722 114.275 120.752 114.893C120.782 115.511 120.575 116.117 120.174 116.589C119.773 117.06 119.208 117.361 118.593 117.431C117.978 117.501 117.36 117.334 116.863 116.964L101.194 103.644C100.75 103.27 100.457 102.746 100.371 102.172Z"
|
|
49
|
+
class="fill-main"
|
|
50
|
+
stroke="#9DA3AC"
|
|
51
|
+
stroke-miterlimit="10"
|
|
52
|
+
stroke-width="1.29167"
|
|
53
|
+
/>
|
|
54
|
+
<path
|
|
55
|
+
d="M89.0431 93.5627C89.7617 92.7169 90.6399 92.0209 91.6276 91.5147C92.6153 91.0084 93.6931 90.7017 94.7993 90.6122C95.9056 90.5227 97.0187 90.6521 98.0749 90.993C99.1311 91.3339 100.11 91.8796 100.955 92.5989L108.904 99.3562C110.521 100.729 111.558 102.664 111.806 104.771C112.019 103.893 112.093 102.986 112.022 102.085C111.937 100.979 111.632 99.9016 111.127 98.9145C110.621 97.9273 109.924 97.0505 109.077 96.335L101.117 89.5668C99.8264 88.4616 98.2312 87.7727 96.5415 87.5905C94.8517 87.4084 93.1465 87.7416 91.6495 88.5463C90.1526 89.351 88.934 90.5896 88.1538 92.0995C87.3736 93.6093 87.0683 95.3198 87.278 97.0064C87.5897 95.7365 88.1942 94.5572 89.0431 93.5627Z"
|
|
56
|
+
fill="#BDC7CE"
|
|
57
|
+
opacity="0.2"
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
d="M101.334 102.843C101.754 102.355 102.349 102.053 102.99 102.003C103.631 101.952 104.266 102.157 104.756 102.572L120.415 115.892C120.495 115.959 120.568 116.036 120.632 116.119C120.851 115.639 120.908 115.101 120.795 114.585C120.681 114.069 120.404 113.605 120.004 113.26L104.345 99.9408C103.967 99.6167 103.499 99.4165 103.004 99.3673C102.509 99.3182 102.011 99.4224 101.577 99.6659C101.143 99.9094 100.795 100.28 100.579 100.729C100.363 101.177 100.29 101.681 100.37 102.172C100.451 102.639 100.661 103.074 100.977 103.428C101.071 103.219 101.191 103.022 101.334 102.843V102.843Z"
|
|
61
|
+
fill="#BDC7CE"
|
|
62
|
+
opacity="0.2"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M77.2829 82.43C77.2252 82.0828 77.2447 81.7271 77.3402 81.3883C77.4357 81.0495 77.6047 80.7359 77.8352 80.4699C78.042 80.2273 78.2946 80.0278 78.5786 79.8829C78.8625 79.7379 79.1723 79.6504 79.4901 79.6252C79.8079 79.6001 80.1275 79.6378 80.4308 79.7363C80.734 79.8348 81.0148 79.9921 81.2572 80.1992L96.9159 93.5189C97.3602 93.9497 97.6239 94.5333 97.6535 95.1514C97.6831 95.7695 97.4764 96.3757 97.0754 96.847C96.6744 97.3183 96.1091 97.6194 95.4943 97.6891C94.8794 97.7588 94.2611 97.592 93.7647 97.2225L78.1059 83.8919C77.6657 83.5186 77.3737 83 77.2829 82.43V82.43Z"
|
|
66
|
+
class="fill-main"
|
|
67
|
+
stroke="#9DA3AC"
|
|
68
|
+
stroke-miterlimit="10"
|
|
69
|
+
stroke-width="1.29167"
|
|
70
|
+
/>
|
|
71
|
+
<path
|
|
72
|
+
d="M78.2466 83.0695C78.6662 82.5788 79.2634 82.2747 79.907 82.2239C80.5507 82.1731 81.1881 82.3799 81.6794 82.7988L97.3382 96.1185C97.4122 96.1853 97.481 96.2577 97.544 96.3351C97.7659 95.8571 97.8246 95.3195 97.7111 94.8049C97.5976 94.2903 97.3182 93.8273 96.9159 93.487L81.2571 80.1674C80.8797 79.8433 80.4117 79.6431 79.9167 79.5939C79.4216 79.5447 78.9234 79.649 78.4896 79.8925C78.0558 80.136 77.7074 80.507 77.4915 80.9552C77.2756 81.4034 77.2028 81.9071 77.2828 82.3981C77.3602 82.8654 77.5751 83.299 77.9001 83.6435C77.9889 83.4372 78.1055 83.2441 78.2466 83.0695V83.0695Z"
|
|
73
|
+
fill="#BDC7CE"
|
|
74
|
+
opacity="0.2"
|
|
75
|
+
/>
|
|
76
|
+
<path
|
|
77
|
+
d="M44.6767 124.187C67.1881 124.187 85.4371 105.938 85.4371 83.4264C85.4371 60.9151 67.1881 42.666 44.6767 42.666C22.1653 42.666 3.91626 60.9151 3.91626 83.4264C3.91626 105.938 22.1653 124.187 44.6767 124.187Z"
|
|
78
|
+
class="fill-main"
|
|
79
|
+
stroke="#9DA3AC"
|
|
80
|
+
stroke-linecap="round"
|
|
81
|
+
stroke-linejoin="round"
|
|
82
|
+
stroke-width="1.29167"
|
|
83
|
+
/>
|
|
84
|
+
<path
|
|
85
|
+
d="M13.7275 72.5976C15.7476 66.8452 19.3284 61.7684 24.0692 57.9351"
|
|
86
|
+
stroke="#9DA3AC"
|
|
87
|
+
stroke-linecap="round"
|
|
88
|
+
stroke-linejoin="round"
|
|
89
|
+
stroke-width="1.29167"
|
|
90
|
+
/>
|
|
91
|
+
<path
|
|
92
|
+
d="M81.2248 64.4868C83.547 74.1495 82.2591 84.3277 77.6033 93.1074C72.9475 101.887 65.2446 108.663 55.943 112.162C46.6415 115.661 36.3821 115.641 27.0943 112.106C17.8064 108.571 10.1299 101.765 5.5083 92.9671C6.85847 98.5852 9.38767 103.852 12.9282 108.418C16.4687 112.985 20.9395 116.746 26.0443 119.453C31.149 122.16 36.7709 123.751 42.5372 124.12C48.3035 124.489 54.0823 123.628 59.4905 121.593C64.8986 119.559 69.8125 116.398 73.9061 112.321C77.9998 108.243 81.1797 103.341 83.235 97.9411C85.2903 92.5409 86.1739 86.7654 85.8273 80.9978C85.4808 75.2301 83.9119 69.602 81.2248 64.4868V64.4868Z"
|
|
93
|
+
fill="#BDC7CE"
|
|
94
|
+
opacity="0.2"
|
|
95
|
+
/>
|
|
96
|
+
<path
|
|
97
|
+
d="M66.8438 110.478L67.3527 111.539L67.8617 110.478"
|
|
98
|
+
stroke="#9DA3AC"
|
|
99
|
+
stroke-linecap="round"
|
|
100
|
+
stroke-linejoin="round"
|
|
101
|
+
stroke-width="0.322917"
|
|
102
|
+
/>
|
|
103
|
+
<path
|
|
104
|
+
d="M120.917 127.375C135.897 127.375 148.042 126.508 148.042 125.438C148.042 124.367 135.897 123.5 120.917 123.5C105.936 123.5 93.7915 124.367 93.7915 125.438C93.7915 126.508 105.936 127.375 120.917 127.375Z"
|
|
105
|
+
fill="#BDC7CE"
|
|
106
|
+
opacity="0.2"
|
|
107
|
+
/>
|
|
108
|
+
</g>
|
|
109
|
+
<defs>
|
|
110
|
+
<clipPath id="clip0_2864_87969">
|
|
111
|
+
<rect
|
|
112
|
+
class="fill-main"
|
|
113
|
+
height="84.997"
|
|
114
|
+
transform="translate(3.37476 42.125)"
|
|
115
|
+
width="148.542"
|
|
116
|
+
/>
|
|
117
|
+
</clipPath>
|
|
118
|
+
</defs>
|
|
119
|
+
</svg>
|
|
120
|
+
</template>
|