maz-ui 3.11.3 → 3.12.0
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/components/MazAvatar.d.ts +154 -0
- package/components/MazBackdrop.d.ts +91 -0
- package/components/MazBadge.d.ts +73 -0
- package/components/MazBottomSheet.d.ts +36 -0
- package/components/MazBtn.d.ts +195 -0
- package/components/MazCard.d.ts +194 -0
- package/components/MazCarousel.d.ts +24 -0
- package/components/MazChart.d.ts +95 -0
- package/components/MazCheckbox.d.ts +52 -0
- package/components/MazDialog.d.ts +91 -0
- package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +30 -0
- package/components/MazDialogPromise.d.ts +72 -0
- package/components/MazDrawer.d.ts +69 -0
- package/components/MazDropzone.d.ts +128 -0
- package/components/MazGallery.d.ts +125 -0
- package/components/MazIcon.d.ts +64 -0
- package/components/MazInput.d.ts +271 -0
- package/components/MazInputNumber.d.ts +65 -0
- package/components/MazInputPrice.d.ts +69 -0
- package/components/MazInputTags.d.ts +92 -0
- package/components/MazLazyImg.d.ts +77 -0
- package/components/MazPhoneNumberInput/constantes/locales.d.ts +12 -0
- package/components/MazPhoneNumberInput/types.d.ts +21 -0
- package/components/MazPhoneNumberInput/utils/countries-name-list-by-iso-code.d.ts +2 -0
- package/components/MazPhoneNumberInput/utils/index.d.ts +12 -0
- package/components/MazPhoneNumberInput.d.ts +251 -0
- package/components/MazPicker/MazPickerCalendar.vue.d.ts +135 -0
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +20 -0
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +112 -0
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +122 -0
- package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +36 -0
- package/components/MazPicker/MazPickerContainer.vue.d.ts +210 -0
- package/components/MazPicker/MazPickerFooter.vue.d.ts +16 -0
- package/components/MazPicker/MazPickerHeader.vue.d.ts +82 -0
- package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +41 -0
- package/components/MazPicker/MazPickerShortcuts.vue.d.ts +60 -0
- package/components/MazPicker/MazPickerTime.vue.d.ts +127 -0
- package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +33 -0
- package/components/MazPicker/types.d.ts +15 -0
- package/components/MazPicker/utils.d.ts +54 -0
- package/components/MazPicker.d.ts +309 -0
- package/components/MazRadioButtons.d.ts +77 -0
- package/components/MazSelect.d.ts +184 -0
- package/components/MazSlider/utils.d.ts +15 -0
- package/components/MazSlider.d.ts +92 -0
- package/components/MazSpinner.d.ts +26 -0
- package/components/MazStepper.d.ts +112 -0
- package/components/MazSwitch.d.ts +54 -0
- package/components/MazTabs.d.ts +28 -0
- package/components/MazTabsBar.d.ts +55 -0
- package/components/MazTabsContent.d.ts +9 -0
- package/components/MazTabsContentItem.d.ts +19 -0
- package/components/MazTextarea/textarea-autogrow.d.ts +9 -0
- package/components/MazTextarea.d.ts +121 -0
- package/components/MazTransitionExpand.d.ts +9 -0
- package/components/component-list.d.ts +1 -0
- package/components/index.d.ts +35 -0
- package/components/types.d.ts +17 -0
- package/icons/academic-cap.svg +5 -0
- package/icons/adjustments-horizontal.svg +5 -0
- package/icons/adjustments-vertical.svg +5 -0
- package/icons/archive-box-arrow-down.svg +5 -0
- package/icons/archive-box-x-mark.svg +5 -0
- package/icons/archive-box.svg +5 -0
- package/icons/arrow-down-circle.svg +5 -0
- package/icons/arrow-down-left.svg +4 -0
- package/icons/arrow-down-on-square-stack.svg +5 -0
- package/icons/arrow-down-on-square.svg +5 -0
- package/icons/arrow-down-right.svg +4 -0
- package/icons/arrow-down-tray.svg +5 -0
- package/icons/arrow-down.svg +4 -0
- package/icons/arrow-left-circle.svg +5 -0
- package/icons/arrow-left-on-rectangle.svg +5 -0
- package/icons/arrow-left.svg +4 -0
- package/icons/arrow-long-down.svg +4 -0
- package/icons/arrow-long-left.svg +4 -0
- package/icons/arrow-long-right.svg +4 -0
- package/icons/arrow-long-up.svg +4 -0
- package/icons/arrow-path-rounded-square.svg +5 -0
- package/icons/arrow-path.svg +5 -0
- package/icons/arrow-right-circle.svg +5 -0
- package/icons/arrow-right-on-rectangle.svg +5 -0
- package/icons/arrow-right.svg +4 -0
- package/icons/arrow-small-down.svg +4 -0
- package/icons/arrow-small-left.svg +4 -0
- package/icons/arrow-small-right.svg +4 -0
- package/icons/arrow-small-up.svg +4 -0
- package/icons/arrow-top-right-on-square.svg +5 -0
- package/icons/arrow-trending-down.svg +5 -0
- package/icons/arrow-trending-up.svg +5 -0
- package/icons/arrow-up-circle.svg +5 -0
- package/icons/arrow-up-left.svg +4 -0
- package/icons/arrow-up-on-square-stack.svg +5 -0
- package/icons/arrow-up-on-square.svg +5 -0
- package/icons/arrow-up-right.svg +4 -0
- package/icons/arrow-up-tray.svg +5 -0
- package/icons/arrow-up.svg +4 -0
- package/icons/arrow-uturn-down.svg +4 -0
- package/icons/arrow-uturn-left.svg +4 -0
- package/icons/arrow-uturn-right.svg +4 -0
- package/icons/arrow-uturn-up.svg +4 -0
- package/icons/arrows-pointing-in.svg +5 -0
- package/icons/arrows-pointing-out.svg +5 -0
- package/icons/arrows-right-left.svg +4 -0
- package/icons/arrows-up-down.svg +4 -0
- package/icons/at-symbol.svg +5 -0
- package/icons/backspace.svg +5 -0
- package/icons/backward.svg +8 -0
- package/icons/banknotes.svg +5 -0
- package/icons/bars-2.svg +4 -0
- package/icons/bars-3-bottom-left.svg +4 -0
- package/icons/bars-3-bottom-right.svg +4 -0
- package/icons/bars-3-center-left.svg +4 -0
- package/icons/bars-3.svg +4 -0
- package/icons/bars-4.svg +4 -0
- package/icons/bars-arrow-down.svg +4 -0
- package/icons/bars-arrow-up.svg +4 -0
- package/icons/battery-0.svg +5 -0
- package/icons/battery-100.svg +5 -0
- package/icons/battery-50.svg +5 -0
- package/icons/beaker.svg +5 -0
- package/icons/bell-alert.svg +5 -0
- package/icons/bell-slash.svg +5 -0
- package/icons/bell-snooze.svg +5 -0
- package/icons/bell.svg +5 -0
- package/icons/bolt-slash.svg +5 -0
- package/icons/bolt.svg +4 -0
- package/icons/book-open.svg +5 -0
- package/icons/bookmark-slash.svg +5 -0
- package/icons/bookmark-square.svg +5 -0
- package/icons/bookmark.svg +5 -0
- package/icons/briefcase.svg +7 -0
- package/icons/bug-ant.svg +5 -0
- package/icons/building-library.svg +5 -0
- package/icons/building-office-2.svg +5 -0
- package/icons/building-office.svg +5 -0
- package/icons/building-storefront.svg +5 -0
- package/icons/cake.svg +5 -0
- package/icons/calculator.svg +5 -0
- package/icons/calendar-days.svg +5 -0
- package/icons/calendar.svg +5 -0
- package/icons/camera.svg +10 -0
- package/icons/chart-bar-square.svg +5 -0
- package/icons/chart-bar.svg +11 -0
- package/icons/chart-pie.svg +6 -0
- package/icons/chat-bubble-bottom-center-text.svg +5 -0
- package/icons/chat-bubble-bottom-center.svg +5 -0
- package/icons/chat-bubble-left-ellipsis.svg +5 -0
- package/icons/chat-bubble-left-right.svg +5 -0
- package/icons/chat-bubble-left.svg +5 -0
- package/icons/chat-bubble-oval-left-ellipsis.svg +5 -0
- package/icons/chat-bubble-oval-left.svg +5 -0
- package/icons/check-badge.svg +5 -0
- package/icons/check-circle.svg +5 -0
- package/icons/check.svg +4 -0
- package/icons/chevron-double-down.svg +4 -0
- package/icons/chevron-double-left.svg +4 -0
- package/icons/chevron-double-right.svg +4 -0
- package/icons/chevron-double-up.svg +4 -0
- package/icons/chevron-down.svg +4 -0
- package/icons/chevron-left.svg +4 -0
- package/icons/chevron-right.svg +4 -0
- package/icons/chevron-up-down.svg +4 -0
- package/icons/chevron-up.svg +4 -0
- package/icons/circle-stack.svg +5 -0
- package/icons/clipboard-document-check.svg +5 -0
- package/icons/clipboard-document-list.svg +5 -0
- package/icons/clipboard-document.svg +5 -0
- package/icons/clipboard.svg +5 -0
- package/icons/clock.svg +5 -0
- package/icons/cloud-arrow-down.svg +5 -0
- package/icons/cloud-arrow-up.svg +5 -0
- package/icons/cloud.svg +5 -0
- package/icons/code-bracket-square.svg +5 -0
- package/icons/code-bracket.svg +4 -0
- package/icons/cog-6-tooth.svg +8 -0
- package/icons/cog-8-tooth.svg +8 -0
- package/icons/cog.svg +5 -0
- package/icons/command-line.svg +5 -0
- package/icons/computer-desktop.svg +5 -0
- package/icons/cpu-chip.svg +5 -0
- package/icons/credit-card.svg +5 -0
- package/icons/cube-transparent.svg +5 -0
- package/icons/cube.svg +4 -0
- package/icons/currency-bangladeshi.svg +5 -0
- package/icons/currency-dollar.svg +5 -0
- package/icons/currency-euro.svg +5 -0
- package/icons/currency-pound.svg +5 -0
- package/icons/currency-rupee.svg +5 -0
- package/icons/currency-yen.svg +5 -0
- package/icons/cursor-arrow-rays.svg +5 -0
- package/icons/cursor-arrow-ripple.svg +5 -0
- package/icons/device-phone-mobile.svg +5 -0
- package/icons/device-tablet.svg +5 -0
- package/icons/document-arrow-down.svg +5 -0
- package/icons/document-arrow-up.svg +5 -0
- package/icons/document-chart-bar.svg +5 -0
- package/icons/document-check.svg +5 -0
- package/icons/document-duplicate.svg +5 -0
- package/icons/document-magnifying-glass.svg +5 -0
- package/icons/document-minus.svg +5 -0
- package/icons/document-plus.svg +5 -0
- package/icons/document-text.svg +5 -0
- package/icons/document.svg +5 -0
- package/icons/ellipsis-horizontal-circle.svg +5 -0
- package/icons/ellipsis-horizontal.svg +11 -0
- package/icons/ellipsis-vertical.svg +11 -0
- package/icons/envelope-open.svg +5 -0
- package/icons/envelope.svg +5 -0
- package/icons/exclamation-circle.svg +5 -0
- package/icons/exclamation-triangle.svg +5 -0
- package/icons/eye-dropper.svg +5 -0
- package/icons/eye-slash.svg +5 -0
- package/icons/eye.svg +8 -0
- package/icons/face-frown.svg +5 -0
- package/icons/face-smile.svg +5 -0
- package/icons/film.svg +5 -0
- package/icons/finger-print.svg +5 -0
- package/icons/fire.svg +8 -0
- package/icons/flag.svg +5 -0
- package/icons/folder-arrow-down.svg +5 -0
- package/icons/folder-minus.svg +5 -0
- package/icons/folder-open.svg +5 -0
- package/icons/folder-plus.svg +5 -0
- package/icons/folder.svg +5 -0
- package/icons/fork.svg +6 -0
- package/icons/forward.svg +8 -0
- package/icons/funnel.svg +5 -0
- package/icons/gif.svg +5 -0
- package/icons/gift-top.svg +5 -0
- package/icons/gift.svg +5 -0
- package/icons/github.svg +5 -0
- package/icons/globe-alt.svg +5 -0
- package/icons/globe-americas.svg +5 -0
- package/icons/globe-asia-australia.svg +5 -0
- package/icons/globe-europe-africa.svg +5 -0
- package/icons/hand-raised.svg +5 -0
- package/icons/hand-thumb-down.svg +5 -0
- package/icons/hand-thumb-up.svg +5 -0
- package/icons/hashtag.svg +4 -0
- package/icons/heart.svg +5 -0
- package/icons/home-modern.svg +5 -0
- package/icons/home.svg +5 -0
- package/icons/identification.svg +5 -0
- package/icons/inbox-arrow-down.svg +5 -0
- package/icons/inbox-stack.svg +5 -0
- package/icons/inbox.svg +5 -0
- package/icons/information-circle.svg +5 -0
- package/icons/key.svg +5 -0
- package/icons/language.svg +5 -0
- package/icons/lifebuoy.svg +5 -0
- package/icons/light-bulb.svg +5 -0
- package/icons/link.svg +5 -0
- package/icons/list-bullet.svg +5 -0
- package/icons/lock-closed.svg +5 -0
- package/icons/lock-open.svg +5 -0
- package/icons/magnifying-glass-circle.svg +5 -0
- package/icons/magnifying-glass-minus.svg +5 -0
- package/icons/magnifying-glass-plus.svg +5 -0
- package/icons/magnifying-glass.svg +5 -0
- package/icons/map-pin.svg +8 -0
- package/icons/map.svg +5 -0
- package/icons/megaphone.svg +5 -0
- package/icons/microphone.svg +5 -0
- package/icons/minus-circle.svg +5 -0
- package/icons/minus-small.svg +3 -0
- package/icons/minus.svg +3 -0
- package/icons/moon.svg +5 -0
- package/icons/musical-note.svg +5 -0
- package/icons/newspaper.svg +5 -0
- package/icons/no-photography.svg +10 -0
- package/icons/no-symbol.svg +5 -0
- package/icons/paint-brush.svg +5 -0
- package/icons/paper-airplane.svg +5 -0
- package/icons/paper-clip.svg +5 -0
- package/icons/pause-circle.svg +5 -0
- package/icons/pause.svg +4 -0
- package/icons/pencil-square.svg +5 -0
- package/icons/pencil.svg +5 -0
- package/icons/phone-arrow-down-left.svg +5 -0
- package/icons/phone-arrow-up-right.svg +5 -0
- package/icons/phone-x-mark.svg +5 -0
- package/icons/phone.svg +5 -0
- package/icons/photo.svg +5 -0
- package/icons/play-circle.svg +8 -0
- package/icons/play-pause.svg +5 -0
- package/icons/play.svg +5 -0
- package/icons/plus-circle.svg +5 -0
- package/icons/plus-small.svg +4 -0
- package/icons/plus.svg +4 -0
- package/icons/power.svg +5 -0
- package/icons/presentation-chart-bar.svg +5 -0
- package/icons/presentation-chart-line.svg +5 -0
- package/icons/printer.svg +5 -0
- package/icons/puzzle-piece.svg +5 -0
- package/icons/qr-code.svg +27 -0
- package/icons/question-mark-circle.svg +5 -0
- package/icons/queue-list.svg +5 -0
- package/icons/radio.svg +5 -0
- package/icons/receipt-percent.svg +5 -0
- package/icons/receipt-refund.svg +5 -0
- package/icons/rectangle-group.svg +11 -0
- package/icons/rectangle-stack.svg +5 -0
- package/icons/rocket-launch.svg +5 -0
- package/icons/rss.svg +5 -0
- package/icons/scale.svg +5 -0
- package/icons/scissors.svg +5 -0
- package/icons/server-stack.svg +5 -0
- package/icons/server.svg +5 -0
- package/icons/share.svg +5 -0
- package/icons/shield-check.svg +5 -0
- package/icons/shield-exclamation.svg +5 -0
- package/icons/shopping-bag.svg +5 -0
- package/icons/shopping-cart.svg +5 -0
- package/icons/signal-slash.svg +5 -0
- package/icons/signal.svg +5 -0
- package/icons/sparkles.svg +11 -0
- package/icons/speaker-wave.svg +5 -0
- package/icons/speaker-x-mark.svg +5 -0
- package/icons/square-2-stack.svg +5 -0
- package/icons/square-3-stack-3d.svg +5 -0
- package/icons/squares-2x2.svg +14 -0
- package/icons/squares-plus.svg +5 -0
- package/icons/star.svg +5 -0
- package/icons/stop-circle.svg +8 -0
- package/icons/stop.svg +5 -0
- package/icons/sun.svg +5 -0
- package/icons/swatch.svg +5 -0
- package/icons/table-cells.svg +5 -0
- package/icons/tag.svg +7 -0
- package/icons/ticket.svg +5 -0
- package/icons/trash.svg +5 -0
- package/icons/trophy.svg +5 -0
- package/icons/truck.svg +5 -0
- package/icons/tv.svg +5 -0
- package/icons/user-circle.svg +5 -0
- package/icons/user-group.svg +5 -0
- package/icons/user-minus.svg +5 -0
- package/icons/user-plus.svg +5 -0
- package/icons/user.svg +8 -0
- package/icons/users.svg +5 -0
- package/icons/variable.svg +5 -0
- package/icons/video-camera-slash.svg +5 -0
- package/icons/video-camera.svg +5 -0
- package/icons/view-columns.svg +5 -0
- package/icons/viewfinder-circle.svg +5 -0
- package/icons/wallet.svg +5 -0
- package/icons/wifi.svg +5 -0
- package/icons/window.svg +5 -0
- package/icons/wrench-screwdriver.svg +5 -0
- package/icons/wrench.svg +7 -0
- package/icons/x-circle.svg +5 -0
- package/icons/x-mark.svg +4 -0
- package/nuxt/index.ts +49 -21
- package/package.json +12 -8
- package/tailwindcss/tailwind.config.ts +2 -2
- package/types/nuxt/index.d.ts +12 -8
- package/types/tailwindcss/tailwind.config.d.ts +75 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
<path
|
|
6
|
+
d="M9 9.5625C9 9.25184 9.25184 9 9.5625 9H14.4375C14.7482 9 15 9.25184 15 9.5625V14.4375C15 14.7482 14.7482 15 14.4375 15H9.5625C9.25184 15 9 14.7482 9 14.4375V9.5625Z"
|
|
7
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
8
|
+
</svg>
|
package/icons/stop.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M5.25 7.5C5.25 6.25736 6.25736 5.25 7.5 5.25H16.5C17.7426 5.25 18.75 6.25736 18.75 7.5V16.5C18.75 17.7426 17.7426 18.75 16.5 18.75H7.5C6.25736 18.75 5.25 17.7426 5.25 16.5V7.5Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/sun.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12 3V5.25M18.364 5.63604L16.773 7.22703M21 12H18.75M18.364 18.364L16.773 16.773M12 18.75V21M7.22703 16.773L5.63604 18.364M5.25 12H3M7.22703 7.22703L5.63604 5.63604M15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/swatch.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M4.09835 19.9017C5.56282 21.3661 7.93719 21.3661 9.40165 19.9017L15.8033 13.5M6.75 21C4.67893 21 3 19.3211 3 17.25V4.125C3 3.50368 3.50368 3 4.125 3H9.375C9.99632 3 10.5 3.50368 10.5 4.125V8.1967M6.75 21C8.82107 21 10.5 19.3211 10.5 17.25V8.1967M6.75 21H19.875C20.4963 21 21 20.4963 21 19.875V14.625C21 14.0037 20.4963 13.5 19.875 13.5H15.8033M10.5 8.1967L13.3791 5.31757C13.8185 4.87823 14.5308 4.87823 14.9701 5.31757L18.6824 9.02988C19.1218 9.46922 19.1218 10.1815 18.6824 10.6209L15.8033 13.5M6.75 17.25H6.7575V17.2575H6.75V17.25Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M3.375 19.5H20.625M3.375 19.5C2.75368 19.5 2.25 18.9963 2.25 18.375M3.375 19.5H10.875C11.4963 19.5 12 18.9963 12 18.375M2.25 18.375V5.625M2.25 18.375V16.875C2.25 16.2537 2.75368 15.75 3.375 15.75M21.75 18.375V5.625M21.75 18.375C21.75 18.9963 21.2463 19.5 20.625 19.5M21.75 18.375V16.875C21.75 16.2537 21.2463 15.75 20.625 15.75M20.625 19.5H13.125C12.5037 19.5 12 18.9963 12 18.375M21.75 5.625C21.75 5.00368 21.2463 4.5 20.625 4.5H3.375C2.75368 4.5 2.25 5.00368 2.25 5.625M21.75 5.625V7.125C21.75 7.74632 21.2463 8.25 20.625 8.25M2.25 5.625V7.125C2.25 7.74632 2.75368 8.25 3.375 8.25M3.375 8.25H20.625M3.375 8.25H10.875C11.4963 8.25 12 8.75368 12 9.375M3.375 8.25C2.75368 8.25 2.25 8.75368 2.25 9.375V10.875C2.25 11.4963 2.75368 12 3.375 12M20.625 8.25H13.125C12.5037 8.25 12 8.75368 12 9.375M20.625 8.25C21.2463 8.25 21.75 8.75368 21.75 9.375V10.875C21.75 11.4963 21.2463 12 20.625 12M3.375 12H10.875M3.375 12C2.75368 12 2.25 12.5037 2.25 13.125V14.625C2.25 15.2463 2.75368 15.75 3.375 15.75M12 10.875V9.375M12 10.875C12 11.4963 11.4963 12 10.875 12M12 10.875C12 11.4963 12.5037 12 13.125 12M10.875 12C11.4963 12 12 12.5037 12 13.125M13.125 12H20.625M13.125 12C12.5037 12 12 12.5037 12 13.125M20.625 12C21.2463 12 21.75 12.5037 21.75 13.125V14.625C21.75 15.2463 21.2463 15.75 20.625 15.75M3.375 15.75H10.875M12 14.625V13.125M12 14.625C12 15.2463 11.4963 15.75 10.875 15.75M12 14.625C12 15.2463 12.5037 15.75 13.125 15.75M10.875 15.75C11.4963 15.75 12 16.2537 12 16.875M12 18.375V16.875M12 16.875C12 16.2537 12.5037 15.75 13.125 15.75M13.125 15.75H20.625"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/tag.svg
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M9.56802 3H5.25C4.00736 3 3 4.00736 3 5.25V9.56802C3 10.1648 3.23705 10.7371 3.65901 11.159L13.2401 20.7401C13.9388 21.4388 15.0199 21.6117 15.8465 21.0705C17.9271 19.7084 19.7084 17.9271 21.0705 15.8465C21.6117 15.0199 21.4388 13.9388 20.7401 13.2401L11.159 3.65901C10.7371 3.23705 10.1648 3 9.56802 3Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
<path d="M6 6H6.0075V6.0075H6V6Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
|
|
6
|
+
stroke-linejoin="round" />
|
|
7
|
+
</svg>
|
package/icons/ticket.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M16.5 6V6.75M16.5 9.75V10.5M16.5 13.5V14.25M16.5 17.25V18M7.5 12.75H12.75M7.5 15H10.5M3.375 5.25C2.75368 5.25 2.25 5.75368 2.25 6.375V9.40135C3.1467 9.92006 3.75 10.8896 3.75 12C3.75 13.1104 3.1467 14.0799 2.25 14.5987V17.625C2.25 18.2463 2.75368 18.75 3.375 18.75H20.625C21.2463 18.75 21.75 18.2463 21.75 17.625V14.5987C20.8533 14.0799 20.25 13.1104 20.25 12C20.25 10.8896 20.8533 9.92006 21.75 9.40135V6.375C21.75 5.75368 21.2463 5.25 20.625 5.25H3.375Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/trash.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M14.7404 9L14.3942 18M9.60577 18L9.25962 9M19.2276 5.79057C19.5696 5.84221 19.9104 5.89747 20.25 5.95629M19.2276 5.79057L18.1598 19.6726C18.0696 20.8448 17.0921 21.75 15.9164 21.75H8.08357C6.90786 21.75 5.93037 20.8448 5.8402 19.6726L4.77235 5.79057M19.2276 5.79057C18.0812 5.61744 16.9215 5.48485 15.75 5.39432M3.75 5.95629C4.08957 5.89747 4.43037 5.84221 4.77235 5.79057M4.77235 5.79057C5.91878 5.61744 7.07849 5.48485 8.25 5.39432M15.75 5.39432V4.47819C15.75 3.29882 14.8393 2.31423 13.6606 2.27652C13.1092 2.25889 12.5556 2.25 12 2.25C11.4444 2.25 10.8908 2.25889 10.3394 2.27652C9.16065 2.31423 8.25 3.29882 8.25 4.47819V5.39432M15.75 5.39432C14.5126 5.2987 13.262 5.25 12 5.25C10.738 5.25 9.48744 5.2987 8.25 5.39432"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/trophy.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M16.5003 18.75H7.50026M16.5003 18.75C18.1571 18.75 19.5003 20.0931 19.5003 21.75H4.50026C4.50026 20.0931 5.8434 18.75 7.50026 18.75M16.5003 18.75V15.375C16.5003 14.7537 15.9966 14.25 15.3753 14.25H14.5036M7.50026 18.75V15.375C7.50026 14.7537 8.00394 14.25 8.62526 14.25H9.49689M14.5036 14.25H9.49689M14.5036 14.25C13.9563 13.3038 13.6097 12.227 13.5222 11.0777M9.49689 14.25C10.0442 13.3038 10.3908 12.227 10.4783 11.0777M5.25026 4.23636C4.26796 4.3792 3.29561 4.55275 2.33423 4.75601C2.78454 7.42349 4.99518 9.49282 7.72991 9.72775M5.25026 4.23636V4.5C5.25026 6.60778 6.21636 8.48992 7.72991 9.72775M5.25026 4.23636V2.72089C7.45568 2.41051 9.70922 2.25 12.0003 2.25C14.2913 2.25 16.5448 2.41051 18.7503 2.72089V4.23636M7.72991 9.72775C8.51748 10.3719 9.45329 10.8415 10.4783 11.0777M18.7503 4.23636V4.5C18.7503 6.60778 17.7842 8.48992 16.2706 9.72775M18.7503 4.23636C19.7326 4.3792 20.7049 4.55275 21.6663 4.75601C21.216 7.42349 19.0053 9.49282 16.2706 9.72775M16.2706 9.72775C15.483 10.3719 14.5472 10.8415 13.5222 11.0777M13.5222 11.0777C13.0331 11.1904 12.5236 11.25 12.0003 11.25C11.4769 11.25 10.9675 11.1904 10.4783 11.0777"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/truck.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M8.25 18.75C8.25 19.5784 7.57843 20.25 6.75 20.25C5.92157 20.25 5.25 19.5784 5.25 18.75M8.25 18.75C8.25 17.9216 7.57843 17.25 6.75 17.25C5.92157 17.25 5.25 17.9216 5.25 18.75M8.25 18.75H14.25M5.25 18.75H3.375C2.75368 18.75 2.25 18.2463 2.25 17.625V14.2504M19.5 18.75C19.5 19.5784 18.8284 20.25 18 20.25C17.1716 20.25 16.5 19.5784 16.5 18.75M19.5 18.75C19.5 17.9216 18.8284 17.25 18 17.25C17.1716 17.25 16.5 17.9216 16.5 18.75M19.5 18.75L20.625 18.75C21.2463 18.75 21.7537 18.2457 21.7154 17.6256C21.5054 14.218 20.3473 11.0669 18.5016 8.43284C18.1394 7.91592 17.5529 7.60774 16.9227 7.57315H14.25M16.5 18.75H14.25M14.25 7.57315V6.61479C14.25 6.0473 13.8275 5.56721 13.263 5.50863C11.6153 5.33764 9.94291 5.25 8.25 5.25C6.55709 5.25 4.88466 5.33764 3.23698 5.50863C2.67252 5.56721 2.25 6.0473 2.25 6.61479V14.2504M14.25 7.57315V14.2504M14.25 18.75V14.2504M14.25 14.2504H2.25"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/tv.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M6 20.25H18M10.5 17.25V20.25M13.5 17.25V20.25M3.375 17.25H20.625C21.2463 17.25 21.75 16.7463 21.75 16.125V4.875C21.75 4.25368 21.2463 3.75 20.625 3.75H3.375C2.75368 3.75 2.25 4.25368 2.25 4.875V16.125C2.25 16.7463 2.75368 17.25 3.375 17.25Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M17.9815 18.7248C16.6121 16.9175 14.4424 15.75 12 15.75C9.55761 15.75 7.38789 16.9175 6.01846 18.7248M17.9815 18.7248C19.8335 17.0763 21 14.6744 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 14.6744 4.1665 17.0763 6.01846 18.7248M17.9815 18.7248C16.3915 20.1401 14.2962 21 12 21C9.70383 21 7.60851 20.1401 6.01846 18.7248M15 9.75C15 11.4069 13.6569 12.75 12 12.75C10.3431 12.75 9 11.4069 9 9.75C9 8.09315 10.3431 6.75 12 6.75C13.6569 6.75 15 8.09315 15 9.75Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M17.9999 18.7191C18.2474 18.7396 18.4978 18.75 18.7506 18.75C19.7989 18.75 20.8054 18.5708 21.741 18.2413C21.7473 18.1617 21.7506 18.0812 21.7506 18C21.7506 16.3431 20.4074 15 18.7506 15C18.123 15 17.5403 15.1927 17.0587 15.5222M17.9999 18.7191C18 18.7294 18 18.7397 18 18.75C18 18.975 17.9876 19.1971 17.9635 19.4156C16.2067 20.4237 14.1707 21 12 21C9.82933 21 7.79327 20.4237 6.03651 19.4156C6.01238 19.1971 6 18.975 6 18.75C6 18.7397 6.00003 18.7295 6.00008 18.7192M17.9999 18.7191C17.994 17.5426 17.6494 16.4461 17.0587 15.5222M17.0587 15.5222C15.9928 13.8552 14.1255 12.75 12 12.75C9.87479 12.75 8.00765 13.8549 6.94169 15.5216M6.94169 15.5216C6.46023 15.1925 5.87796 15 5.25073 15C3.59388 15 2.25073 16.3431 2.25073 18C2.25073 18.0812 2.25396 18.1617 2.26029 18.2413C3.19593 18.5708 4.2024 18.75 5.25073 18.75C5.50307 18.75 5.75299 18.7396 6.00008 18.7192M6.94169 15.5216C6.35071 16.4457 6.00598 17.5424 6.00008 18.7192M15 6.75C15 8.40685 13.6569 9.75 12 9.75C10.3431 9.75 9 8.40685 9 6.75C9 5.09315 10.3431 3.75 12 3.75C13.6569 3.75 15 5.09315 15 6.75ZM21 9.75C21 10.9926 19.9926 12 18.75 12C17.5074 12 16.5 10.9926 16.5 9.75C16.5 8.50736 17.5074 7.5 18.75 7.5C19.9926 7.5 21 8.50736 21 9.75ZM7.5 9.75C7.5 10.9926 6.49264 12 5.25 12C4.00736 12 3 10.9926 3 9.75C3 8.50736 4.00736 7.5 5.25 7.5C6.49264 7.5 7.5 8.50736 7.5 9.75Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M22 10.5H16M13.75 6.375C13.75 8.23896 12.239 9.75 10.375 9.75C8.51104 9.75 7 8.23896 7 6.375C7 4.51104 8.51104 3 10.375 3C12.239 3 13.75 4.51104 13.75 6.375ZM4.00092 19.2343C4.00031 19.198 4 19.1615 4 19.125C4 15.6042 6.85418 12.75 10.375 12.75C13.8958 12.75 16.75 15.6042 16.75 19.125V19.1276C16.75 19.1632 16.7497 19.1988 16.7491 19.2343C14.8874 20.3552 12.7065 21 10.375 21C8.04353 21 5.86264 20.3552 4.00092 19.2343Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M19 7.5V10.5M19 10.5V13.5M19 10.5H22M19 10.5H16M13.75 6.375C13.75 8.23896 12.239 9.75 10.375 9.75C8.51104 9.75 7 8.23896 7 6.375C7 4.51104 8.51104 3 10.375 3C12.239 3 13.75 4.51104 13.75 6.375ZM4.00092 19.2343C4.00031 19.198 4 19.1615 4 19.125C4 15.6042 6.85418 12.75 10.375 12.75C13.8958 12.75 16.75 15.6042 16.75 19.125V19.1276C16.75 19.1632 16.7497 19.1988 16.7491 19.2343C14.8874 20.3552 12.7065 21 10.375 21C8.04353 21 5.86264 20.3552 4.00092 19.2343Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/user.svg
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M15.75 6C15.75 8.07107 14.071 9.75 12 9.75C9.9289 9.75 8.24996 8.07107 8.24996 6C8.24996 3.92893 9.9289 2.25 12 2.25C14.071 2.25 15.75 3.92893 15.75 6Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
<path
|
|
6
|
+
d="M4.5011 20.1182C4.5714 16.0369 7.90184 12.75 12 12.75C16.0982 12.75 19.4287 16.0371 19.4988 20.1185C17.216 21.166 14.6764 21.75 12.0003 21.75C9.32396 21.75 6.78406 21.1659 4.5011 20.1182Z"
|
|
7
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
8
|
+
</svg>
|
package/icons/users.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M15 19.1276C15.8329 19.37 16.7138 19.5 17.625 19.5C19.1037 19.5 20.5025 19.1576 21.7464 18.5478C21.7488 18.4905 21.75 18.4329 21.75 18.375C21.75 16.0968 19.9031 14.25 17.625 14.25C16.2069 14.25 14.956 14.9655 14.2136 16.0552M15 19.1276V19.125C15 18.0121 14.7148 16.9658 14.2136 16.0552M15 19.1276C15 19.1632 14.9997 19.1988 14.9991 19.2343C13.1374 20.3552 10.9565 21 8.625 21C6.29353 21 4.11264 20.3552 2.25092 19.2343C2.25031 19.198 2.25 19.1615 2.25 19.125C2.25 15.6042 5.10418 12.75 8.625 12.75C11.0329 12.75 13.129 14.085 14.2136 16.0552M12 6.375C12 8.23896 10.489 9.75 8.625 9.75C6.76104 9.75 5.25 8.23896 5.25 6.375C5.25 4.51104 6.76104 3 8.625 3C10.489 3 12 4.51104 12 6.375ZM20.25 8.625C20.25 10.0747 19.0747 11.25 17.625 11.25C16.1753 11.25 15 10.0747 15 8.625C15 7.17525 16.1753 6 17.625 6C19.0747 6 20.25 7.17525 20.25 8.625Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M4.74455 3C3.61952 5.77929 3 8.8173 3 12C3 15.1827 3.61952 18.2207 4.74455 21M19.5 3C20.4673 5.77929 21 8.8173 21 12C21 15.1827 20.4673 18.2207 19.5 21M8.25 8.88462L9.6945 7.99569C10.1061 7.74241 10.6463 7.93879 10.7991 8.39726L13.2009 15.6027C13.3537 16.0612 13.8939 16.2576 14.3055 16.0043L15.75 15.1154M7.5 15.8654L7.71335 15.9556C8.45981 16.2715 9.32536 16.012 9.77495 15.3376L14.225 8.66243C14.6746 7.98804 15.5402 7.72854 16.2867 8.04435L16.5 8.13462"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M15.75 10.5L20.4697 5.78033C20.9421 5.30786 21.75 5.64248 21.75 6.31066V17.6893C21.75 18.3575 20.9421 18.6921 20.4697 18.2197L15.75 13.5M12 18.75H4.5C3.25736 18.75 2.25 17.7426 2.25 16.5V9M15.091 18.091L16.5 19.5M15.091 18.091C15.4982 17.6838 15.75 17.1213 15.75 16.5V7.5C15.75 6.25736 14.7426 5.25 13.5 5.25H4.5C3.87868 5.25 3.31618 5.50184 2.90901 5.90901M15.091 18.091L2.90901 5.90901M1.5 4.5L2.90901 5.90901"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M15.75 10.5L20.4697 5.78033C20.9421 5.30786 21.75 5.64248 21.75 6.31066V17.6893C21.75 18.3575 20.9421 18.6921 20.4697 18.2197L15.75 13.5M4.5 18.75H13.5C14.7426 18.75 15.75 17.7426 15.75 16.5V7.5C15.75 6.25736 14.7426 5.25 13.5 5.25H4.5C3.25736 5.25 2.25 6.25736 2.25 7.5V16.5C2.25 17.7426 3.25736 18.75 4.5 18.75Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M9 4.5V19.5M15 4.5V19.5M4.125 19.5H19.875C20.4963 19.5 21 18.9963 21 18.375V5.625C21 5.00368 20.4963 4.5 19.875 4.5H4.125C3.50368 4.5 3 5.00368 3 5.625V18.375C3 18.9963 3.50368 19.5 4.125 19.5Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M7.5 3.75H6C4.75736 3.75 3.75 4.75736 3.75 6V7.5M16.5 3.75H18C19.2426 3.75 20.25 4.75736 20.25 6V7.5M20.25 16.5V18C20.25 19.2426 19.2426 20.25 18 20.25H16.5M7.5 20.25H6C4.75736 20.25 3.75 19.2426 3.75 18V16.5M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/wallet.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M21 12C21 10.7574 19.9926 9.75 18.75 9.75H15C15 11.4069 13.6569 12.75 12 12.75C10.3431 12.75 9 11.4069 9 9.75H5.25C4.00736 9.75 3 10.7574 3 12M21 12V18C21 19.2426 19.9926 20.25 18.75 20.25H5.25C4.00736 20.25 3 19.2426 3 18V12M21 12V9M3 12V9M21 9C21 7.75736 19.9926 6.75 18.75 6.75H5.25C4.00736 6.75 3 7.75736 3 9M21 9V6C21 4.75736 19.9926 3.75 18.75 3.75H5.25C4.00736 3.75 3 4.75736 3 6V9"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/wifi.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M8.28767 15.0378C10.3379 12.9875 13.662 12.9875 15.7123 15.0378M5.10569 11.8558C8.9133 8.04815 15.0867 8.04815 18.8943 11.8558M1.92371 8.67373C7.48868 3.10876 16.5113 3.10876 22.0762 8.67373M12.5303 18.2197L12 18.7501L11.4696 18.2197C11.7625 17.9268 12.2374 17.9268 12.5303 18.2197Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/window.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M3 8.25V18C3 19.2426 4.00736 20.25 5.25 20.25H18.75C19.9926 20.25 21 19.2426 21 18V8.25M3 8.25V6C3 4.75736 4.00736 3.75 5.25 3.75H18.75C19.9926 3.75 21 4.75736 21 6V8.25M3 8.25H21M5.25 6H5.2575V6.0075H5.25V6ZM7.5 6H7.5075V6.0075H7.5V6ZM9.75 6H9.7575V6.0075H9.75V6Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M11.4194 15.1694L17.25 21C18.2855 22.0355 19.9645 22.0355 21 21C22.0355 19.9645 22.0355 18.2855 21 17.25L15.1233 11.3733M11.4194 15.1694L13.9155 12.1383C14.2315 11.7546 14.6542 11.5132 15.1233 11.3733M11.4194 15.1694L6.76432 20.8219C6.28037 21.4096 5.55897 21.75 4.79768 21.75C3.39064 21.75 2.25 20.6094 2.25 19.2023C2.25 18.441 2.59044 17.7196 3.1781 17.2357L10.0146 11.6056M15.1233 11.3733C15.6727 11.2094 16.2858 11.1848 16.8659 11.2338C16.9925 11.2445 17.1206 11.25 17.25 11.25C19.7353 11.25 21.75 9.23528 21.75 6.75C21.75 6.08973 21.6078 5.46268 21.3523 4.89779L18.0762 8.17397C16.9605 7.91785 16.0823 7.03963 15.8262 5.92397L19.1024 2.64774C18.5375 2.39223 17.9103 2.25 17.25 2.25C14.7647 2.25 12.75 4.26472 12.75 6.75C12.75 6.87938 12.7555 7.00749 12.7662 7.13411C12.8571 8.20956 12.6948 9.39841 11.8617 10.0845L11.7596 10.1686M10.0146 11.6056L5.90901 7.5H4.5L2.25 3.75L3.75 2.25L7.5 4.5V5.90901L11.7596 10.1686M10.0146 11.6056L11.7596 10.1686M18.375 18.375L15.75 15.75M4.86723 19.125H4.87473V19.1325H4.86723V19.125Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/wrench.svg
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M21.75 6.75C21.75 9.23528 19.7353 11.25 17.25 11.25C17.1206 11.25 16.9925 11.2445 16.8659 11.2338C15.7904 11.1429 14.6016 11.3052 13.9155 12.1383L6.76432 20.8219C6.28037 21.4096 5.55897 21.75 4.79769 21.75C3.39064 21.75 2.25 20.6094 2.25 19.2023C2.25 18.441 2.59044 17.7196 3.1781 17.2357L11.8617 10.0845C12.6948 9.39841 12.8571 8.20956 12.7662 7.13411C12.7555 7.00749 12.75 6.87938 12.75 6.75C12.75 4.26472 14.7647 2.25 17.25 2.25C17.9103 2.25 18.5375 2.39223 19.1024 2.64774L15.8262 5.92397C16.0823 7.03963 16.9605 7.91785 18.0762 8.17397L21.3524 4.89779C21.6078 5.46268 21.75 6.08973 21.75 6.75Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
<path d="M4.86723 19.125H4.87473V19.1325H4.86723V19.125Z" stroke="currentColor" stroke-width="1.5"
|
|
6
|
+
stroke-linecap="round" stroke-linejoin="round" />
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M9.75 9.75L14.25 14.25M14.25 9.75L9.75 14.25M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
package/icons/x-mark.svg
ADDED
package/nuxt/index.ts
CHANGED
|
@@ -6,21 +6,35 @@ import { fileURLToPath } from 'node:url'
|
|
|
6
6
|
|
|
7
7
|
export interface MazUiNuxtOptions {
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Enable auto import of main css file
|
|
10
|
+
* @default true
|
|
10
11
|
*/
|
|
11
|
-
|
|
12
|
+
injectCss?: boolean
|
|
12
13
|
/**
|
|
13
|
-
* Enable auto import of
|
|
14
|
+
* Enable auto import of main css file
|
|
15
|
+
* @default false
|
|
14
16
|
*/
|
|
15
|
-
|
|
17
|
+
injectAosCss?: boolean
|
|
16
18
|
/**
|
|
17
|
-
*
|
|
19
|
+
* Install the toaster plugin and enable auto import of toaster composable
|
|
20
|
+
* @default false
|
|
18
21
|
*/
|
|
19
|
-
|
|
22
|
+
injectToaster?: boolean
|
|
23
|
+
// /**
|
|
24
|
+
// * Enable auto import of useCurrency composable
|
|
25
|
+
// * @default false
|
|
26
|
+
// */
|
|
27
|
+
// injectUseCurrency?: boolean
|
|
20
28
|
/**
|
|
21
|
-
*
|
|
29
|
+
* Enable auto import of useTheme composable
|
|
30
|
+
* @default false
|
|
22
31
|
*/
|
|
23
|
-
|
|
32
|
+
injectUseThemeHandler?: boolean
|
|
33
|
+
// /**
|
|
34
|
+
// * install global of v-fullscreen-img directive
|
|
35
|
+
// * @default false
|
|
36
|
+
// */
|
|
37
|
+
// installFullscreenImgDirective?: boolean
|
|
24
38
|
/**
|
|
25
39
|
* Enable auto import of all components
|
|
26
40
|
* @default true
|
|
@@ -57,15 +71,29 @@ export default defineNuxtModule<MazUiNuxtOptions>({
|
|
|
57
71
|
},
|
|
58
72
|
defaults: {
|
|
59
73
|
devtools: true,
|
|
74
|
+
injectCss: true,
|
|
60
75
|
injectComponents: true,
|
|
61
76
|
},
|
|
77
|
+
// eslint-disable-next-line sonarjs/cognitive-complexity
|
|
62
78
|
setup(options, nuxt) {
|
|
63
|
-
const
|
|
79
|
+
const { resolve } = createResolver(import.meta.url)
|
|
64
80
|
|
|
65
81
|
const moduleOptions = defu(nuxt.options.runtimeConfig.public.mazUi, options)
|
|
66
82
|
|
|
67
83
|
nuxt.options.runtimeConfig.public.mazUi = moduleOptions
|
|
68
84
|
|
|
85
|
+
if (moduleOptions.injectCss) {
|
|
86
|
+
const path = process.env.MAZ_UI_DEV === 'true' ? './../css/index.css' : './../css/main.css'
|
|
87
|
+
nuxt.options.css = [resolve(path), ...nuxt.options.css]
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
if (moduleOptions.injectAosCss && process.env.MAZ_UI_DEV === 'true') {
|
|
91
|
+
// the library should be built
|
|
92
|
+
nuxt.options.css = [resolve('./../dist/css/aos.css'), ...nuxt.options.css]
|
|
93
|
+
} else if (moduleOptions.injectAosCss) {
|
|
94
|
+
nuxt.options.css = [resolve('./../css/aos.css'), ...nuxt.options.css]
|
|
95
|
+
}
|
|
96
|
+
|
|
69
97
|
if (moduleOptions.injectComponents) {
|
|
70
98
|
for (const componentName of componentList) {
|
|
71
99
|
addComponent({
|
|
@@ -79,22 +107,22 @@ export default defineNuxtModule<MazUiNuxtOptions>({
|
|
|
79
107
|
}
|
|
80
108
|
|
|
81
109
|
if (moduleOptions.injectToaster) {
|
|
82
|
-
addPlugin(
|
|
110
|
+
addPlugin(resolve(_dirname, './runtime/plugins/toaster'))
|
|
83
111
|
|
|
84
112
|
addImports({
|
|
85
|
-
from:
|
|
113
|
+
from: resolve(_dirname, './runtime/composables/use-toast'),
|
|
86
114
|
name: 'useToast',
|
|
87
115
|
as: 'useToast',
|
|
88
116
|
})
|
|
89
117
|
}
|
|
90
118
|
|
|
91
|
-
if (moduleOptions.injectUseCurrency) {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
119
|
+
// if (moduleOptions.injectUseCurrency) {
|
|
120
|
+
// addImports({
|
|
121
|
+
// from: 'maz-ui',
|
|
122
|
+
// name: 'useCurrency',
|
|
123
|
+
// as: 'useCurrency',
|
|
124
|
+
// })
|
|
125
|
+
// }
|
|
98
126
|
|
|
99
127
|
if (moduleOptions.injectUseThemeHandler) {
|
|
100
128
|
addImports({
|
|
@@ -104,9 +132,9 @@ export default defineNuxtModule<MazUiNuxtOptions>({
|
|
|
104
132
|
})
|
|
105
133
|
}
|
|
106
134
|
|
|
107
|
-
if (moduleOptions.installFullscreenImgDirective) {
|
|
108
|
-
|
|
109
|
-
}
|
|
135
|
+
// if (moduleOptions.installFullscreenImgDirective) {
|
|
136
|
+
// addPlugin(resolve(_dirname, './runtime/plugins/v-fullscreen-img'))
|
|
137
|
+
// }
|
|
110
138
|
|
|
111
139
|
if (options.devtools) {
|
|
112
140
|
// @ts-expect-error - private API
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.0",
|
|
4
4
|
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
|
|
5
5
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
6
6
|
"main": "./modules/index.mjs",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"default": "./modules/index.mjs",
|
|
12
12
|
"types": "./types/modules/index.d.ts"
|
|
13
13
|
},
|
|
14
|
-
"./*": "./*",
|
|
15
14
|
"./components": {
|
|
16
15
|
"default": "./components/index.mjs",
|
|
17
16
|
"types": "./types/components/index.d.ts"
|
|
@@ -27,7 +26,11 @@
|
|
|
27
26
|
"./nuxt": {
|
|
28
27
|
"default": "./nuxt/index.ts",
|
|
29
28
|
"types": "./types/nuxt/index.d.ts"
|
|
30
|
-
}
|
|
29
|
+
},
|
|
30
|
+
"./styles": "./css/main.css",
|
|
31
|
+
"./aos-styles": "./css/aos.css",
|
|
32
|
+
"./package.json": "./package.json",
|
|
33
|
+
"./*": "./*"
|
|
31
34
|
},
|
|
32
35
|
"files": [
|
|
33
36
|
"components",
|
|
@@ -35,7 +38,8 @@
|
|
|
35
38
|
"css",
|
|
36
39
|
"tailwindcss",
|
|
37
40
|
"nuxt",
|
|
38
|
-
"types"
|
|
41
|
+
"types",
|
|
42
|
+
"icons"
|
|
39
43
|
],
|
|
40
44
|
"lint-staged": {
|
|
41
45
|
"*": "prettier -w -u",
|
|
@@ -89,8 +93,8 @@
|
|
|
89
93
|
"@types/google.maps": "^3.54.1",
|
|
90
94
|
"@types/node": "^20.6.2",
|
|
91
95
|
"@types/rollup-plugin-peer-deps-external": "^2.2.1",
|
|
92
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
93
|
-
"@typescript-eslint/parser": "^6.7.
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
97
|
+
"@typescript-eslint/parser": "^6.7.2",
|
|
94
98
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
95
99
|
"@vitest/coverage-v8": "^0.34.4",
|
|
96
100
|
"@vue/compiler-sfc": "^3.3.4",
|
|
@@ -103,7 +107,7 @@
|
|
|
103
107
|
"chalk": "^4.1.2",
|
|
104
108
|
"chart.js": "^4.4.0",
|
|
105
109
|
"cross-env": "^7.0.3",
|
|
106
|
-
"dayjs": "^1.11.
|
|
110
|
+
"dayjs": "^1.11.10",
|
|
107
111
|
"defu": "^6.1.2",
|
|
108
112
|
"dropzone": "^5.9.3",
|
|
109
113
|
"eslint": "^8.49.0",
|
|
@@ -120,7 +124,7 @@
|
|
|
120
124
|
"nuxt": "^3.7.3",
|
|
121
125
|
"onchange": "^7.1.0",
|
|
122
126
|
"path": "^0.12.7",
|
|
123
|
-
"postcss": "^8.4.
|
|
127
|
+
"postcss": "^8.4.30",
|
|
124
128
|
"postcss-html": "^1.5.0",
|
|
125
129
|
"postcss-import": "^15.1.0",
|
|
126
130
|
"postcss-nested": "^6.0.0",
|
|
@@ -9,7 +9,7 @@ import { screens } from './variables/breakpoints'
|
|
|
9
9
|
import { zIndex } from './variables/z-indexes'
|
|
10
10
|
import { getColors } from './utils/colors'
|
|
11
11
|
|
|
12
|
-
export default
|
|
12
|
+
export default {
|
|
13
13
|
darkMode: ['class', '[class="dark"]'],
|
|
14
14
|
content: [],
|
|
15
15
|
theme: {
|
|
@@ -40,4 +40,4 @@ export default <Config>{
|
|
|
40
40
|
addUtilities(utilities)
|
|
41
41
|
}),
|
|
42
42
|
],
|
|
43
|
-
}
|
|
43
|
+
} satisfies Config
|
package/types/nuxt/index.d.ts
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
export interface MazUiNuxtOptions {
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Enable auto import of main css file
|
|
4
|
+
* @default true
|
|
4
5
|
*/
|
|
5
|
-
|
|
6
|
+
injectCss?: boolean;
|
|
6
7
|
/**
|
|
7
|
-
* Enable auto import of
|
|
8
|
+
* Enable auto import of main css file
|
|
9
|
+
* @default false
|
|
8
10
|
*/
|
|
9
|
-
|
|
11
|
+
injectAosCss?: boolean;
|
|
10
12
|
/**
|
|
11
|
-
*
|
|
13
|
+
* Install the toaster plugin and enable auto import of toaster composable
|
|
14
|
+
* @default false
|
|
12
15
|
*/
|
|
13
|
-
|
|
16
|
+
injectToaster?: boolean;
|
|
14
17
|
/**
|
|
15
|
-
*
|
|
18
|
+
* Enable auto import of useTheme composable
|
|
19
|
+
* @default false
|
|
16
20
|
*/
|
|
17
|
-
|
|
21
|
+
injectUseThemeHandler?: boolean;
|
|
18
22
|
/**
|
|
19
23
|
* Enable auto import of all components
|
|
20
24
|
* @default true
|
|
@@ -1,3 +1,77 @@
|
|
|
1
1
|
import type { Config } from 'tailwindcss';
|
|
2
|
-
declare const _default:
|
|
2
|
+
declare const _default: {
|
|
3
|
+
darkMode: ["class", string];
|
|
4
|
+
content: never[];
|
|
5
|
+
theme: {
|
|
6
|
+
extend: {
|
|
7
|
+
fontFamily: {
|
|
8
|
+
base: string;
|
|
9
|
+
};
|
|
10
|
+
zIndex: {
|
|
11
|
+
1: string;
|
|
12
|
+
2: string;
|
|
13
|
+
3: string;
|
|
14
|
+
4: string;
|
|
15
|
+
5: string;
|
|
16
|
+
15: string;
|
|
17
|
+
25: string;
|
|
18
|
+
35: string;
|
|
19
|
+
45: string;
|
|
20
|
+
75: string;
|
|
21
|
+
100: string;
|
|
22
|
+
'default-backdrop': string;
|
|
23
|
+
};
|
|
24
|
+
screens: {
|
|
25
|
+
'mob-s': string;
|
|
26
|
+
'mob-m': string;
|
|
27
|
+
'mob-l': string;
|
|
28
|
+
'tab-s': string;
|
|
29
|
+
'tab-m': string;
|
|
30
|
+
'tab-l': string;
|
|
31
|
+
'lap-s': string;
|
|
32
|
+
'lap-m': string;
|
|
33
|
+
'lap-l': string;
|
|
34
|
+
'lap-xl': string;
|
|
35
|
+
'lap-2xl': string;
|
|
36
|
+
'lap-3xl': string;
|
|
37
|
+
};
|
|
38
|
+
colors: {
|
|
39
|
+
transparent: string;
|
|
40
|
+
black: string;
|
|
41
|
+
'black-contrast': string;
|
|
42
|
+
white: string;
|
|
43
|
+
'white-contrast': string;
|
|
44
|
+
current: string;
|
|
45
|
+
normal: string;
|
|
46
|
+
color: string;
|
|
47
|
+
'color-light': string;
|
|
48
|
+
'color-lighter': string;
|
|
49
|
+
theme: string;
|
|
50
|
+
'theme-hover': string;
|
|
51
|
+
'bg-dark': string;
|
|
52
|
+
'bg-light': string;
|
|
53
|
+
light: string;
|
|
54
|
+
dark: string;
|
|
55
|
+
muted: string;
|
|
56
|
+
overlay: string;
|
|
57
|
+
};
|
|
58
|
+
borderWidth: {
|
|
59
|
+
0: string;
|
|
60
|
+
1: string;
|
|
61
|
+
DEFAULT: string;
|
|
62
|
+
2: string;
|
|
63
|
+
3: string;
|
|
64
|
+
4: string;
|
|
65
|
+
};
|
|
66
|
+
borderRadius: {
|
|
67
|
+
DEFAULT: string;
|
|
68
|
+
};
|
|
69
|
+
spacing: {};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
plugins: {
|
|
73
|
+
handler: import("tailwindcss/types/config").PluginCreator;
|
|
74
|
+
config?: Partial<Config> | undefined;
|
|
75
|
+
}[];
|
|
76
|
+
};
|
|
3
77
|
export default _default;
|