adata-ui 2.1.41-beta.6 → 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 -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 +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 -0
- package/components/elements/select/ASelect.vue +448 -448
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ASelectV2.vue +507 -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 +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 -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 +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 -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-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 -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/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 -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/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 -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 +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 -0
- package/utils/twMerge.ts +34 -34
- package/vitest.config.ts +14 -14
- package/.claude/settings.local.json +0 -19
package/icons/archive.vue
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M20.5 4.29167C20.5 3.79679 20.1433 3.5 19.8269 3.5H4.17308C3.85674 3.5 3.5 3.79679 3.5 4.29167V7.375C3.5 7.86988 3.85674 8.16667 4.17308 8.16667H19.8269C20.1433 8.16667 20.5 7.86988 20.5 7.375V4.29167ZM19.8269 2C21.0825 2 22 3.08367 22 4.29167V7.375C22 8.32596 21.4314 9.19986 20.5769 9.52871V19.7084C20.5769 20.2976 20.3614 20.8737 19.9612 21.3072C19.5592 21.7427 19.0004 22 18.4038 22H5.59614C4.99955 22 4.44081 21.7427 4.03877 21.3072C3.63859 20.8737 3.42307 20.2976 3.42307 19.7084V9.5287C2.56859 9.19985 2 8.32595 2 7.375V4.29167C2 3.08367 2.91753 2 4.17308 2H19.8269ZM4.92307 9.66669V19.7084C4.92307 19.9368 5.0074 20.1451 5.14098 20.2898C5.27269 20.4325 5.43788 20.5 5.59614 20.5H18.4038C18.5621 20.5 18.7273 20.4325 18.859 20.2898C18.9926 20.1451 19.0769 19.9368 19.0769 19.7084V9.66669H4.92307ZM9.86539 12.7917C9.45117 12.7917 9.11539 13.1275 9.11539 13.5417C9.11539 13.9559 9.45117 14.2917 9.86539 14.2917H14.1346C14.5488 14.2917 14.8846 13.9559 14.8846 13.5417C14.8846 13.1275 14.5488 12.7917 14.1346 12.7917H9.86539Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M20.5 4.29167C20.5 3.79679 20.1433 3.5 19.8269 3.5H4.17308C3.85674 3.5 3.5 3.79679 3.5 4.29167V7.375C3.5 7.86988 3.85674 8.16667 4.17308 8.16667H19.8269C20.1433 8.16667 20.5 7.86988 20.5 7.375V4.29167ZM19.8269 2C21.0825 2 22 3.08367 22 4.29167V7.375C22 8.32596 21.4314 9.19986 20.5769 9.52871V19.7084C20.5769 20.2976 20.3614 20.8737 19.9612 21.3072C19.5592 21.7427 19.0004 22 18.4038 22H5.59614C4.99955 22 4.44081 21.7427 4.03877 21.3072C3.63859 20.8737 3.42307 20.2976 3.42307 19.7084V9.5287C2.56859 9.19985 2 8.32595 2 7.375V4.29167C2 3.08367 2.91753 2 4.17308 2H19.8269ZM4.92307 9.66669V19.7084C4.92307 19.9368 5.0074 20.1451 5.14098 20.2898C5.27269 20.4325 5.43788 20.5 5.59614 20.5H18.4038C18.5621 20.5 18.7273 20.4325 18.859 20.2898C18.9926 20.1451 19.0769 19.9368 19.0769 19.7084V9.66669H4.92307ZM9.86539 12.7917C9.45117 12.7917 9.11539 13.1275 9.11539 13.5417C9.11539 13.9559 9.45117 14.2917 9.86539 14.2917H14.1346C14.5488 14.2917 14.8846 13.9559 14.8846 13.5417C14.8846 13.1275 14.5488 12.7917 14.1346 12.7917H9.86539Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.52113 2.05C2.39617 2.05 2.27633 2.09964 2.18797 2.188C2.09961 2.27636 2.04997 2.3962 2.04997 2.52116V7.00386C2.04997 7.29381 1.81492 7.52886 1.52497 7.52886C1.23502 7.52886 0.999969 7.29381 0.999969 7.00386V2.52116C0.999969 2.11772 1.16023 1.73081 1.44551 1.44554C1.73078 1.16026 2.11769 1 2.52113 1H13.4789C13.8823 1 14.2692 1.16026 14.5545 1.44554C14.8397 1.73081 15 2.11772 15 2.52116V13.4789C15 13.8823 14.8397 14.2692 14.5545 14.5545C14.2692 14.8398 13.8823 15 13.4789 15H8.99615C8.7062 15 8.47115 14.765 8.47115 14.475C8.47115 14.1851 8.7062 13.95 8.99615 13.95H13.4789C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9004 13.7237 13.95 13.6038 13.95 13.4789V2.52116C13.95 2.3962 13.9004 2.27636 13.812 2.188C13.7236 2.09964 13.6038 2.05 13.4789 2.05H2.52113ZM1.52497 10.4635C1.81492 10.4635 2.04997 10.6985 2.04997 10.9885V13.2076L7.62876 7.62879C7.83378 7.42376 8.1662 7.42376 8.37122 7.62879C8.57625 7.83381 8.57625 8.16623 8.37122 8.37125L2.79244 13.95H5.01152C5.30147 13.95 5.53652 14.1851 5.53652 14.475C5.53652 14.765 5.30147 15 5.01152 15H1.52665C1.52121 15.0001 1.51577 15 1.51032 14.9998C1.38089 14.9962 1.25253 14.9451 1.15374 14.8463C1.10309 14.7956 1.06495 14.7372 1.03933 14.6748C1.01396 14.6132 0.999969 14.5458 0.999969 14.475V10.9885C0.999969 10.6985 1.23502 10.4635 1.52497 10.4635Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.52113 2.05C2.39617 2.05 2.27633 2.09964 2.18797 2.188C2.09961 2.27636 2.04997 2.3962 2.04997 2.52116V7.00386C2.04997 7.29381 1.81492 7.52886 1.52497 7.52886C1.23502 7.52886 0.999969 7.29381 0.999969 7.00386V2.52116C0.999969 2.11772 1.16023 1.73081 1.44551 1.44554C1.73078 1.16026 2.11769 1 2.52113 1H13.4789C13.8823 1 14.2692 1.16026 14.5545 1.44554C14.8397 1.73081 15 2.11772 15 2.52116V13.4789C15 13.8823 14.8397 14.2692 14.5545 14.5545C14.2692 14.8398 13.8823 15 13.4789 15H8.99615C8.7062 15 8.47115 14.765 8.47115 14.475C8.47115 14.1851 8.7062 13.95 8.99615 13.95H13.4789C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9004 13.7237 13.95 13.6038 13.95 13.4789V2.52116C13.95 2.3962 13.9004 2.27636 13.812 2.188C13.7236 2.09964 13.6038 2.05 13.4789 2.05H2.52113ZM1.52497 10.4635C1.81492 10.4635 2.04997 10.6985 2.04997 10.9885V13.2076L7.62876 7.62879C7.83378 7.42376 8.1662 7.42376 8.37122 7.62879C8.57625 7.83381 8.57625 8.16623 8.37122 8.37125L2.79244 13.95H5.01152C5.30147 13.95 5.53652 14.1851 5.53652 14.475C5.53652 14.765 5.30147 15 5.01152 15H1.52665C1.52121 15.0001 1.51577 15 1.51032 14.9998C1.38089 14.9962 1.25253 14.9451 1.15374 14.8463C1.10309 14.7956 1.06495 14.7372 1.03933 14.6748C1.01396 14.6132 0.999969 14.5458 0.999969 14.475V10.9885C0.999969 10.6985 1.23502 10.4635 1.52497 10.4635Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M2.33398 7.9987C2.33398 4.86909 4.87104 2.33203 8.00065 2.33203C11.1302 2.33203 13.6673 4.86909 13.6673 7.9987C13.6673 11.1283 11.1302 13.6654 8.00065 13.6654C4.87104 13.6654 2.33398 11.1283 2.33398 7.9987ZM8.00065 1.33203C4.31875 1.33203 1.33398 4.3168 1.33398 7.9987C1.33398 11.6806 4.31875 14.6654 8.00065 14.6654C11.6825 14.6654 14.6673 11.6806 14.6673 7.9987C14.6673 4.3168 11.6825 1.33203 8.00065 1.33203ZM5.88757 7.64515C5.69231 7.44988 5.37572 7.44988 5.18046 7.64515C4.9852 7.84041 4.9852 8.15699 5.18046 8.35225L7.64713 10.8189C7.84239 11.0142 8.15897 11.0142 8.35423 10.8189L10.8209 8.35225C11.0161 8.15699 11.0161 7.84041 10.8209 7.64515C10.6256 7.44988 10.309 7.44988 10.1138 7.64515L8.50065 9.25829V5.53206C8.50065 5.25592 8.27679 5.03206 8.00065 5.03206C7.72451 5.03206 7.50065 5.25592 7.50065 5.53206V9.25823L5.88757 7.64515Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M2.33398 7.9987C2.33398 4.86909 4.87104 2.33203 8.00065 2.33203C11.1302 2.33203 13.6673 4.86909 13.6673 7.9987C13.6673 11.1283 11.1302 13.6654 8.00065 13.6654C4.87104 13.6654 2.33398 11.1283 2.33398 7.9987ZM8.00065 1.33203C4.31875 1.33203 1.33398 4.3168 1.33398 7.9987C1.33398 11.6806 4.31875 14.6654 8.00065 14.6654C11.6825 14.6654 14.6673 11.6806 14.6673 7.9987C14.6673 4.3168 11.6825 1.33203 8.00065 1.33203ZM5.88757 7.64515C5.69231 7.44988 5.37572 7.44988 5.18046 7.64515C4.9852 7.84041 4.9852 8.15699 5.18046 8.35225L7.64713 10.8189C7.84239 11.0142 8.15897 11.0142 8.35423 10.8189L10.8209 8.35225C11.0161 8.15699 11.0161 7.84041 10.8209 7.64515C10.6256 7.44988 10.309 7.44988 10.1138 7.64515L8.50065 9.25829V5.53206C8.50065 5.25592 8.27679 5.03206 8.00065 5.03206C7.72451 5.03206 7.50065 5.25592 7.50065 5.53206V9.25823L5.88757 7.64515Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="currentColor"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 17 16"
|
|
6
|
-
width="17"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
clip-rule="evenodd"
|
|
11
|
-
d="M6.81607 2.19756C7.96368 1.7222 9.22649 1.59783 10.4448 1.84016C11.6631 2.0825 12.7822 2.68066 13.6605 3.55901C14.5389 4.43735 15.137 5.55643 15.3794 6.77474C15.6217 7.99304 15.4973 9.25584 15.022 10.4035C14.5466 11.5511 13.7416 12.532 12.7088 13.2221C11.676 13.9122 10.4617 14.2805 9.21952 14.2805C8.92957 14.2805 8.69452 14.0455 8.69452 13.7555C8.69452 13.4656 8.92957 13.2305 9.21952 13.2305C10.254 13.2305 11.2653 12.9238 12.1254 12.349C12.9856 11.7743 13.656 10.9574 14.0519 10.0016C14.4478 9.04589 14.5514 7.9942 14.3495 6.97958C14.1477 5.96496 13.6496 5.03297 12.9181 4.30146C12.1866 3.56996 11.2546 3.0718 10.2399 2.86998C9.22532 2.66816 8.17364 2.77174 7.21788 3.16763C6.26213 3.56352 5.44523 4.23392 4.8705 5.09408C4.40384 5.79249 4.11384 6.59051 4.02128 7.41971L4.53165 6.90934C4.73667 6.70432 5.06908 6.70432 5.27411 6.90934C5.47913 7.11437 5.47913 7.44678 5.27411 7.6518L3.83523 9.09068C3.6302 9.2957 3.29779 9.2957 3.09277 9.09068L1.65389 7.6518C1.44887 7.44678 1.44887 7.11437 1.65389 6.90934C1.85891 6.70432 2.19132 6.70432 2.39635 6.90934L2.96106 7.47405C3.04985 6.41734 3.40514 5.3972 3.99746 4.51073C4.68757 3.47791 5.66845 2.67292 6.81607 2.19756Z"
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
fill-rule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="currentColor"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 17 16"
|
|
6
|
+
width="17"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
clip-rule="evenodd"
|
|
11
|
+
d="M6.81607 2.19756C7.96368 1.7222 9.22649 1.59783 10.4448 1.84016C11.6631 2.0825 12.7822 2.68066 13.6605 3.55901C14.5389 4.43735 15.137 5.55643 15.3794 6.77474C15.6217 7.99304 15.4973 9.25584 15.022 10.4035C14.5466 11.5511 13.7416 12.532 12.7088 13.2221C11.676 13.9122 10.4617 14.2805 9.21952 14.2805C8.92957 14.2805 8.69452 14.0455 8.69452 13.7555C8.69452 13.4656 8.92957 13.2305 9.21952 13.2305C10.254 13.2305 11.2653 12.9238 12.1254 12.349C12.9856 11.7743 13.656 10.9574 14.0519 10.0016C14.4478 9.04589 14.5514 7.9942 14.3495 6.97958C14.1477 5.96496 13.6496 5.03297 12.9181 4.30146C12.1866 3.56996 11.2546 3.0718 10.2399 2.86998C9.22532 2.66816 8.17364 2.77174 7.21788 3.16763C6.26213 3.56352 5.44523 4.23392 4.8705 5.09408C4.40384 5.79249 4.11384 6.59051 4.02128 7.41971L4.53165 6.90934C4.73667 6.70432 5.06908 6.70432 5.27411 6.90934C5.47913 7.11437 5.47913 7.44678 5.27411 7.6518L3.83523 9.09068C3.6302 9.2957 3.29779 9.2957 3.09277 9.09068L1.65389 7.6518C1.44887 7.44678 1.44887 7.11437 1.65389 6.90934C1.85891 6.70432 2.19132 6.70432 2.39635 6.90934L2.96106 7.47405C3.04985 6.41734 3.40514 5.3972 3.99746 4.51073C4.68757 3.47791 5.66845 2.67292 6.81607 2.19756Z"
|
|
12
|
+
fill="currentColor"
|
|
13
|
+
fill-rule="evenodd"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path clip-rule="evenodd" d="M9.69349 13.2928C9.49265 13.4936 9.49265 13.8192 9.69349 14.0201C9.89433 14.2209 10.22 14.2209 10.4208 14.0201L13.8494 10.5915C13.9498 10.4911 14 10.3595 14 10.2278C14 10.1581 13.9861 10.0916 13.961 10.031C13.9359 9.97032 13.8987 9.91349 13.8494 9.86418L10.4208 6.43561C10.22 6.23477 9.89433 6.23477 9.69349 6.43561C9.49265 6.63645 9.49265 6.96208 9.69349 7.16292L12.2441 9.71355H5.25714C4.66609 9.71355 4.09924 9.47875 3.6813 9.06082C3.26337 8.64288 3.02857 8.07603 3.02857 7.48498V2.34363C3.02857 2.0596 2.79832 1.82935 2.51429 1.82935C2.23025 1.82935 2 2.0596 2 2.34363V7.48498C2 8.34883 2.34316 9.17729 2.95399 9.78813C3.56483 10.399 4.3933 10.7421 5.25714 10.7421H12.2441L9.69349 13.2928Z"
|
|
4
|
-
fill="currentColor"
|
|
5
|
-
fill-rule="evenodd"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</template>
|
|
8
|
-
<script setup lang="ts">
|
|
9
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path clip-rule="evenodd" d="M9.69349 13.2928C9.49265 13.4936 9.49265 13.8192 9.69349 14.0201C9.89433 14.2209 10.22 14.2209 10.4208 14.0201L13.8494 10.5915C13.9498 10.4911 14 10.3595 14 10.2278C14 10.1581 13.9861 10.0916 13.961 10.031C13.9359 9.97032 13.8987 9.91349 13.8494 9.86418L10.4208 6.43561C10.22 6.23477 9.89433 6.23477 9.69349 6.43561C9.49265 6.63645 9.49265 6.96208 9.69349 7.16292L12.2441 9.71355H5.25714C4.66609 9.71355 4.09924 9.47875 3.6813 9.06082C3.26337 8.64288 3.02857 8.07603 3.02857 7.48498V2.34363C3.02857 2.0596 2.79832 1.82935 2.51429 1.82935C2.23025 1.82935 2 2.0596 2 2.34363V7.48498C2 8.34883 2.34316 9.17729 2.95399 9.78813C3.56483 10.399 4.3933 10.7421 5.25714 10.7421H12.2441L9.69349 13.2928Z"
|
|
4
|
+
fill="currentColor"
|
|
5
|
+
fill-rule="evenodd"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
8
|
+
<script setup lang="ts">
|
|
9
|
+
</script>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-down-left-icon lucide-arrow-down-left">
|
|
3
|
+
<path d="M17 7 7 17"/>
|
|
4
|
+
<path d="M17 17H7V7"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.89695 4.15353C1.69232 3.94938 1.35991 3.94874 1.15449 4.1521C0.949065 4.35546 0.948424 4.68581 1.15305 4.88995L4.789 8.5173L4.79274 8.52096C4.98384 8.70783 5.24118 8.81285 5.50962 8.81285C5.77805 8.81285 6.03541 8.70785 6.22651 8.52098L8.49808 6.25481L13.211 10.9565H10.4904C10.2004 10.9565 9.96539 11.1901 9.96539 11.4783C9.96539 11.7664 10.2004 12 10.4904 12H14.475C14.765 12 15 11.7664 15 11.4783V7.5031C15 7.21495 14.765 6.98136 14.475 6.98136C14.1851 6.98136 13.95 7.21495 13.95 7.5031V10.2152L9.2187 5.49512L9.21495 5.49146C9.02386 5.30459 8.76651 5.19957 8.49808 5.19957C8.22964 5.19957 7.97228 5.30458 7.78118 5.49144L5.50962 7.75762L1.89695 4.15353Z" fill="currentColor"/>
|
|
8
|
-
</svg>
|
|
9
|
-
</template>
|
|
10
|
-
|
|
11
|
-
<style scoped>
|
|
12
|
-
|
|
13
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.89695 4.15353C1.69232 3.94938 1.35991 3.94874 1.15449 4.1521C0.949065 4.35546 0.948424 4.68581 1.15305 4.88995L4.789 8.5173L4.79274 8.52096C4.98384 8.70783 5.24118 8.81285 5.50962 8.81285C5.77805 8.81285 6.03541 8.70785 6.22651 8.52098L8.49808 6.25481L13.211 10.9565H10.4904C10.2004 10.9565 9.96539 11.1901 9.96539 11.4783C9.96539 11.7664 10.2004 12 10.4904 12H14.475C14.765 12 15 11.7664 15 11.4783V7.5031C15 7.21495 14.765 6.98136 14.475 6.98136C14.1851 6.98136 13.95 7.21495 13.95 7.5031V10.2152L9.2187 5.49512L9.21495 5.49146C9.02386 5.30459 8.76651 5.19957 8.49808 5.19957C8.22964 5.19957 7.97228 5.30458 7.78118 5.49144L5.50962 7.75762L1.89695 4.15353Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
10
|
+
|
|
11
|
+
<style scoped>
|
|
12
|
+
|
|
13
|
+
</style>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 8.4969C15 8.78505 14.765 9.01864 14.475 9.01864C14.1851 9.01864 13.95 8.78505 13.95 8.4969V5.78476L9.2187 10.5049L9.21495 10.5085C9.02386 10.6954 8.76651 10.8004 8.49808 10.8004C8.22964 10.8004 7.97228 10.6954 7.78118 10.5086L5.50962 8.24238L1.89695 11.8465C1.69232 12.0506 1.35991 12.0513 1.15449 11.8479C0.949065 11.6445 0.948424 11.3142 1.15305 11.11L4.789 7.4827L4.79274 7.47904C4.98384 7.29217 5.24118 7.18715 5.50962 7.18715C5.77805 7.18715 6.03541 7.29215 6.22651 7.47902L8.49808 9.74519L13.211 5.04348H10.4904C10.2004 5.04348 9.96539 4.80989 9.96539 4.52174C9.96539 4.23359 10.2004 4 10.4904 4H14.475C14.765 4 15 4.23359 15 4.52174V8.4969Z" fill="currentColor"/>
|
|
8
|
-
</svg>
|
|
9
|
-
|
|
10
|
-
</template>
|
|
11
|
-
|
|
12
|
-
<style scoped>
|
|
13
|
-
|
|
14
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 8.4969C15 8.78505 14.765 9.01864 14.475 9.01864C14.1851 9.01864 13.95 8.78505 13.95 8.4969V5.78476L9.2187 10.5049L9.21495 10.5085C9.02386 10.6954 8.76651 10.8004 8.49808 10.8004C8.22964 10.8004 7.97228 10.6954 7.78118 10.5086L5.50962 8.24238L1.89695 11.8465C1.69232 12.0506 1.35991 12.0513 1.15449 11.8479C0.949065 11.6445 0.948424 11.3142 1.15305 11.11L4.789 7.4827L4.79274 7.47904C4.98384 7.29217 5.24118 7.18715 5.50962 7.18715C5.77805 7.18715 6.03541 7.29215 6.22651 7.47902L8.49808 9.74519L13.211 5.04348H10.4904C10.2004 5.04348 9.96539 4.80989 9.96539 4.52174C9.96539 4.23359 10.2004 4 10.4904 4H14.475C14.765 4 15 4.23359 15 4.52174V8.4969Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<style scoped>
|
|
13
|
+
|
|
14
|
+
</style>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M8 3 4 7l4 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M4 7h16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="m16 21 4-4-4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
<path d="M20 17H4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
</svg>
|
|
8
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M8 3 4 7l4 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M4 7h16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="m16 21 4-4-4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M20 17H4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path d="M9 14.25L3.75 9L9 3.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M14.25 9H3.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
</svg>
|
|
10
|
-
</template>
|
|
11
|
-
|
|
12
|
-
<style scoped>
|
|
13
|
-
|
|
14
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path d="M9 14.25L3.75 9L9 3.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M14.25 9H3.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<style scoped>
|
|
13
|
+
|
|
14
|
+
</style>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path d="M3.125 7.5H11.875" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M7.5 3.125L11.875 7.5L7.5 11.875" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
</svg>
|
|
10
|
-
</template>
|
|
11
|
-
|
|
12
|
-
<style scoped>
|
|
13
|
-
|
|
14
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path d="M3.125 7.5H11.875" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M7.5 3.125L11.875 7.5L7.5 11.875" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<style scoped>
|
|
13
|
+
|
|
14
|
+
</style>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="41"
|
|
4
|
-
height="40"
|
|
5
|
-
viewBox="0 0 41 40"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M33.167 5H8.16699C7.50395 5 6.86807 5.26339 6.39923 5.73223C5.93038 6.20107 5.66699 6.83696 5.66699 7.5V32.5C5.66699 33.163 5.93038 33.7989 6.39923 34.2678C6.86807 34.7366 7.50395 35 8.16699 35H33.167C33.83 35 34.4659 34.7366 34.9348 34.2678C35.4036 33.7989 35.667 33.163 35.667 32.5V7.5C35.667 6.83696 35.4036 6.20107 34.9348 5.73223C34.4659 5.26339 33.83 5 33.167 5ZM33.167 7.5V23.75H28.6826C28.3545 23.7492 28.0294 23.8135 27.7263 23.9393C27.4232 24.0651 27.1481 24.2498 26.917 24.4828L23.8998 27.5H17.4342L14.417 24.4828C14.1857 24.2497 13.9103 24.0648 13.607 23.939C13.3036 23.8132 12.9782 23.749 12.6498 23.75H8.16699V7.5H33.167ZM33.167 32.5H8.16699V26.25H12.6498L15.667 29.2672C15.8983 29.5003 16.1736 29.6852 16.477 29.811C16.7804 29.9368 17.1058 30.001 17.4342 30H23.8998C24.2282 30.001 24.5536 29.9368 24.857 29.811C25.1603 29.6852 25.4357 29.5003 25.667 29.2672L28.6842 26.25H33.167V32.5ZM14.7826 19.6344C14.5481 19.3998 14.4163 19.0817 14.4163 18.75C14.4163 18.4183 14.5481 18.1002 14.7826 17.8656C15.0172 17.6311 15.3353 17.4993 15.667 17.4993C15.9987 17.4993 16.3168 17.6311 16.5514 17.8656L19.417 20.7328V11.25C19.417 10.9185 19.5487 10.6005 19.7831 10.3661C20.0175 10.1317 20.3355 10 20.667 10C20.9985 10 21.3165 10.1317 21.5509 10.3661C21.7853 10.6005 21.917 10.9185 21.917 11.25V20.7328L24.7826 17.8656C24.8988 17.7495 25.0366 17.6574 25.1884 17.5945C25.3401 17.5317 25.5027 17.4993 25.667 17.4993C25.8312 17.4993 25.9939 17.5317 26.1456 17.5945C26.2974 17.6574 26.4352 17.7495 26.5514 17.8656C26.6675 17.9818 26.7596 18.1196 26.8225 18.2714C26.8853 18.4231 26.9177 18.5858 26.9177 18.75C26.9177 18.9142 26.8853 19.0769 26.8225 19.2286C26.7596 19.3804 26.6675 19.5182 26.5514 19.6344L21.5514 24.6344C21.4353 24.7506 21.2974 24.8428 21.1457 24.9057C20.9939 24.9686 20.8313 25.001 20.667 25.001C20.5027 25.001 20.3401 24.9686 20.1883 24.9057C20.0366 24.8428 19.8987 24.7506 19.7826 24.6344L14.7826 19.6344Z"
|
|
11
|
-
fill="currentColor"
|
|
12
|
-
/>
|
|
13
|
-
</svg>
|
|
14
|
-
</template>
|
|
15
|
-
<script setup lang="ts"></script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="41"
|
|
4
|
+
height="40"
|
|
5
|
+
viewBox="0 0 41 40"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M33.167 5H8.16699C7.50395 5 6.86807 5.26339 6.39923 5.73223C5.93038 6.20107 5.66699 6.83696 5.66699 7.5V32.5C5.66699 33.163 5.93038 33.7989 6.39923 34.2678C6.86807 34.7366 7.50395 35 8.16699 35H33.167C33.83 35 34.4659 34.7366 34.9348 34.2678C35.4036 33.7989 35.667 33.163 35.667 32.5V7.5C35.667 6.83696 35.4036 6.20107 34.9348 5.73223C34.4659 5.26339 33.83 5 33.167 5ZM33.167 7.5V23.75H28.6826C28.3545 23.7492 28.0294 23.8135 27.7263 23.9393C27.4232 24.0651 27.1481 24.2498 26.917 24.4828L23.8998 27.5H17.4342L14.417 24.4828C14.1857 24.2497 13.9103 24.0648 13.607 23.939C13.3036 23.8132 12.9782 23.749 12.6498 23.75H8.16699V7.5H33.167ZM33.167 32.5H8.16699V26.25H12.6498L15.667 29.2672C15.8983 29.5003 16.1736 29.6852 16.477 29.811C16.7804 29.9368 17.1058 30.001 17.4342 30H23.8998C24.2282 30.001 24.5536 29.9368 24.857 29.811C25.1603 29.6852 25.4357 29.5003 25.667 29.2672L28.6842 26.25H33.167V32.5ZM14.7826 19.6344C14.5481 19.3998 14.4163 19.0817 14.4163 18.75C14.4163 18.4183 14.5481 18.1002 14.7826 17.8656C15.0172 17.6311 15.3353 17.4993 15.667 17.4993C15.9987 17.4993 16.3168 17.6311 16.5514 17.8656L19.417 20.7328V11.25C19.417 10.9185 19.5487 10.6005 19.7831 10.3661C20.0175 10.1317 20.3355 10 20.667 10C20.9985 10 21.3165 10.1317 21.5509 10.3661C21.7853 10.6005 21.917 10.9185 21.917 11.25V20.7328L24.7826 17.8656C24.8988 17.7495 25.0366 17.6574 25.1884 17.5945C25.3401 17.5317 25.5027 17.4993 25.667 17.4993C25.8312 17.4993 25.9939 17.5317 26.1456 17.5945C26.2974 17.6574 26.4352 17.7495 26.5514 17.8656C26.6675 17.9818 26.7596 18.1196 26.8225 18.2714C26.8853 18.4231 26.9177 18.5858 26.9177 18.75C26.9177 18.9142 26.8853 19.0769 26.8225 19.2286C26.7596 19.3804 26.6675 19.5182 26.5514 19.6344L21.5514 24.6344C21.4353 24.7506 21.2974 24.8428 21.1457 24.9057C20.9939 24.9686 20.8313 25.001 20.667 25.001C20.5027 25.001 20.3401 24.9686 20.1883 24.9057C20.0366 24.8428 19.8987 24.7506 19.7826 24.6344L14.7826 19.6344Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
15
|
+
<script setup lang="ts"></script>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.52111 2.05C2.39615 2.05 2.27631 2.09964 2.18796 2.188C2.0996 2.27636 2.04996 2.3962 2.04996 2.52116V13.4789C2.04996 13.6038 2.0996 13.7237 2.18796 13.812C2.27632 13.9004 2.39615 13.95 2.52111 13.95H13.4788C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9003 13.7237 13.95 13.6038 13.95 13.4789V8.99617C13.95 8.70622 14.185 8.47117 14.475 8.47117C14.7649 8.47117 15 8.70622 15 8.99617V13.4789C15 13.8823 14.8397 14.2692 14.5544 14.5545C14.2692 14.8398 13.8823 15 13.4788 15H2.52111C2.11768 15 1.73076 14.8398 1.44549 14.5545C1.16022 14.2692 0.999954 13.8823 0.999954 13.4789V2.52116C0.999954 2.11772 1.16022 1.73081 1.44549 1.44554C1.73076 1.16026 2.11768 1 2.52111 1H7.00381C7.29377 1 7.52882 1.23505 7.52882 1.525C7.52882 1.81495 7.29377 2.05 7.00381 2.05H2.52111ZM10.4635 1.525C10.4635 1.23505 10.6985 1 10.9885 1H14.475C14.6141 1 14.7406 1.0541 14.8345 1.14241C14.8426 1.14999 14.8504 1.15781 14.858 1.16588C14.9013 1.21199 14.9347 1.26402 14.9582 1.31925C14.9851 1.38244 15 1.45198 15 1.525V5.01155C15 5.3015 14.765 5.53655 14.475 5.53655C14.1851 5.53655 13.95 5.3015 13.95 5.01155V2.79246L8.37122 8.37125C8.16619 8.57627 7.83378 8.57627 7.62875 8.37125C7.42373 8.16622 7.42373 7.83381 7.62875 7.62878L13.2075 2.05H10.9885C10.6985 2.05 10.4635 1.81495 10.4635 1.525Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.52111 2.05C2.39615 2.05 2.27631 2.09964 2.18796 2.188C2.0996 2.27636 2.04996 2.3962 2.04996 2.52116V13.4789C2.04996 13.6038 2.0996 13.7237 2.18796 13.812C2.27632 13.9004 2.39615 13.95 2.52111 13.95H13.4788C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9003 13.7237 13.95 13.6038 13.95 13.4789V8.99617C13.95 8.70622 14.185 8.47117 14.475 8.47117C14.7649 8.47117 15 8.70622 15 8.99617V13.4789C15 13.8823 14.8397 14.2692 14.5544 14.5545C14.2692 14.8398 13.8823 15 13.4788 15H2.52111C2.11768 15 1.73076 14.8398 1.44549 14.5545C1.16022 14.2692 0.999954 13.8823 0.999954 13.4789V2.52116C0.999954 2.11772 1.16022 1.73081 1.44549 1.44554C1.73076 1.16026 2.11768 1 2.52111 1H7.00381C7.29377 1 7.52882 1.23505 7.52882 1.525C7.52882 1.81495 7.29377 2.05 7.00381 2.05H2.52111ZM10.4635 1.525C10.4635 1.23505 10.6985 1 10.9885 1H14.475C14.6141 1 14.7406 1.0541 14.8345 1.14241C14.8426 1.14999 14.8504 1.15781 14.858 1.16588C14.9013 1.21199 14.9347 1.26402 14.9582 1.31925C14.9851 1.38244 15 1.45198 15 1.525V5.01155C15 5.3015 14.765 5.53655 14.475 5.53655C14.1851 5.53655 13.95 5.3015 13.95 5.01155V2.79246L8.37122 8.37125C8.16619 8.57627 7.83378 8.57627 7.62875 8.37125C7.42373 8.16622 7.42373 7.83381 7.62875 7.62878L13.2075 2.05H10.9885C10.6985 2.05 10.4635 1.81495 10.4635 1.525Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
|
|
6
|
+
</template>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right-icon lucide-arrow-up-right">
|
|
3
|
+
<path d="M7 7h10v10"/>
|
|
4
|
+
<path d="M7 17 17 7"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path d="M8.99979 6.50003V4.00003C8.99979 3.86743 9.05247 3.74025 9.14624 3.64648C9.24 3.55271 9.36718 3.50003 9.49979 3.50003C9.6324 3.50003 9.75958 3.55271 9.85334 3.64648C9.94711 3.74025 9.99979 3.86743 9.99979 4.00003V5.29316L12.646 2.64628C12.7399 2.55246 12.8671 2.49976 12.9998 2.49976C13.1325 2.49976 13.2597 2.55246 13.3535 2.64628C13.4474 2.7401 13.5001 2.86735 13.5001 3.00003C13.5001 3.13272 13.4474 3.25996 13.3535 3.35378L10.7067 6.00003H11.9998C12.1324 6.00003 12.2596 6.05271 12.3533 6.14648C12.4471 6.24025 12.4998 6.36743 12.4998 6.50003C12.4998 6.63264 12.4471 6.75982 12.3533 6.85359C12.2596 6.94736 12.1324 7.00003 11.9998 7.00003H9.49979C9.36718 7.00003 9.24 6.94736 9.14624 6.85359C9.05247 6.75982 8.99979 6.63264 8.99979 6.50003ZM6.49979 9.00003H3.99979C3.86718 9.00003 3.74 9.05271 3.64624 9.14648C3.55247 9.24025 3.49979 9.36743 3.49979 9.50003C3.49979 9.63264 3.55247 9.75982 3.64624 9.85359C3.74 9.94736 3.86718 10 3.99979 10H5.29291L2.64604 12.6463C2.55222 12.7401 2.49951 12.8674 2.49951 13C2.49951 13.1327 2.55222 13.26 2.64604 13.3538C2.73986 13.4476 2.86711 13.5003 2.99979 13.5003C3.13247 13.5003 3.25972 13.4476 3.35354 13.3538L5.99979 10.7069V12C5.99979 12.1326 6.05247 12.2598 6.14624 12.3536C6.24 12.4474 6.36718 12.5 6.49979 12.5C6.6324 12.5 6.75957 12.4474 6.85334 12.3536C6.94711 12.2598 6.99979 12.1326 6.99979 12V9.50003C6.99979 9.36743 6.94711 9.24025 6.85334 9.14648C6.75957 9.05271 6.6324 9.00003 6.49979 9.00003ZM10.7067 10H11.9998C12.1324 10 12.2596 9.94736 12.3533 9.85359C12.4471 9.75982 12.4998 9.63264 12.4998 9.50003C12.4998 9.36743 12.4471 9.24025 12.3533 9.14648C12.2596 9.05271 12.1324 9.00003 11.9998 9.00003H9.49979C9.36718 9.00003 9.24 9.05271 9.14624 9.14648C9.05247 9.24025 8.99979 9.36743 8.99979 9.50003V12C8.99979 12.1326 9.05247 12.2598 9.14624 12.3536C9.24 12.4474 9.36718 12.5 9.49979 12.5C9.6324 12.5 9.75958 12.4474 9.85334 12.3536C9.94711 12.2598 9.99979 12.1326 9.99979 12V10.7069L12.646 13.3538C12.6925 13.4002 12.7476 13.4371 12.8083 13.4622C12.869 13.4874 12.9341 13.5003 12.9998 13.5003C13.0655 13.5003 13.1305 13.4874 13.1912 13.4622C13.2519 13.4371 13.3071 13.4002 13.3535 13.3538C13.4 13.3073 13.4368 13.2522 13.462 13.1915C13.4871 13.1308 13.5001 13.0657 13.5001 13C13.5001 12.9343 13.4871 12.8693 13.462 12.8086C13.4368 12.7479 13.4 12.6927 13.3535 12.6463L10.7067 10ZM6.49979 3.50003C6.36718 3.50003 6.24 3.55271 6.14624 3.64648C6.05247 3.74025 5.99979 3.86743 5.99979 4.00003V5.29316L3.35354 2.64628C3.25972 2.55246 3.13247 2.49976 2.99979 2.49976C2.86711 2.49976 2.73986 2.55246 2.64604 2.64628C2.55222 2.7401 2.49951 2.86735 2.49951 3.00003C2.49951 3.13272 2.55222 3.25996 2.64604 3.35378L5.29291 6.00003H3.99979C3.86718 6.00003 3.74 6.05271 3.64624 6.14648C3.55247 6.24025 3.49979 6.36743 3.49979 6.50003C3.49979 6.63264 3.55247 6.75982 3.64624 6.85359C3.74 6.94736 3.86718 7.00003 3.99979 7.00003H6.49979C6.6324 7.00003 6.75957 6.94736 6.85334 6.85359C6.94711 6.75982 6.99979 6.63264 6.99979 6.50003V4.00003C6.99979 3.86743 6.94711 3.74025 6.85334 3.64648C6.75957 3.55271 6.6324 3.50003 6.49979 3.50003Z" fill="currentColor" />
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path d="M8.99979 6.50003V4.00003C8.99979 3.86743 9.05247 3.74025 9.14624 3.64648C9.24 3.55271 9.36718 3.50003 9.49979 3.50003C9.6324 3.50003 9.75958 3.55271 9.85334 3.64648C9.94711 3.74025 9.99979 3.86743 9.99979 4.00003V5.29316L12.646 2.64628C12.7399 2.55246 12.8671 2.49976 12.9998 2.49976C13.1325 2.49976 13.2597 2.55246 13.3535 2.64628C13.4474 2.7401 13.5001 2.86735 13.5001 3.00003C13.5001 3.13272 13.4474 3.25996 13.3535 3.35378L10.7067 6.00003H11.9998C12.1324 6.00003 12.2596 6.05271 12.3533 6.14648C12.4471 6.24025 12.4998 6.36743 12.4998 6.50003C12.4998 6.63264 12.4471 6.75982 12.3533 6.85359C12.2596 6.94736 12.1324 7.00003 11.9998 7.00003H9.49979C9.36718 7.00003 9.24 6.94736 9.14624 6.85359C9.05247 6.75982 8.99979 6.63264 8.99979 6.50003ZM6.49979 9.00003H3.99979C3.86718 9.00003 3.74 9.05271 3.64624 9.14648C3.55247 9.24025 3.49979 9.36743 3.49979 9.50003C3.49979 9.63264 3.55247 9.75982 3.64624 9.85359C3.74 9.94736 3.86718 10 3.99979 10H5.29291L2.64604 12.6463C2.55222 12.7401 2.49951 12.8674 2.49951 13C2.49951 13.1327 2.55222 13.26 2.64604 13.3538C2.73986 13.4476 2.86711 13.5003 2.99979 13.5003C3.13247 13.5003 3.25972 13.4476 3.35354 13.3538L5.99979 10.7069V12C5.99979 12.1326 6.05247 12.2598 6.14624 12.3536C6.24 12.4474 6.36718 12.5 6.49979 12.5C6.6324 12.5 6.75957 12.4474 6.85334 12.3536C6.94711 12.2598 6.99979 12.1326 6.99979 12V9.50003C6.99979 9.36743 6.94711 9.24025 6.85334 9.14648C6.75957 9.05271 6.6324 9.00003 6.49979 9.00003ZM10.7067 10H11.9998C12.1324 10 12.2596 9.94736 12.3533 9.85359C12.4471 9.75982 12.4998 9.63264 12.4998 9.50003C12.4998 9.36743 12.4471 9.24025 12.3533 9.14648C12.2596 9.05271 12.1324 9.00003 11.9998 9.00003H9.49979C9.36718 9.00003 9.24 9.05271 9.14624 9.14648C9.05247 9.24025 8.99979 9.36743 8.99979 9.50003V12C8.99979 12.1326 9.05247 12.2598 9.14624 12.3536C9.24 12.4474 9.36718 12.5 9.49979 12.5C9.6324 12.5 9.75958 12.4474 9.85334 12.3536C9.94711 12.2598 9.99979 12.1326 9.99979 12V10.7069L12.646 13.3538C12.6925 13.4002 12.7476 13.4371 12.8083 13.4622C12.869 13.4874 12.9341 13.5003 12.9998 13.5003C13.0655 13.5003 13.1305 13.4874 13.1912 13.4622C13.2519 13.4371 13.3071 13.4002 13.3535 13.3538C13.4 13.3073 13.4368 13.2522 13.462 13.1915C13.4871 13.1308 13.5001 13.0657 13.5001 13C13.5001 12.9343 13.4871 12.8693 13.462 12.8086C13.4368 12.7479 13.4 12.6927 13.3535 12.6463L10.7067 10ZM6.49979 3.50003C6.36718 3.50003 6.24 3.55271 6.14624 3.64648C6.05247 3.74025 5.99979 3.86743 5.99979 4.00003V5.29316L3.35354 2.64628C3.25972 2.55246 3.13247 2.49976 2.99979 2.49976C2.86711 2.49976 2.73986 2.55246 2.64604 2.64628C2.55222 2.7401 2.49951 2.86735 2.49951 3.00003C2.49951 3.13272 2.55222 3.25996 2.64604 3.35378L5.29291 6.00003H3.99979C3.86718 6.00003 3.74 6.05271 3.64624 6.14648C3.55247 6.24025 3.49979 6.36743 3.49979 6.50003C3.49979 6.63264 3.55247 6.75982 3.64624 6.85359C3.74 6.94736 3.86718 7.00003 3.99979 7.00003H6.49979C6.6324 7.00003 6.75957 6.94736 6.85334 6.85359C6.94711 6.75982 6.99979 6.63264 6.99979 6.50003V4.00003C6.99979 3.86743 6.94711 3.74025 6.85334 3.64648C6.75957 3.55271 6.6324 3.50003 6.49979 3.50003Z" fill="currentColor" />
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path d="M13.5 3V6C13.5 6.13261 13.4473 6.25979 13.3536 6.35355C13.2598 6.44732 13.1326 6.5 13 6.5C12.8674 6.5 12.7402 6.44732 12.6464 6.35355C12.5527 6.25979 12.5 6.13261 12.5 6V4.20687L9.85375 6.85375C9.75993 6.94757 9.63268 7.00028 9.5 7.00028C9.36732 7.00028 9.24007 6.94757 9.14625 6.85375C9.05243 6.75993 8.99972 6.63268 8.99972 6.5C8.99972 6.36732 9.05243 6.24007 9.14625 6.14625L11.7931 3.5H10C9.86739 3.5 9.74021 3.44732 9.64645 3.35355C9.55268 3.25979 9.5 3.13261 9.5 3C9.5 2.86739 9.55268 2.74021 9.64645 2.64645C9.74021 2.55268 9.86739 2.5 10 2.5H13C13.1326 2.5 13.2598 2.55268 13.3536 2.64645C13.4473 2.74021 13.5 2.86739 13.5 3ZM6.14625 9.14625L3.5 11.7931V10C3.5 9.86739 3.44732 9.74021 3.35355 9.64645C3.25979 9.55268 3.13261 9.5 3 9.5C2.86739 9.5 2.74021 9.55268 2.64645 9.64645C2.55268 9.74021 2.5 9.86739 2.5 10V13C2.5 13.1326 2.55268 13.2598 2.64645 13.3536C2.74021 13.4473 2.86739 13.5 3 13.5H6C6.13261 13.5 6.25979 13.4473 6.35355 13.3536C6.44732 13.2598 6.5 13.1326 6.5 13C6.5 12.8674 6.44732 12.7402 6.35355 12.6464C6.25979 12.5527 6.13261 12.5 6 12.5H4.20687L6.85375 9.85375C6.94757 9.75993 7.00028 9.63268 7.00028 9.5C7.00028 9.36732 6.94757 9.24007 6.85375 9.14625C6.75993 9.05243 6.63268 8.99972 6.5 8.99972C6.36732 8.99972 6.24007 9.05243 6.14625 9.14625ZM13 9.5C12.8674 9.5 12.7402 9.55268 12.6464 9.64645C12.5527 9.74021 12.5 9.86739 12.5 10V11.7931L9.85375 9.14625C9.75993 9.05243 9.63268 8.99972 9.5 8.99972C9.36732 8.99972 9.24007 9.05243 9.14625 9.14625C9.05243 9.24007 8.99972 9.36732 8.99972 9.5C8.99972 9.63268 9.05243 9.75993 9.14625 9.85375L11.7931 12.5H10C9.86739 12.5 9.74021 12.5527 9.64645 12.6464C9.55268 12.7402 9.5 12.8674 9.5 13C9.5 13.1326 9.55268 13.2598 9.64645 13.3536C9.74021 13.4473 9.86739 13.5 10 13.5H13C13.1326 13.5 13.2598 13.4473 13.3536 13.3536C13.4473 13.2598 13.5 13.1326 13.5 13V10C13.5 9.86739 13.4473 9.74021 13.3536 9.64645C13.2598 9.55268 13.1326 9.5 13 9.5ZM4.20687 3.5H6C6.13261 3.5 6.25979 3.44732 6.35355 3.35355C6.44732 3.25979 6.5 3.13261 6.5 3C6.5 2.86739 6.44732 2.74021 6.35355 2.64645C6.25979 2.55268 6.13261 2.5 6 2.5H3C2.86739 2.5 2.74021 2.55268 2.64645 2.64645C2.55268 2.74021 2.5 2.86739 2.5 3V6C2.5 6.13261 2.55268 6.25979 2.64645 6.35355C2.74021 6.44732 2.86739 6.5 3 6.5C3.13261 6.5 3.25979 6.44732 3.35355 6.35355C3.44732 6.25979 3.5 6.13261 3.5 6V4.20687L6.14625 6.85375C6.24007 6.94757 6.36732 7.00028 6.5 7.00028C6.63268 7.00028 6.75993 6.94757 6.85375 6.85375C6.94757 6.75993 7.00028 6.63268 7.00028 6.5C7.00028 6.36732 6.94757 6.24007 6.85375 6.14625L4.20687 3.5Z" fill="currentColor" />
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path d="M13.5 3V6C13.5 6.13261 13.4473 6.25979 13.3536 6.35355C13.2598 6.44732 13.1326 6.5 13 6.5C12.8674 6.5 12.7402 6.44732 12.6464 6.35355C12.5527 6.25979 12.5 6.13261 12.5 6V4.20687L9.85375 6.85375C9.75993 6.94757 9.63268 7.00028 9.5 7.00028C9.36732 7.00028 9.24007 6.94757 9.14625 6.85375C9.05243 6.75993 8.99972 6.63268 8.99972 6.5C8.99972 6.36732 9.05243 6.24007 9.14625 6.14625L11.7931 3.5H10C9.86739 3.5 9.74021 3.44732 9.64645 3.35355C9.55268 3.25979 9.5 3.13261 9.5 3C9.5 2.86739 9.55268 2.74021 9.64645 2.64645C9.74021 2.55268 9.86739 2.5 10 2.5H13C13.1326 2.5 13.2598 2.55268 13.3536 2.64645C13.4473 2.74021 13.5 2.86739 13.5 3ZM6.14625 9.14625L3.5 11.7931V10C3.5 9.86739 3.44732 9.74021 3.35355 9.64645C3.25979 9.55268 3.13261 9.5 3 9.5C2.86739 9.5 2.74021 9.55268 2.64645 9.64645C2.55268 9.74021 2.5 9.86739 2.5 10V13C2.5 13.1326 2.55268 13.2598 2.64645 13.3536C2.74021 13.4473 2.86739 13.5 3 13.5H6C6.13261 13.5 6.25979 13.4473 6.35355 13.3536C6.44732 13.2598 6.5 13.1326 6.5 13C6.5 12.8674 6.44732 12.7402 6.35355 12.6464C6.25979 12.5527 6.13261 12.5 6 12.5H4.20687L6.85375 9.85375C6.94757 9.75993 7.00028 9.63268 7.00028 9.5C7.00028 9.36732 6.94757 9.24007 6.85375 9.14625C6.75993 9.05243 6.63268 8.99972 6.5 8.99972C6.36732 8.99972 6.24007 9.05243 6.14625 9.14625ZM13 9.5C12.8674 9.5 12.7402 9.55268 12.6464 9.64645C12.5527 9.74021 12.5 9.86739 12.5 10V11.7931L9.85375 9.14625C9.75993 9.05243 9.63268 8.99972 9.5 8.99972C9.36732 8.99972 9.24007 9.05243 9.14625 9.14625C9.05243 9.24007 8.99972 9.36732 8.99972 9.5C8.99972 9.63268 9.05243 9.75993 9.14625 9.85375L11.7931 12.5H10C9.86739 12.5 9.74021 12.5527 9.64645 12.6464C9.55268 12.7402 9.5 12.8674 9.5 13C9.5 13.1326 9.55268 13.2598 9.64645 13.3536C9.74021 13.4473 9.86739 13.5 10 13.5H13C13.1326 13.5 13.2598 13.4473 13.3536 13.3536C13.4473 13.2598 13.5 13.1326 13.5 13V10C13.5 9.86739 13.4473 9.74021 13.3536 9.64645C13.2598 9.55268 13.1326 9.5 13 9.5ZM4.20687 3.5H6C6.13261 3.5 6.25979 3.44732 6.35355 3.35355C6.44732 3.25979 6.5 3.13261 6.5 3C6.5 2.86739 6.44732 2.74021 6.35355 2.64645C6.25979 2.55268 6.13261 2.5 6 2.5H3C2.86739 2.5 2.74021 2.55268 2.64645 2.64645C2.55268 2.74021 2.5 2.86739 2.5 3V6C2.5 6.13261 2.55268 6.25979 2.64645 6.35355C2.74021 6.44732 2.86739 6.5 3 6.5C3.13261 6.5 3.25979 6.44732 3.35355 6.35355C3.44732 6.25979 3.5 6.13261 3.5 6V4.20687L6.14625 6.85375C6.24007 6.94757 6.36732 7.00028 6.5 7.00028C6.63268 7.00028 6.75993 6.94757 6.85375 6.85375C6.94757 6.75993 7.00028 6.63268 7.00028 6.5C7.00028 6.36732 6.94757 6.24007 6.85375 6.14625L4.20687 3.5Z" fill="currentColor" />
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M9.3335 6.66667L14.0002 2"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
stroke-width="1.16667"
|
|
13
|
-
stroke-linecap="round"
|
|
14
|
-
stroke-linejoin="round"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M13.3335 6.66663H9.3335V2.66663"
|
|
18
|
-
stroke="currentColor"
|
|
19
|
-
stroke-width="1.16667"
|
|
20
|
-
stroke-linecap="round"
|
|
21
|
-
stroke-linejoin="round"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M2 14L6.66667 9.33337"
|
|
25
|
-
stroke="currentColor"
|
|
26
|
-
stroke-width="1.16667"
|
|
27
|
-
stroke-linecap="round"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M2.6665 9.33337H6.6665V13.3334"
|
|
32
|
-
stroke="currentColor"
|
|
33
|
-
stroke-width="1.16667"
|
|
34
|
-
stroke-linecap="round"
|
|
35
|
-
stroke-linejoin="round"
|
|
36
|
-
/>
|
|
37
|
-
</svg>
|
|
38
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M9.3335 6.66667L14.0002 2"
|
|
11
|
+
stroke="currentColor"
|
|
12
|
+
stroke-width="1.16667"
|
|
13
|
+
stroke-linecap="round"
|
|
14
|
+
stroke-linejoin="round"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M13.3335 6.66663H9.3335V2.66663"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
stroke-width="1.16667"
|
|
20
|
+
stroke-linecap="round"
|
|
21
|
+
stroke-linejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M2 14L6.66667 9.33337"
|
|
25
|
+
stroke="currentColor"
|
|
26
|
+
stroke-width="1.16667"
|
|
27
|
+
stroke-linecap="round"
|
|
28
|
+
stroke-linejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M2.6665 9.33337H6.6665V13.3334"
|
|
32
|
+
stroke="currentColor"
|
|
33
|
+
stroke-width="1.16667"
|
|
34
|
+
stroke-linecap="round"
|
|
35
|
+
stroke-linejoin="round"
|
|
36
|
+
/>
|
|
37
|
+
</svg>
|
|
38
|
+
</template>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M14 6V2H10M14 2L9.33333 6.66667M2 10V14H6M2 14L6.66667 9.33333"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
stroke-width="1.33333"
|
|
13
|
-
stroke-linecap="round"
|
|
14
|
-
stroke-linejoin="round"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M14 6V2H10M14 2L9.33333 6.66667M2 10V14H6M2 14L6.66667 9.33333"
|
|
11
|
+
stroke="currentColor"
|
|
12
|
+
stroke-width="1.33333"
|
|
13
|
+
stroke-linecap="round"
|
|
14
|
+
stroke-linejoin="round"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path class="fill-icon-secondary" d="M5.83494 6.75C6.79719 5.08333 9.20281 5.08333 10.1651 6.75C11.1273 8.41667 9.9245 10.5 8 10.5C6.0755 10.5 4.87269 8.41667 5.83494 6.75Z"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path class="fill-icon-secondary" d="M5.83494 6.75C6.79719 5.08333 9.20281 5.08333 10.1651 6.75C11.1273 8.41667 9.9245 10.5 8 10.5C6.0755 10.5 4.87269 8.41667 5.83494 6.75Z"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path class="fill-icon-success" d="M8 4L12.3301 11.5H3.66987L8 4Z"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path class="fill-icon-success" d="M8 4L12.3301 11.5H3.66987L8 4Z"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path class="fill-icon-danger" d="M8 12L12.3301 4.5H3.66987L8 12Z"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path class="fill-icon-danger" d="M8 12L12.3301 4.5H3.66987L8 12Z"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/arrow-side-up.vue
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 4.5C4.83579 4.5 4.5 4.83579 4.5 5.25C4.5 5.66421 4.83579 6 5.25 6L16.9393 6L4.71967 18.2197C4.42678 18.5126 4.42678 18.9874 4.71967 19.2803C5.01256 19.5732 5.48744 19.5732 5.78033 19.2803L18 7.06066V18.75C18 19.1642 18.3358 19.5 18.75 19.5C19.1642 19.5 19.5 19.1642 19.5 18.75V5.25C19.5 5.04538 19.4181 4.85991 19.2852 4.72459C19.282 4.72129 19.2787 4.71803 19.2754 4.7148C19.2047 4.64531 19.1235 4.59268 19.0371 4.55691C18.9487 4.52024 18.8517 4.5 18.75 4.5H5.25Z"
|
|
4
|
-
fill="currentColor"/>
|
|
5
|
-
</svg>
|
|
6
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 4.5C4.83579 4.5 4.5 4.83579 4.5 5.25C4.5 5.66421 4.83579 6 5.25 6L16.9393 6L4.71967 18.2197C4.42678 18.5126 4.42678 18.9874 4.71967 19.2803C5.01256 19.5732 5.48744 19.5732 5.78033 19.2803L18 7.06066V18.75C18 19.1642 18.3358 19.5 18.75 19.5C19.1642 19.5 19.5 19.1642 19.5 18.75V5.25C19.5 5.04538 19.4181 4.85991 19.2852 4.72459C19.282 4.72129 19.2787 4.71803 19.2754 4.7148C19.2047 4.64531 19.1235 4.59268 19.0371 4.55691C18.9487 4.52024 18.8517 4.5 18.75 4.5H5.25Z"
|
|
4
|
+
fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|