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.
- 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 -590
- 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 +49 -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 -119
- 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 -710
- package/components/elements/select/ASelect.vue +448 -448
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ASelectV2.vue +507 -507
- package/components/elements/select/cascade-utils.ts +115 -115
- package/components/elements/select/types.ts +27 -27
- package/components/elements/select/ui/cascade-drawer.vue +146 -146
- package/components/elements/select/ui/cascade-panel.vue +237 -237
- 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 -167
- 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 +125 -125
- package/components/elements/step-slider/AStepSliderColCard.vue +270 -270
- package/components/elements/step-slider/AStepSliderColNumber.vue +199 -199
- 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 -67
- package/components/features/lang-switcher/lang-switcher.vue +158 -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 +158 -158
- package/components/features/payment/process/PaymentTopUpSidePanel.vue +119 -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 -183
- package/components/forms/input/AInputV2.vue +560 -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/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/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 +182 -182
- package/components/modals/id/IdConfirmSuccessfulModal.vue +41 -41
- package/components/modals/id/IdLoginModal.vue +336 -336
- package/components/modals/id/IdModals.vue +129 -129
- package/components/modals/id/IdNewPasswordModal.vue +129 -129
- package/components/modals/id/IdOtpInput.vue +156 -156
- package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
- package/components/modals/id/IdRecoveryModal.vue +117 -117
- package/components/modals/id/IdRegistrationModal.vue +215 -215
- package/components/modals/id/IdResetPasswordOtpModal.vue +159 -159
- package/components/modals/id/IdTwoFactorModal.vue +126 -126
- package/components/navigation/README.md +1 -1
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +106 -106
- 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 -241
- 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 +101 -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 +112 -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 -342
- package/components/overlays/modal/AModal.vue +335 -335
- package/components/overlays/modal/AModalV2.vue +401 -401
- 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 +519 -519
- package/composables/useIdModals.ts +36 -36
- package/composables/usePayment.ts +78 -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-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 -6
- 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 -6
- 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-vector.vue +7 -7
- package/icons/building.vue +9 -9
- package/icons/calculator.vue +7 -7
- package/icons/calendar.vue +24 -24
- 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.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-list.vue +3 -3
- package/icons/clipboard-text.vue +7 -7
- package/icons/clock-outline.vue +3 -3
- 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/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/crown.vue +6 -6
- 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/favourite-bookmark-outline.vue +17 -17
- package/icons/file/file-check-corner.vue +3 -3
- 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-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/flag.vue +7 -7
- package/icons/flask-conical.vue +3 -3
- package/icons/folder-open.vue +3 -3
- 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 +41 -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/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-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 +34 -34
- package/icons/main-filter.vue +10 -10
- 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/radio/radio-check.vue +8 -8
- package/icons/radio/radio-empty.vue +10 -10
- package/icons/receipt.vue +8 -8
- package/icons/refresh-cw.vue +8 -8
- 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/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/sun.vue +25 -25
- package/icons/sviazi.vue +5 -5
- package/icons/tag.vue +30 -30
- 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/triangle-alert.vue +3 -3
- package/icons/triangle.vue +10 -10
- package/icons/truck.vue +7 -7
- package/icons/user-plus.vue +3 -3
- package/icons/user-square.vue +14 -14
- 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/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 +29 -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 -20
- package/illustrations/notes-sticky.vue +20 -20
- 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 -21
- package/illustrations/scheme-waypoints.vue +25 -25
- 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 +878 -878
- package/lang/kk.ts +880 -880
- package/lang/ru.ts +880 -880
- package/layouts/default.vue +13 -13
- package/nuxt.config.ts +95 -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/shared/constans/pages.ts +96 -96
- package/tsconfig.json +6 -6
- package/utils/getMaxZindex.ts +25 -25
- package/utils/localizedNavigation.ts +36 -36
- package/utils/toCssSize.ts +11 -11
- package/utils/twMerge.ts +34 -34
- package/vitest.config.ts +14 -14
- package/.claude/settings.local.json +0 -19
package/illustrations/person.vue
CHANGED
|
@@ -1,159 +1,159 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="120"
|
|
5
|
-
viewBox="0 0 121 120"
|
|
6
|
-
width="121"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="60.585" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
10
|
-
<g clip-path="url(#clip0_335_11701)">
|
|
11
|
-
<path
|
|
12
|
-
class="fill-main"
|
|
13
|
-
d="M58.2593 10.4176C56.0889 10.4181 53.9447 10.8965 51.9757 11.8195L51.8381 11.8891C51.4251 12.0879 51.0219 12.2967 50.6285 12.5353L50.1959 12.7938C49.8812 13.0026 49.5665 13.2213 49.2125 13.45L48.7799 13.7781C48.4259 14.0664 48.0817 14.3747 47.7965 14.6928L47.6097 14.8618C47.2189 15.257 46.8481 15.6718 46.4985 16.1046V16.1643C44.3543 18.8655 43.1853 22.2254 43.1847 25.689V84.3488H43.0273V94.838L44.4729 94.9771V109.403H77.5327V94.8877L78.044 94.838V94.4502H78.2308V10.4176H58.2593Z"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M77.9356 92.0641V94.9374L60.4322 96.6077L42.9189 94.9374V84.4482H48.4846V92.1834L60.265 93.3367L77.9356 92.0641Z"
|
|
17
|
-
fill="#BDC7CE"
|
|
18
|
-
opacity="0.2"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M77.4152 106.858V109.503H44.3652V97.0054L47.1382 97.2738V106.858H77.4152Z"
|
|
22
|
-
fill="#BDC7CE"
|
|
23
|
-
opacity="0.2"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M77.4251 94.3706V96.9954L60.8853 98.6557L44.3652 96.9954V94.3706L60.8853 96.031L77.4251 94.3706Z"
|
|
27
|
-
fill="#BDC7CE"
|
|
28
|
-
opacity="0.2"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M63.0873 101.748V103.587H56.6957C56.5962 103.587 56.4977 103.567 56.4059 103.529C56.314 103.49 56.2306 103.434 56.1602 103.363C56.0899 103.292 56.0342 103.208 55.9961 103.115C55.9581 103.022 55.9385 102.922 55.9385 102.822V98.1289L57.5413 98.2979V101.748H63.0873Z"
|
|
32
|
-
fill="#BDC7CE"
|
|
33
|
-
opacity="0.2"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M64.12 80.9783C63.4442 81.3028 62.7048 81.4693 61.9567 81.4655C61.2723 81.4655 60.5946 81.3292 59.9623 81.0644C59.33 80.7996 58.7554 80.4114 58.2715 79.9221C57.7875 79.4328 57.4036 78.8519 57.1417 78.2126C56.8798 77.5733 56.745 76.8881 56.745 76.1961V73.6608H59.3508V75.7387C59.349 77.0583 59.8387 78.3301 60.7225 79.3011C61.6063 80.272 62.8193 80.8709 64.12 80.9783Z"
|
|
37
|
-
fill="#BDC7CE"
|
|
38
|
-
opacity="0.2"
|
|
39
|
-
/>
|
|
40
|
-
<path
|
|
41
|
-
d="M62.1927 56.381C61.4814 56.8618 60.8984 57.5125 60.4953 58.2756C60.0922 59.0387 59.8815 59.8905 59.8818 60.7556V73.6807H56.745V61.6504C56.745 60.9584 56.8798 60.2732 57.1417 59.6339C57.4036 58.9946 57.7875 58.4137 58.2715 57.9244C58.7554 57.4351 59.33 57.0469 59.9623 56.7821C60.5946 56.5173 61.2723 56.381 61.9567 56.381H62.1927Z"
|
|
42
|
-
fill="#BDC7CE"
|
|
43
|
-
opacity="0.2"
|
|
44
|
-
/>
|
|
45
|
-
<path
|
|
46
|
-
d="M43.0762 84.0505V56.2915L48.6419 53.965V84.0505H43.0762Z"
|
|
47
|
-
fill="#BDC7CE"
|
|
48
|
-
opacity="0.2"
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
d="M43.0762 94.5396L60.5894 96.2099L78.1027 94.5396V10.4971H58.1802C54.1744 10.4971 50.3326 12.106 47.5001 14.97C44.6675 17.8339 43.0762 21.7183 43.0762 25.7685V94.5396Z"
|
|
52
|
-
stroke="#9DA3AC"
|
|
53
|
-
stroke-linecap="round"
|
|
54
|
-
stroke-linejoin="round"
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
d="M78.0928 41.6465L43.0762 56.3711"
|
|
58
|
-
stroke="#9DA3AC"
|
|
59
|
-
stroke-linecap="round"
|
|
60
|
-
stroke-linejoin="round"
|
|
61
|
-
/>
|
|
62
|
-
<path
|
|
63
|
-
d="M78.1033 10.4971C60.1377 28.8108 46.3809 16.2437 46.3809 16.2437"
|
|
64
|
-
stroke="#9DA3AC"
|
|
65
|
-
stroke-linecap="round"
|
|
66
|
-
stroke-linejoin="round"
|
|
67
|
-
/>
|
|
68
|
-
<path
|
|
69
|
-
d="M78.1033 10.4971C60.1377 28.8009 46.3906 16.2437 46.3906 16.2437C47.8602 14.3752 49.7475 12.8862 51.8973 11.8989C56.814 15.0507 65.31 17.4169 77.8279 10.507L78.1033 10.4971Z"
|
|
70
|
-
fill="#BDC7CE"
|
|
71
|
-
opacity="0.2"
|
|
72
|
-
/>
|
|
73
|
-
<path
|
|
74
|
-
d="M78.1031 30.6105C78.1031 30.6105 67.9747 22.6566 78.1031 10.4971"
|
|
75
|
-
stroke="#9DA3AC"
|
|
76
|
-
stroke-linecap="round"
|
|
77
|
-
stroke-linejoin="round"
|
|
78
|
-
/>
|
|
79
|
-
<path
|
|
80
|
-
d="M57.1682 20.5488L52.7432 33.6429H58.8595L56.2438 50.8332"
|
|
81
|
-
stroke="#9DA3AC"
|
|
82
|
-
stroke-linecap="round"
|
|
83
|
-
stroke-linejoin="round"
|
|
84
|
-
/>
|
|
85
|
-
<path
|
|
86
|
-
d="M47.7476 25.0427L47.5411 26.8522C47.4915 27.328 47.6302 27.8042 47.9268 28.1768C48.2235 28.5495 48.6541 28.7881 49.1243 28.8407C49.5943 28.8882 50.0639 28.747 50.4319 28.4476C50.7998 28.1481 51.0366 27.7144 51.091 27.24L51.2975 25.4305"
|
|
87
|
-
stroke="#9DA3AC"
|
|
88
|
-
stroke-linecap="round"
|
|
89
|
-
stroke-linejoin="round"
|
|
90
|
-
/>
|
|
91
|
-
<path
|
|
92
|
-
d="M59.6851 25.0428L59.4786 26.8523C59.429 27.328 59.5677 27.8042 59.8643 28.1769C60.161 28.5495 60.5916 28.7882 61.0618 28.8407V28.8407C61.5318 28.8883 62.0014 28.7471 62.3694 28.4476C62.7373 28.1481 62.9741 27.7144 63.0285 27.24L63.235 25.4305"
|
|
93
|
-
stroke="#9DA3AC"
|
|
94
|
-
stroke-linecap="round"
|
|
95
|
-
stroke-linejoin="round"
|
|
96
|
-
/>
|
|
97
|
-
<path
|
|
98
|
-
d="M66.145 44.311L57.708 41.1891"
|
|
99
|
-
stroke="#9DA3AC"
|
|
100
|
-
stroke-linecap="round"
|
|
101
|
-
stroke-linejoin="round"
|
|
102
|
-
/>
|
|
103
|
-
<path
|
|
104
|
-
d="M67.2759 61.6405C67.2759 58.7303 64.9426 56.3711 62.0642 56.3711C59.1859 56.3711 56.8525 58.7303 56.8525 61.6405V76.1961C56.8525 79.1063 59.1859 81.4655 62.0642 81.4655C64.9426 81.4655 67.2759 79.1063 67.2759 76.1961V61.6405Z"
|
|
105
|
-
stroke="#9DA3AC"
|
|
106
|
-
stroke-linecap="round"
|
|
107
|
-
stroke-linejoin="round"
|
|
108
|
-
/>
|
|
109
|
-
<path
|
|
110
|
-
d="M56.8525 73.6608H67.2759"
|
|
111
|
-
stroke="#9DA3AC"
|
|
112
|
-
stroke-linecap="round"
|
|
113
|
-
stroke-linejoin="round"
|
|
114
|
-
/>
|
|
115
|
-
<path
|
|
116
|
-
d="M43.0762 84.0505H78.0928"
|
|
117
|
-
stroke="#9DA3AC"
|
|
118
|
-
stroke-linecap="round"
|
|
119
|
-
stroke-linejoin="round"
|
|
120
|
-
/>
|
|
121
|
-
<path
|
|
122
|
-
d="M55.457 84.0505V77.9658H57.1582"
|
|
123
|
-
stroke="#9DA3AC"
|
|
124
|
-
stroke-linecap="round"
|
|
125
|
-
stroke-linejoin="round"
|
|
126
|
-
/>
|
|
127
|
-
<path
|
|
128
|
-
d="M68.6827 84.0505V77.9658H66.9717"
|
|
129
|
-
stroke="#9DA3AC"
|
|
130
|
-
stroke-linecap="round"
|
|
131
|
-
stroke-linejoin="round"
|
|
132
|
-
/>
|
|
133
|
-
<path
|
|
134
|
-
d="M77.4251 94.6589V109.503H44.3652V94.6589"
|
|
135
|
-
stroke="#9DA3AC"
|
|
136
|
-
stroke-linecap="round"
|
|
137
|
-
stroke-linejoin="round"
|
|
138
|
-
/>
|
|
139
|
-
<path
|
|
140
|
-
class="fill-main"
|
|
141
|
-
d="M63.6675 101.798H57.502V95.8818L60.5896 96.2099L63.6675 95.8818V101.798Z"
|
|
142
|
-
stroke="#9DA3AC"
|
|
143
|
-
stroke-linecap="round"
|
|
144
|
-
stroke-linejoin="round"
|
|
145
|
-
/>
|
|
146
|
-
</g>
|
|
147
|
-
<defs>
|
|
148
|
-
<clipPath id="clip0_335_11701">
|
|
149
|
-
<rect
|
|
150
|
-
class="fill-main"
|
|
151
|
-
height="100"
|
|
152
|
-
transform="translate(42.585 10)"
|
|
153
|
-
width="36"
|
|
154
|
-
/>
|
|
155
|
-
</clipPath>
|
|
156
|
-
</defs>
|
|
157
|
-
</svg>
|
|
158
|
-
</template>
|
|
159
|
-
<script lang="ts" setup></script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 121 120"
|
|
6
|
+
width="121"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="60.585" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
|
|
10
|
+
<g clip-path="url(#clip0_335_11701)">
|
|
11
|
+
<path
|
|
12
|
+
class="fill-main"
|
|
13
|
+
d="M58.2593 10.4176C56.0889 10.4181 53.9447 10.8965 51.9757 11.8195L51.8381 11.8891C51.4251 12.0879 51.0219 12.2967 50.6285 12.5353L50.1959 12.7938C49.8812 13.0026 49.5665 13.2213 49.2125 13.45L48.7799 13.7781C48.4259 14.0664 48.0817 14.3747 47.7965 14.6928L47.6097 14.8618C47.2189 15.257 46.8481 15.6718 46.4985 16.1046V16.1643C44.3543 18.8655 43.1853 22.2254 43.1847 25.689V84.3488H43.0273V94.838L44.4729 94.9771V109.403H77.5327V94.8877L78.044 94.838V94.4502H78.2308V10.4176H58.2593Z"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M77.9356 92.0641V94.9374L60.4322 96.6077L42.9189 94.9374V84.4482H48.4846V92.1834L60.265 93.3367L77.9356 92.0641Z"
|
|
17
|
+
fill="#BDC7CE"
|
|
18
|
+
opacity="0.2"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M77.4152 106.858V109.503H44.3652V97.0054L47.1382 97.2738V106.858H77.4152Z"
|
|
22
|
+
fill="#BDC7CE"
|
|
23
|
+
opacity="0.2"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M77.4251 94.3706V96.9954L60.8853 98.6557L44.3652 96.9954V94.3706L60.8853 96.031L77.4251 94.3706Z"
|
|
27
|
+
fill="#BDC7CE"
|
|
28
|
+
opacity="0.2"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M63.0873 101.748V103.587H56.6957C56.5962 103.587 56.4977 103.567 56.4059 103.529C56.314 103.49 56.2306 103.434 56.1602 103.363C56.0899 103.292 56.0342 103.208 55.9961 103.115C55.9581 103.022 55.9385 102.922 55.9385 102.822V98.1289L57.5413 98.2979V101.748H63.0873Z"
|
|
32
|
+
fill="#BDC7CE"
|
|
33
|
+
opacity="0.2"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M64.12 80.9783C63.4442 81.3028 62.7048 81.4693 61.9567 81.4655C61.2723 81.4655 60.5946 81.3292 59.9623 81.0644C59.33 80.7996 58.7554 80.4114 58.2715 79.9221C57.7875 79.4328 57.4036 78.8519 57.1417 78.2126C56.8798 77.5733 56.745 76.8881 56.745 76.1961V73.6608H59.3508V75.7387C59.349 77.0583 59.8387 78.3301 60.7225 79.3011C61.6063 80.272 62.8193 80.8709 64.12 80.9783Z"
|
|
37
|
+
fill="#BDC7CE"
|
|
38
|
+
opacity="0.2"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M62.1927 56.381C61.4814 56.8618 60.8984 57.5125 60.4953 58.2756C60.0922 59.0387 59.8815 59.8905 59.8818 60.7556V73.6807H56.745V61.6504C56.745 60.9584 56.8798 60.2732 57.1417 59.6339C57.4036 58.9946 57.7875 58.4137 58.2715 57.9244C58.7554 57.4351 59.33 57.0469 59.9623 56.7821C60.5946 56.5173 61.2723 56.381 61.9567 56.381H62.1927Z"
|
|
42
|
+
fill="#BDC7CE"
|
|
43
|
+
opacity="0.2"
|
|
44
|
+
/>
|
|
45
|
+
<path
|
|
46
|
+
d="M43.0762 84.0505V56.2915L48.6419 53.965V84.0505H43.0762Z"
|
|
47
|
+
fill="#BDC7CE"
|
|
48
|
+
opacity="0.2"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
d="M43.0762 94.5396L60.5894 96.2099L78.1027 94.5396V10.4971H58.1802C54.1744 10.4971 50.3326 12.106 47.5001 14.97C44.6675 17.8339 43.0762 21.7183 43.0762 25.7685V94.5396Z"
|
|
52
|
+
stroke="#9DA3AC"
|
|
53
|
+
stroke-linecap="round"
|
|
54
|
+
stroke-linejoin="round"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M78.0928 41.6465L43.0762 56.3711"
|
|
58
|
+
stroke="#9DA3AC"
|
|
59
|
+
stroke-linecap="round"
|
|
60
|
+
stroke-linejoin="round"
|
|
61
|
+
/>
|
|
62
|
+
<path
|
|
63
|
+
d="M78.1033 10.4971C60.1377 28.8108 46.3809 16.2437 46.3809 16.2437"
|
|
64
|
+
stroke="#9DA3AC"
|
|
65
|
+
stroke-linecap="round"
|
|
66
|
+
stroke-linejoin="round"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d="M78.1033 10.4971C60.1377 28.8009 46.3906 16.2437 46.3906 16.2437C47.8602 14.3752 49.7475 12.8862 51.8973 11.8989C56.814 15.0507 65.31 17.4169 77.8279 10.507L78.1033 10.4971Z"
|
|
70
|
+
fill="#BDC7CE"
|
|
71
|
+
opacity="0.2"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
d="M78.1031 30.6105C78.1031 30.6105 67.9747 22.6566 78.1031 10.4971"
|
|
75
|
+
stroke="#9DA3AC"
|
|
76
|
+
stroke-linecap="round"
|
|
77
|
+
stroke-linejoin="round"
|
|
78
|
+
/>
|
|
79
|
+
<path
|
|
80
|
+
d="M57.1682 20.5488L52.7432 33.6429H58.8595L56.2438 50.8332"
|
|
81
|
+
stroke="#9DA3AC"
|
|
82
|
+
stroke-linecap="round"
|
|
83
|
+
stroke-linejoin="round"
|
|
84
|
+
/>
|
|
85
|
+
<path
|
|
86
|
+
d="M47.7476 25.0427L47.5411 26.8522C47.4915 27.328 47.6302 27.8042 47.9268 28.1768C48.2235 28.5495 48.6541 28.7881 49.1243 28.8407C49.5943 28.8882 50.0639 28.747 50.4319 28.4476C50.7998 28.1481 51.0366 27.7144 51.091 27.24L51.2975 25.4305"
|
|
87
|
+
stroke="#9DA3AC"
|
|
88
|
+
stroke-linecap="round"
|
|
89
|
+
stroke-linejoin="round"
|
|
90
|
+
/>
|
|
91
|
+
<path
|
|
92
|
+
d="M59.6851 25.0428L59.4786 26.8523C59.429 27.328 59.5677 27.8042 59.8643 28.1769C60.161 28.5495 60.5916 28.7882 61.0618 28.8407V28.8407C61.5318 28.8883 62.0014 28.7471 62.3694 28.4476C62.7373 28.1481 62.9741 27.7144 63.0285 27.24L63.235 25.4305"
|
|
93
|
+
stroke="#9DA3AC"
|
|
94
|
+
stroke-linecap="round"
|
|
95
|
+
stroke-linejoin="round"
|
|
96
|
+
/>
|
|
97
|
+
<path
|
|
98
|
+
d="M66.145 44.311L57.708 41.1891"
|
|
99
|
+
stroke="#9DA3AC"
|
|
100
|
+
stroke-linecap="round"
|
|
101
|
+
stroke-linejoin="round"
|
|
102
|
+
/>
|
|
103
|
+
<path
|
|
104
|
+
d="M67.2759 61.6405C67.2759 58.7303 64.9426 56.3711 62.0642 56.3711C59.1859 56.3711 56.8525 58.7303 56.8525 61.6405V76.1961C56.8525 79.1063 59.1859 81.4655 62.0642 81.4655C64.9426 81.4655 67.2759 79.1063 67.2759 76.1961V61.6405Z"
|
|
105
|
+
stroke="#9DA3AC"
|
|
106
|
+
stroke-linecap="round"
|
|
107
|
+
stroke-linejoin="round"
|
|
108
|
+
/>
|
|
109
|
+
<path
|
|
110
|
+
d="M56.8525 73.6608H67.2759"
|
|
111
|
+
stroke="#9DA3AC"
|
|
112
|
+
stroke-linecap="round"
|
|
113
|
+
stroke-linejoin="round"
|
|
114
|
+
/>
|
|
115
|
+
<path
|
|
116
|
+
d="M43.0762 84.0505H78.0928"
|
|
117
|
+
stroke="#9DA3AC"
|
|
118
|
+
stroke-linecap="round"
|
|
119
|
+
stroke-linejoin="round"
|
|
120
|
+
/>
|
|
121
|
+
<path
|
|
122
|
+
d="M55.457 84.0505V77.9658H57.1582"
|
|
123
|
+
stroke="#9DA3AC"
|
|
124
|
+
stroke-linecap="round"
|
|
125
|
+
stroke-linejoin="round"
|
|
126
|
+
/>
|
|
127
|
+
<path
|
|
128
|
+
d="M68.6827 84.0505V77.9658H66.9717"
|
|
129
|
+
stroke="#9DA3AC"
|
|
130
|
+
stroke-linecap="round"
|
|
131
|
+
stroke-linejoin="round"
|
|
132
|
+
/>
|
|
133
|
+
<path
|
|
134
|
+
d="M77.4251 94.6589V109.503H44.3652V94.6589"
|
|
135
|
+
stroke="#9DA3AC"
|
|
136
|
+
stroke-linecap="round"
|
|
137
|
+
stroke-linejoin="round"
|
|
138
|
+
/>
|
|
139
|
+
<path
|
|
140
|
+
class="fill-main"
|
|
141
|
+
d="M63.6675 101.798H57.502V95.8818L60.5896 96.2099L63.6675 95.8818V101.798Z"
|
|
142
|
+
stroke="#9DA3AC"
|
|
143
|
+
stroke-linecap="round"
|
|
144
|
+
stroke-linejoin="round"
|
|
145
|
+
/>
|
|
146
|
+
</g>
|
|
147
|
+
<defs>
|
|
148
|
+
<clipPath id="clip0_335_11701">
|
|
149
|
+
<rect
|
|
150
|
+
class="fill-main"
|
|
151
|
+
height="100"
|
|
152
|
+
transform="translate(42.585 10)"
|
|
153
|
+
width="36"
|
|
154
|
+
/>
|
|
155
|
+
</clipPath>
|
|
156
|
+
</defs>
|
|
157
|
+
</svg>
|
|
158
|
+
</template>
|
|
159
|
+
<script lang="ts" setup></script>
|
|
@@ -1,110 +1,110 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
const uid = useId()
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg class="dark:hidden" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<circle cx="70" cy="70" r="70" :fill="`url(#paint0_radial_${uid}_light)`"/>
|
|
8
|
-
<g :filter="`url(#filter0_f_${uid}_light)`">
|
|
9
|
-
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#3DA6FF" fill-opacity="0.14"/>
|
|
10
|
-
</g>
|
|
11
|
-
<path d="M72.022 26.3824H31.5966C28.8058 26.3824 26.5435 28.6448 26.5435 31.4356V55.6908C26.5435 58.4816 28.8058 60.744 31.5966 60.744H72.022C74.8128 60.744 77.0751 58.4816 77.0751 55.6908V31.4356C77.0751 28.6448 74.8128 26.3824 72.022 26.3824Z" :fill="`url(#paint1_linear_${uid}_light)`"/>
|
|
12
|
-
<path d="M70.0005 31.4354H33.6177C32.5014 31.4354 31.5964 32.3404 31.5964 33.4567V53.6694C31.5964 54.7857 32.5014 55.6906 33.6177 55.6906H70.0005C71.1168 55.6906 72.0218 54.7857 72.0218 53.6694V33.4567C72.0218 32.3404 71.1168 31.4354 70.0005 31.4354Z" :fill="`url(#paint2_linear_${uid}_light)`"/>
|
|
13
|
-
<path d="M22.5 64.7864H81.1167L77.0742 60.7439H26.5425L22.5 64.7864Z" :fill="`url(#paint3_linear_${uid}_light)`"/>
|
|
14
|
-
<path d="M102.341 42.5525H88.1919C84.2848 42.5525 81.1174 45.7198 81.1174 49.6269V86.0097C81.1174 89.9168 84.2848 93.0842 88.1919 93.0842H102.341C106.248 93.0842 109.415 89.9168 109.415 86.0097V49.6269C109.415 45.7198 106.248 42.5525 102.341 42.5525Z" :fill="`url(#paint4_linear_${uid}_light)`"/>
|
|
15
|
-
<path d="M102.341 48.6163H88.1922C87.0759 48.6163 86.1709 49.5213 86.1709 50.6376V80.9566C86.1709 82.0729 87.0759 82.9779 88.1922 82.9779H102.341C103.457 82.9779 104.362 82.0729 104.362 80.9566V50.6376C104.362 49.5213 103.457 48.6163 102.341 48.6163Z" :fill="`url(#paint5_linear_${uid}_light)`"/>
|
|
16
|
-
<path d="M95.2663 89.4459C96.6059 89.4459 97.6919 88.3599 97.6919 87.0204C97.6919 85.6808 96.6059 84.5948 95.2663 84.5948C93.9268 84.5948 92.8408 85.6808 92.8408 87.0204C92.8408 88.3599 93.9268 89.4459 95.2663 89.4459Z" fill="#BEDBFF"/>
|
|
17
|
-
<path d="M105.372 50.6377C112.07 50.6377 117.5 45.2079 117.5 38.51C117.5 31.8122 112.07 26.3824 105.372 26.3824C98.6746 26.3824 93.2449 31.8122 93.2449 38.51C93.2449 45.2079 98.6746 50.6377 105.372 50.6377Z" fill="white"/>
|
|
18
|
-
<path d="M105.373 48.1107C110.675 48.1107 114.974 43.8122 114.974 38.5097C114.974 33.2072 110.675 28.9087 105.373 28.9087C100.07 28.9087 95.772 33.2072 95.772 38.5097C95.772 43.8122 100.07 48.1107 105.373 48.1107Z" :fill="`url(#paint6_linear_${uid}_light)`"/>
|
|
19
|
-
<path d="M107.596 33.6588C107.596 32.4309 106.601 31.4354 105.373 31.4354C104.145 31.4354 103.149 32.4309 103.149 33.6588V37.2971C103.149 38.525 104.145 39.5205 105.373 39.5205C106.601 39.5205 107.596 38.525 107.596 37.2971V33.6588Z" fill="white"/>
|
|
20
|
-
<path d="M105.373 45.7866C106.601 45.7866 107.596 44.7912 107.596 43.5632C107.596 42.3353 106.601 41.3398 105.373 41.3398C104.145 41.3398 103.149 42.3353 103.149 43.5632C103.149 44.7912 104.145 45.7866 105.373 45.7866Z" fill="white"/>
|
|
21
|
-
<defs>
|
|
22
|
-
<filter :id="`filter0_f_${uid}_light`" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
25
|
-
<feGaussianBlur stdDeviation="2.8" :result="`effect1_foregroundBlur_${uid}_light`"/>
|
|
26
|
-
</filter>
|
|
27
|
-
<radialGradient :id="`paint0_radial_${uid}_light`" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
28
|
-
<stop stop-color="#B3DCFF" stop-opacity="0.62"/>
|
|
29
|
-
<stop offset="0.6" stop-color="#DBEFFF" stop-opacity="0.4"/>
|
|
30
|
-
<stop offset="1" stop-color="#F0F8FF" stop-opacity="0"/>
|
|
31
|
-
</radialGradient>
|
|
32
|
-
<linearGradient :id="`paint1_linear_${uid}_light`" x1="26.5435" y1="26.3824" x2="26.5435" y2="60.744" gradientUnits="userSpaceOnUse">
|
|
33
|
-
<stop stop-color="#8EC5FF"/>
|
|
34
|
-
<stop offset="1" stop-color="#3DA6FF"/>
|
|
35
|
-
</linearGradient>
|
|
36
|
-
<linearGradient :id="`paint2_linear_${uid}_light`" x1="31.5964" y1="31.4354" x2="31.5964" y2="55.6906" gradientUnits="userSpaceOnUse">
|
|
37
|
-
<stop stop-color="white"/>
|
|
38
|
-
<stop offset="1" stop-color="#E4F1FF"/>
|
|
39
|
-
</linearGradient>
|
|
40
|
-
<linearGradient :id="`paint3_linear_${uid}_light`" x1="22.5" y1="60.7439" x2="22.5" y2="64.7864" gradientUnits="userSpaceOnUse">
|
|
41
|
-
<stop stop-color="#3DA6FF"/>
|
|
42
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
43
|
-
</linearGradient>
|
|
44
|
-
<linearGradient :id="`paint4_linear_${uid}_light`" x1="81.1174" y1="42.5525" x2="81.1174" y2="93.0842" gradientUnits="userSpaceOnUse">
|
|
45
|
-
<stop stop-color="#3DA6FF"/>
|
|
46
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
47
|
-
</linearGradient>
|
|
48
|
-
<linearGradient :id="`paint5_linear_${uid}_light`" x1="86.1709" y1="48.6163" x2="86.1709" y2="82.9779" gradientUnits="userSpaceOnUse">
|
|
49
|
-
<stop stop-color="white"/>
|
|
50
|
-
<stop offset="1" stop-color="#E4F1FF"/>
|
|
51
|
-
</linearGradient>
|
|
52
|
-
<linearGradient :id="`paint6_linear_${uid}_light`" x1="95.772" y1="28.9087" x2="95.772" y2="48.1107" gradientUnits="userSpaceOnUse">
|
|
53
|
-
<stop stop-color="#FFA2A2"/>
|
|
54
|
-
<stop offset="1" stop-color="#FB6A6D"/>
|
|
55
|
-
</linearGradient>
|
|
56
|
-
</defs>
|
|
57
|
-
</svg>
|
|
58
|
-
<svg class="hidden dark:block" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
59
|
-
<circle cx="70" cy="70" r="70" :fill="`url(#paint0_radial_${uid}_dark)`"/>
|
|
60
|
-
<g :filter="`url(#filter0_f_${uid}_dark)`">
|
|
61
|
-
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#278BFF" fill-opacity="0.22"/>
|
|
62
|
-
</g>
|
|
63
|
-
<path d="M72.022 26.3823H31.5966C28.8058 26.3823 26.5435 28.6447 26.5435 31.4355V55.6907C26.5435 58.4815 28.8058 60.7439 31.5966 60.7439H72.022C74.8128 60.7439 77.0751 58.4815 77.0751 55.6907V31.4355C77.0751 28.6447 74.8128 26.3823 72.022 26.3823Z" :fill="`url(#paint1_linear_${uid}_dark)`"/>
|
|
64
|
-
<path d="M70.0005 31.4355H33.6177C32.5014 31.4355 31.5964 32.3405 31.5964 33.4568V53.6695C31.5964 54.7858 32.5014 55.6908 33.6177 55.6908H70.0005C71.1168 55.6908 72.0218 54.7858 72.0218 53.6695V33.4568C72.0218 32.3405 71.1168 31.4355 70.0005 31.4355Z" :fill="`url(#paint2_linear_${uid}_dark)`"/>
|
|
65
|
-
<path d="M22.5 64.7862H81.1167L77.0742 60.7437H26.5425L22.5 64.7862Z" :fill="`url(#paint3_linear_${uid}_dark)`"/>
|
|
66
|
-
<path d="M102.341 42.5527H88.1919C84.2848 42.5527 81.1174 45.7201 81.1174 49.6272V86.01C81.1174 89.9171 84.2848 93.0844 88.1919 93.0844H102.341C106.248 93.0844 109.415 89.9171 109.415 86.01V49.6272C109.415 45.7201 106.248 42.5527 102.341 42.5527Z" :fill="`url(#paint4_linear_${uid}_dark)`"/>
|
|
67
|
-
<path d="M102.341 48.6162H88.1922C87.0759 48.6162 86.1709 49.5212 86.1709 50.6375V80.9565C86.1709 82.0728 87.0759 82.9778 88.1922 82.9778H102.341C103.457 82.9778 104.362 82.0728 104.362 80.9565V50.6375C104.362 49.5212 103.457 48.6162 102.341 48.6162Z" :fill="`url(#paint5_linear_${uid}_dark)`"/>
|
|
68
|
-
<path d="M95.2663 89.4458C96.6059 89.4458 97.6919 88.3598 97.6919 87.0202C97.6919 85.6807 96.6059 84.5947 95.2663 84.5947C93.9268 84.5947 92.8408 85.6807 92.8408 87.0202C92.8408 88.3598 93.9268 89.4458 95.2663 89.4458Z" fill="#BEDBFF"/>
|
|
69
|
-
<path d="M105.372 50.6375C112.07 50.6375 117.5 45.2078 117.5 38.5099C117.5 31.812 112.07 26.3823 105.372 26.3823C98.6746 26.3823 93.2449 31.812 93.2449 38.5099C93.2449 45.2078 98.6746 50.6375 105.372 50.6375Z" fill="white"/>
|
|
70
|
-
<path d="M105.373 48.1107C110.675 48.1107 114.974 43.8122 114.974 38.5097C114.974 33.2072 110.675 28.9087 105.373 28.9087C100.07 28.9087 95.772 33.2072 95.772 38.5097C95.772 43.8122 100.07 48.1107 105.373 48.1107Z" :fill="`url(#paint6_linear_${uid}_dark)`"/>
|
|
71
|
-
<path d="M107.596 33.6589C107.596 32.431 106.601 31.4355 105.373 31.4355C104.145 31.4355 103.149 32.431 103.149 33.6589V37.2972C103.149 38.5252 104.145 39.5206 105.373 39.5206C106.601 39.5206 107.596 38.5252 107.596 37.2972V33.6589Z" fill="white"/>
|
|
72
|
-
<path d="M105.373 45.7866C106.601 45.7866 107.596 44.7912 107.596 43.5632C107.596 42.3353 106.601 41.3398 105.373 41.3398C104.145 41.3398 103.149 42.3353 103.149 43.5632C103.149 44.7912 104.145 45.7866 105.373 45.7866Z" fill="white"/>
|
|
73
|
-
<defs>
|
|
74
|
-
<filter :id="`filter0_f_${uid}_dark`" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
75
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
76
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
77
|
-
<feGaussianBlur stdDeviation="2.8" :result="`effect1_foregroundBlur_${uid}_dark`"/>
|
|
78
|
-
</filter>
|
|
79
|
-
<radialGradient :id="`paint0_radial_${uid}_dark`" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
80
|
-
<stop stop-color="#278BFF" stop-opacity="0.42"/>
|
|
81
|
-
<stop offset="0.58" stop-color="#278BFF" stop-opacity="0.16"/>
|
|
82
|
-
<stop offset="1" stop-color="#278BFF" stop-opacity="0"/>
|
|
83
|
-
</radialGradient>
|
|
84
|
-
<linearGradient :id="`paint1_linear_${uid}_dark`" x1="26.5435" y1="26.3823" x2="26.5435" y2="60.7439" gradientUnits="userSpaceOnUse">
|
|
85
|
-
<stop stop-color="#8EC5FF"/>
|
|
86
|
-
<stop offset="1" stop-color="#3DA6FF"/>
|
|
87
|
-
</linearGradient>
|
|
88
|
-
<linearGradient :id="`paint2_linear_${uid}_dark`" x1="31.5964" y1="31.4355" x2="31.5964" y2="55.6908" gradientUnits="userSpaceOnUse">
|
|
89
|
-
<stop stop-color="white"/>
|
|
90
|
-
<stop offset="1" stop-color="#E4F1FF"/>
|
|
91
|
-
</linearGradient>
|
|
92
|
-
<linearGradient :id="`paint3_linear_${uid}_dark`" x1="22.5" y1="60.7437" x2="22.5" y2="64.7862" gradientUnits="userSpaceOnUse">
|
|
93
|
-
<stop stop-color="#3DA6FF"/>
|
|
94
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
95
|
-
</linearGradient>
|
|
96
|
-
<linearGradient :id="`paint4_linear_${uid}_dark`" x1="81.1174" y1="42.5527" x2="81.1174" y2="93.0844" gradientUnits="userSpaceOnUse">
|
|
97
|
-
<stop stop-color="#3DA6FF"/>
|
|
98
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
99
|
-
</linearGradient>
|
|
100
|
-
<linearGradient :id="`paint5_linear_${uid}_dark`" x1="86.1709" y1="48.6162" x2="86.1709" y2="82.9778" gradientUnits="userSpaceOnUse">
|
|
101
|
-
<stop stop-color="white"/>
|
|
102
|
-
<stop offset="1" stop-color="#E4F1FF"/>
|
|
103
|
-
</linearGradient>
|
|
104
|
-
<linearGradient :id="`paint6_linear_${uid}_dark`" x1="95.772" y1="28.9087" x2="95.772" y2="48.1107" gradientUnits="userSpaceOnUse">
|
|
105
|
-
<stop stop-color="#FFA2A2"/>
|
|
106
|
-
<stop offset="1" stop-color="#FB6A6D"/>
|
|
107
|
-
</linearGradient>
|
|
108
|
-
</defs>
|
|
109
|
-
</svg>
|
|
110
|
-
</template>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const uid = useId()
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg class="dark:hidden" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<circle cx="70" cy="70" r="70" :fill="`url(#paint0_radial_${uid}_light)`"/>
|
|
8
|
+
<g :filter="`url(#filter0_f_${uid}_light)`">
|
|
9
|
+
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#3DA6FF" fill-opacity="0.14"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path d="M72.022 26.3824H31.5966C28.8058 26.3824 26.5435 28.6448 26.5435 31.4356V55.6908C26.5435 58.4816 28.8058 60.744 31.5966 60.744H72.022C74.8128 60.744 77.0751 58.4816 77.0751 55.6908V31.4356C77.0751 28.6448 74.8128 26.3824 72.022 26.3824Z" :fill="`url(#paint1_linear_${uid}_light)`"/>
|
|
12
|
+
<path d="M70.0005 31.4354H33.6177C32.5014 31.4354 31.5964 32.3404 31.5964 33.4567V53.6694C31.5964 54.7857 32.5014 55.6906 33.6177 55.6906H70.0005C71.1168 55.6906 72.0218 54.7857 72.0218 53.6694V33.4567C72.0218 32.3404 71.1168 31.4354 70.0005 31.4354Z" :fill="`url(#paint2_linear_${uid}_light)`"/>
|
|
13
|
+
<path d="M22.5 64.7864H81.1167L77.0742 60.7439H26.5425L22.5 64.7864Z" :fill="`url(#paint3_linear_${uid}_light)`"/>
|
|
14
|
+
<path d="M102.341 42.5525H88.1919C84.2848 42.5525 81.1174 45.7198 81.1174 49.6269V86.0097C81.1174 89.9168 84.2848 93.0842 88.1919 93.0842H102.341C106.248 93.0842 109.415 89.9168 109.415 86.0097V49.6269C109.415 45.7198 106.248 42.5525 102.341 42.5525Z" :fill="`url(#paint4_linear_${uid}_light)`"/>
|
|
15
|
+
<path d="M102.341 48.6163H88.1922C87.0759 48.6163 86.1709 49.5213 86.1709 50.6376V80.9566C86.1709 82.0729 87.0759 82.9779 88.1922 82.9779H102.341C103.457 82.9779 104.362 82.0729 104.362 80.9566V50.6376C104.362 49.5213 103.457 48.6163 102.341 48.6163Z" :fill="`url(#paint5_linear_${uid}_light)`"/>
|
|
16
|
+
<path d="M95.2663 89.4459C96.6059 89.4459 97.6919 88.3599 97.6919 87.0204C97.6919 85.6808 96.6059 84.5948 95.2663 84.5948C93.9268 84.5948 92.8408 85.6808 92.8408 87.0204C92.8408 88.3599 93.9268 89.4459 95.2663 89.4459Z" fill="#BEDBFF"/>
|
|
17
|
+
<path d="M105.372 50.6377C112.07 50.6377 117.5 45.2079 117.5 38.51C117.5 31.8122 112.07 26.3824 105.372 26.3824C98.6746 26.3824 93.2449 31.8122 93.2449 38.51C93.2449 45.2079 98.6746 50.6377 105.372 50.6377Z" fill="white"/>
|
|
18
|
+
<path d="M105.373 48.1107C110.675 48.1107 114.974 43.8122 114.974 38.5097C114.974 33.2072 110.675 28.9087 105.373 28.9087C100.07 28.9087 95.772 33.2072 95.772 38.5097C95.772 43.8122 100.07 48.1107 105.373 48.1107Z" :fill="`url(#paint6_linear_${uid}_light)`"/>
|
|
19
|
+
<path d="M107.596 33.6588C107.596 32.4309 106.601 31.4354 105.373 31.4354C104.145 31.4354 103.149 32.4309 103.149 33.6588V37.2971C103.149 38.525 104.145 39.5205 105.373 39.5205C106.601 39.5205 107.596 38.525 107.596 37.2971V33.6588Z" fill="white"/>
|
|
20
|
+
<path d="M105.373 45.7866C106.601 45.7866 107.596 44.7912 107.596 43.5632C107.596 42.3353 106.601 41.3398 105.373 41.3398C104.145 41.3398 103.149 42.3353 103.149 43.5632C103.149 44.7912 104.145 45.7866 105.373 45.7866Z" fill="white"/>
|
|
21
|
+
<defs>
|
|
22
|
+
<filter :id="`filter0_f_${uid}_light`" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
25
|
+
<feGaussianBlur stdDeviation="2.8" :result="`effect1_foregroundBlur_${uid}_light`"/>
|
|
26
|
+
</filter>
|
|
27
|
+
<radialGradient :id="`paint0_radial_${uid}_light`" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
28
|
+
<stop stop-color="#B3DCFF" stop-opacity="0.62"/>
|
|
29
|
+
<stop offset="0.6" stop-color="#DBEFFF" stop-opacity="0.4"/>
|
|
30
|
+
<stop offset="1" stop-color="#F0F8FF" stop-opacity="0"/>
|
|
31
|
+
</radialGradient>
|
|
32
|
+
<linearGradient :id="`paint1_linear_${uid}_light`" x1="26.5435" y1="26.3824" x2="26.5435" y2="60.744" gradientUnits="userSpaceOnUse">
|
|
33
|
+
<stop stop-color="#8EC5FF"/>
|
|
34
|
+
<stop offset="1" stop-color="#3DA6FF"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<linearGradient :id="`paint2_linear_${uid}_light`" x1="31.5964" y1="31.4354" x2="31.5964" y2="55.6906" gradientUnits="userSpaceOnUse">
|
|
37
|
+
<stop stop-color="white"/>
|
|
38
|
+
<stop offset="1" stop-color="#E4F1FF"/>
|
|
39
|
+
</linearGradient>
|
|
40
|
+
<linearGradient :id="`paint3_linear_${uid}_light`" x1="22.5" y1="60.7439" x2="22.5" y2="64.7864" gradientUnits="userSpaceOnUse">
|
|
41
|
+
<stop stop-color="#3DA6FF"/>
|
|
42
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<linearGradient :id="`paint4_linear_${uid}_light`" x1="81.1174" y1="42.5525" x2="81.1174" y2="93.0842" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="#3DA6FF"/>
|
|
46
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
47
|
+
</linearGradient>
|
|
48
|
+
<linearGradient :id="`paint5_linear_${uid}_light`" x1="86.1709" y1="48.6163" x2="86.1709" y2="82.9779" gradientUnits="userSpaceOnUse">
|
|
49
|
+
<stop stop-color="white"/>
|
|
50
|
+
<stop offset="1" stop-color="#E4F1FF"/>
|
|
51
|
+
</linearGradient>
|
|
52
|
+
<linearGradient :id="`paint6_linear_${uid}_light`" x1="95.772" y1="28.9087" x2="95.772" y2="48.1107" gradientUnits="userSpaceOnUse">
|
|
53
|
+
<stop stop-color="#FFA2A2"/>
|
|
54
|
+
<stop offset="1" stop-color="#FB6A6D"/>
|
|
55
|
+
</linearGradient>
|
|
56
|
+
</defs>
|
|
57
|
+
</svg>
|
|
58
|
+
<svg class="hidden dark:block" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
59
|
+
<circle cx="70" cy="70" r="70" :fill="`url(#paint0_radial_${uid}_dark)`"/>
|
|
60
|
+
<g :filter="`url(#filter0_f_${uid}_dark)`">
|
|
61
|
+
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#278BFF" fill-opacity="0.22"/>
|
|
62
|
+
</g>
|
|
63
|
+
<path d="M72.022 26.3823H31.5966C28.8058 26.3823 26.5435 28.6447 26.5435 31.4355V55.6907C26.5435 58.4815 28.8058 60.7439 31.5966 60.7439H72.022C74.8128 60.7439 77.0751 58.4815 77.0751 55.6907V31.4355C77.0751 28.6447 74.8128 26.3823 72.022 26.3823Z" :fill="`url(#paint1_linear_${uid}_dark)`"/>
|
|
64
|
+
<path d="M70.0005 31.4355H33.6177C32.5014 31.4355 31.5964 32.3405 31.5964 33.4568V53.6695C31.5964 54.7858 32.5014 55.6908 33.6177 55.6908H70.0005C71.1168 55.6908 72.0218 54.7858 72.0218 53.6695V33.4568C72.0218 32.3405 71.1168 31.4355 70.0005 31.4355Z" :fill="`url(#paint2_linear_${uid}_dark)`"/>
|
|
65
|
+
<path d="M22.5 64.7862H81.1167L77.0742 60.7437H26.5425L22.5 64.7862Z" :fill="`url(#paint3_linear_${uid}_dark)`"/>
|
|
66
|
+
<path d="M102.341 42.5527H88.1919C84.2848 42.5527 81.1174 45.7201 81.1174 49.6272V86.01C81.1174 89.9171 84.2848 93.0844 88.1919 93.0844H102.341C106.248 93.0844 109.415 89.9171 109.415 86.01V49.6272C109.415 45.7201 106.248 42.5527 102.341 42.5527Z" :fill="`url(#paint4_linear_${uid}_dark)`"/>
|
|
67
|
+
<path d="M102.341 48.6162H88.1922C87.0759 48.6162 86.1709 49.5212 86.1709 50.6375V80.9565C86.1709 82.0728 87.0759 82.9778 88.1922 82.9778H102.341C103.457 82.9778 104.362 82.0728 104.362 80.9565V50.6375C104.362 49.5212 103.457 48.6162 102.341 48.6162Z" :fill="`url(#paint5_linear_${uid}_dark)`"/>
|
|
68
|
+
<path d="M95.2663 89.4458C96.6059 89.4458 97.6919 88.3598 97.6919 87.0202C97.6919 85.6807 96.6059 84.5947 95.2663 84.5947C93.9268 84.5947 92.8408 85.6807 92.8408 87.0202C92.8408 88.3598 93.9268 89.4458 95.2663 89.4458Z" fill="#BEDBFF"/>
|
|
69
|
+
<path d="M105.372 50.6375C112.07 50.6375 117.5 45.2078 117.5 38.5099C117.5 31.812 112.07 26.3823 105.372 26.3823C98.6746 26.3823 93.2449 31.812 93.2449 38.5099C93.2449 45.2078 98.6746 50.6375 105.372 50.6375Z" fill="white"/>
|
|
70
|
+
<path d="M105.373 48.1107C110.675 48.1107 114.974 43.8122 114.974 38.5097C114.974 33.2072 110.675 28.9087 105.373 28.9087C100.07 28.9087 95.772 33.2072 95.772 38.5097C95.772 43.8122 100.07 48.1107 105.373 48.1107Z" :fill="`url(#paint6_linear_${uid}_dark)`"/>
|
|
71
|
+
<path d="M107.596 33.6589C107.596 32.431 106.601 31.4355 105.373 31.4355C104.145 31.4355 103.149 32.431 103.149 33.6589V37.2972C103.149 38.5252 104.145 39.5206 105.373 39.5206C106.601 39.5206 107.596 38.5252 107.596 37.2972V33.6589Z" fill="white"/>
|
|
72
|
+
<path d="M105.373 45.7866C106.601 45.7866 107.596 44.7912 107.596 43.5632C107.596 42.3353 106.601 41.3398 105.373 41.3398C104.145 41.3398 103.149 42.3353 103.149 43.5632C103.149 44.7912 104.145 45.7866 105.373 45.7866Z" fill="white"/>
|
|
73
|
+
<defs>
|
|
74
|
+
<filter :id="`filter0_f_${uid}_dark`" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
75
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
76
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
77
|
+
<feGaussianBlur stdDeviation="2.8" :result="`effect1_foregroundBlur_${uid}_dark`"/>
|
|
78
|
+
</filter>
|
|
79
|
+
<radialGradient :id="`paint0_radial_${uid}_dark`" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
80
|
+
<stop stop-color="#278BFF" stop-opacity="0.42"/>
|
|
81
|
+
<stop offset="0.58" stop-color="#278BFF" stop-opacity="0.16"/>
|
|
82
|
+
<stop offset="1" stop-color="#278BFF" stop-opacity="0"/>
|
|
83
|
+
</radialGradient>
|
|
84
|
+
<linearGradient :id="`paint1_linear_${uid}_dark`" x1="26.5435" y1="26.3823" x2="26.5435" y2="60.7439" gradientUnits="userSpaceOnUse">
|
|
85
|
+
<stop stop-color="#8EC5FF"/>
|
|
86
|
+
<stop offset="1" stop-color="#3DA6FF"/>
|
|
87
|
+
</linearGradient>
|
|
88
|
+
<linearGradient :id="`paint2_linear_${uid}_dark`" x1="31.5964" y1="31.4355" x2="31.5964" y2="55.6908" gradientUnits="userSpaceOnUse">
|
|
89
|
+
<stop stop-color="white"/>
|
|
90
|
+
<stop offset="1" stop-color="#E4F1FF"/>
|
|
91
|
+
</linearGradient>
|
|
92
|
+
<linearGradient :id="`paint3_linear_${uid}_dark`" x1="22.5" y1="60.7437" x2="22.5" y2="64.7862" gradientUnits="userSpaceOnUse">
|
|
93
|
+
<stop stop-color="#3DA6FF"/>
|
|
94
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
95
|
+
</linearGradient>
|
|
96
|
+
<linearGradient :id="`paint4_linear_${uid}_dark`" x1="81.1174" y1="42.5527" x2="81.1174" y2="93.0844" gradientUnits="userSpaceOnUse">
|
|
97
|
+
<stop stop-color="#3DA6FF"/>
|
|
98
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
99
|
+
</linearGradient>
|
|
100
|
+
<linearGradient :id="`paint5_linear_${uid}_dark`" x1="86.1709" y1="48.6162" x2="86.1709" y2="82.9778" gradientUnits="userSpaceOnUse">
|
|
101
|
+
<stop stop-color="white"/>
|
|
102
|
+
<stop offset="1" stop-color="#E4F1FF"/>
|
|
103
|
+
</linearGradient>
|
|
104
|
+
<linearGradient :id="`paint6_linear_${uid}_dark`" x1="95.772" y1="28.9087" x2="95.772" y2="48.1107" gradientUnits="userSpaceOnUse">
|
|
105
|
+
<stop stop-color="#FFA2A2"/>
|
|
106
|
+
<stop offset="1" stop-color="#FB6A6D"/>
|
|
107
|
+
</linearGradient>
|
|
108
|
+
</defs>
|
|
109
|
+
</svg>
|
|
110
|
+
</template>
|