pukaad-ui-lib 1.0.1
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/dist/module.d.mts +14 -0
- package/dist/module.json +9 -0
- package/dist/module.mjs +130 -0
- package/dist/runtime/assets/css/fonts/Anuphan/Anuphan-Bold.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Anuphan/Anuphan-ExtraLight.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Anuphan/Anuphan-Light.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Anuphan/Anuphan-Medium.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Anuphan/Anuphan-Regular.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Anuphan/Anuphan-SemiBold.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Anuphan/Anuphan-Thin.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Anuphan.css +1 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-Bold.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-BoldItalic.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-ExtraBold.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-ExtraBoldItalic.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-ExtraLight.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-ExtraLightItalic.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-Italic.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-Light.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-LightItalic.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-Medium.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-MediumItalic.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-Regular.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-SemiBold.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-SemiBoldItalic.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-Thin.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun/Sarabun-ThinItalic.ttf +0 -0
- package/dist/runtime/assets/css/fonts/Sarabun.css +1 -0
- package/dist/runtime/assets/css/main.css +1 -0
- package/dist/runtime/assets/css/scroll-bar.css +1 -0
- package/dist/runtime/assets/css/system.css +1 -0
- package/dist/runtime/assets/json/social-icon.json +77 -0
- package/dist/runtime/assets/svg/bell-outline.svg +3 -0
- package/dist/runtime/assets/svg/bookmark-solid.svg +3 -0
- package/dist/runtime/assets/svg/box.svg +23 -0
- package/dist/runtime/assets/svg/camera-plus.svg +10 -0
- package/dist/runtime/assets/svg/check.svg +3 -0
- package/dist/runtime/assets/svg/clock-fading.svg +47 -0
- package/dist/runtime/assets/svg/coin.svg +21 -0
- package/dist/runtime/assets/svg/empty-document.svg +15 -0
- package/dist/runtime/assets/svg/memsg-circle.svg +7 -0
- package/dist/runtime/assets/svg/memsg-fade.svg +5 -0
- package/dist/runtime/assets/svg/memsg-logo-outline.svg +3 -0
- package/dist/runtime/assets/svg/memsg-square.svg +9 -0
- package/dist/runtime/assets/svg/message.svg +3 -0
- package/dist/runtime/assets/svg/page-not-found.svg +9 -0
- package/dist/runtime/assets/svg/share-from-square.svg +3 -0
- package/dist/runtime/assets/svg/share.svg +3 -0
- package/dist/runtime/assets/svg/shopping-cart.svg +17 -0
- package/dist/runtime/assets/svg/socials/Email.svg +12 -0
- package/dist/runtime/assets/svg/socials/Facebook.svg +4 -0
- package/dist/runtime/assets/svg/socials/Line.svg +11 -0
- package/dist/runtime/assets/svg/socials/LinkedIn.svg +5 -0
- package/dist/runtime/assets/svg/socials/Pinterest.svg +4 -0
- package/dist/runtime/assets/svg/socials/SnapChat.svg +5 -0
- package/dist/runtime/assets/svg/socials/Threads.svg +12 -0
- package/dist/runtime/assets/svg/socials/Tiktok.svg +6 -0
- package/dist/runtime/assets/svg/socials/Tumblr.svg +4 -0
- package/dist/runtime/assets/svg/socials/WeChat.svg +1 -0
- package/dist/runtime/assets/svg/socials/Website.svg +11 -0
- package/dist/runtime/assets/svg/socials/Whatsapp.svg +5 -0
- package/dist/runtime/assets/svg/socials/X.svg +4 -0
- package/dist/runtime/assets/svg/socials/Youtube.svg +5 -0
- package/dist/runtime/assets/svg/socials/instagram.svg +14 -0
- package/dist/runtime/assets/svg/thumbs-up-regular.svg +10 -0
- package/dist/runtime/assets/svg/thumbs-up-solid.svg +3 -0
- package/dist/runtime/assets/svg/vector.svg +3 -0
- package/dist/runtime/assets/svg/verify.svg +11 -0
- package/dist/runtime/assets/svg/write-review.svg +16 -0
- package/dist/runtime/components/button.d.vue.ts +27 -0
- package/dist/runtime/components/button.vue +19 -0
- package/dist/runtime/components/button.vue.d.ts +27 -0
- package/dist/runtime/components/card/card-announce2.d.vue.ts +32 -0
- package/dist/runtime/components/card/card-announce2.vue +133 -0
- package/dist/runtime/components/card/card-announce2.vue.d.ts +32 -0
- package/dist/runtime/components/card/card-place-detail.d.vue.ts +9 -0
- package/dist/runtime/components/card/card-place-detail.vue +108 -0
- package/dist/runtime/components/card/card-place-detail.vue.d.ts +9 -0
- package/dist/runtime/components/card/card-profile-about.d.vue.ts +3 -0
- package/dist/runtime/components/card/card-profile-about.vue +56 -0
- package/dist/runtime/components/card/card-profile-about.vue.d.ts +3 -0
- package/dist/runtime/components/card/card-profile-header.d.vue.ts +16 -0
- package/dist/runtime/components/card/card-profile-header.vue +127 -0
- package/dist/runtime/components/card/card-profile-header.vue.d.ts +16 -0
- package/dist/runtime/components/card/card-reaction.d.vue.ts +3 -0
- package/dist/runtime/components/card/card-reaction.vue +35 -0
- package/dist/runtime/components/card/card-reaction.vue.d.ts +3 -0
- package/dist/runtime/components/card/card-recommend-blog.d.vue.ts +16 -0
- package/dist/runtime/components/card/card-recommend-blog.vue +57 -0
- package/dist/runtime/components/card/card-recommend-blog.vue.d.ts +16 -0
- package/dist/runtime/components/card/card-recommend-place.d.vue.ts +21 -0
- package/dist/runtime/components/card/card-recommend-place.vue +62 -0
- package/dist/runtime/components/card/card-recommend-place.vue.d.ts +21 -0
- package/dist/runtime/components/card/card-recommend-publisher.d.vue.ts +24 -0
- package/dist/runtime/components/card/card-recommend-publisher.vue +63 -0
- package/dist/runtime/components/card/card-recommend-publisher.vue.d.ts +24 -0
- package/dist/runtime/components/card/card-review.d.vue.ts +17 -0
- package/dist/runtime/components/card/card-review.vue +134 -0
- package/dist/runtime/components/card/card-review.vue.d.ts +17 -0
- package/dist/runtime/components/card/card-user-blog.d.vue.ts +18 -0
- package/dist/runtime/components/card/card-user-blog.vue +110 -0
- package/dist/runtime/components/card/card-user-blog.vue.d.ts +18 -0
- package/dist/runtime/components/card/card-user-item.d.vue.ts +40 -0
- package/dist/runtime/components/card/card-user-item.vue +156 -0
- package/dist/runtime/components/card/card-user-item.vue.d.ts +40 -0
- package/dist/runtime/components/card/card.d.vue.ts +25 -0
- package/dist/runtime/components/card/card.vue +34 -0
- package/dist/runtime/components/card/card.vue.d.ts +25 -0
- package/dist/runtime/components/carousel.d.vue.ts +25 -0
- package/dist/runtime/components/carousel.vue +68 -0
- package/dist/runtime/components/carousel.vue.d.ts +25 -0
- package/dist/runtime/components/chip.d.vue.ts +24 -0
- package/dist/runtime/components/chip.vue +59 -0
- package/dist/runtime/components/chip.vue.d.ts +24 -0
- package/dist/runtime/components/collapse/collapse-multiple.d.vue.ts +34 -0
- package/dist/runtime/components/collapse/collapse-multiple.vue +64 -0
- package/dist/runtime/components/collapse/collapse-multiple.vue.d.ts +34 -0
- package/dist/runtime/components/collapse/collapse.d.vue.ts +26 -0
- package/dist/runtime/components/collapse/collapse.vue +39 -0
- package/dist/runtime/components/collapse/collapse.vue.d.ts +26 -0
- package/dist/runtime/components/comment.d.vue.ts +6 -0
- package/dist/runtime/components/comment.vue +308 -0
- package/dist/runtime/components/comment.vue.d.ts +6 -0
- package/dist/runtime/components/dialog/dialog-2FA-generate.d.vue.ts +18 -0
- package/dist/runtime/components/dialog/dialog-2FA-generate.vue +113 -0
- package/dist/runtime/components/dialog/dialog-2FA-generate.vue.d.ts +18 -0
- package/dist/runtime/components/dialog/dialog-2FA.d.vue.ts +18 -0
- package/dist/runtime/components/dialog/dialog-2FA.vue +65 -0
- package/dist/runtime/components/dialog/dialog-2FA.vue.d.ts +18 -0
- package/dist/runtime/components/dialog/dialog-email-OTP.d.vue.ts +20 -0
- package/dist/runtime/components/dialog/dialog-email-OTP.vue +120 -0
- package/dist/runtime/components/dialog/dialog-email-OTP.vue.d.ts +20 -0
- package/dist/runtime/components/dialog/dialog-phone-OTP.d.vue.ts +22 -0
- package/dist/runtime/components/dialog/dialog-phone-OTP.vue +62 -0
- package/dist/runtime/components/dialog/dialog-phone-OTP.vue.d.ts +22 -0
- package/dist/runtime/components/display/display-image-place.d.vue.ts +3 -0
- package/dist/runtime/components/display/display-image-place.vue +4 -0
- package/dist/runtime/components/display/display-image-place.vue.d.ts +3 -0
- package/dist/runtime/components/display/display-image-review.d.vue.ts +13 -0
- package/dist/runtime/components/display/display-image-review.vue +30 -0
- package/dist/runtime/components/display/display-image-review.vue.d.ts +13 -0
- package/dist/runtime/components/display/display-image.d.vue.ts +13 -0
- package/dist/runtime/components/display/display-image.vue +102 -0
- package/dist/runtime/components/display/display-image.vue.d.ts +13 -0
- package/dist/runtime/components/divider.d.vue.ts +10 -0
- package/dist/runtime/components/divider.vue +42 -0
- package/dist/runtime/components/divider.vue.d.ts +10 -0
- package/dist/runtime/components/draggable.d.vue.ts +23 -0
- package/dist/runtime/components/draggable.vue +38 -0
- package/dist/runtime/components/draggable.vue.d.ts +23 -0
- package/dist/runtime/components/drawer/drawer-notification.d.vue.ts +22 -0
- package/dist/runtime/components/drawer/drawer-notification.vue +340 -0
- package/dist/runtime/components/drawer/drawer-notification.vue.d.ts +22 -0
- package/dist/runtime/components/drawer/drawer-post-blog.d.vue.ts +10 -0
- package/dist/runtime/components/drawer/drawer-post-blog.vue +88 -0
- package/dist/runtime/components/drawer/drawer-post-blog.vue.d.ts +10 -0
- package/dist/runtime/components/drawer/drawer-profile-about.d.vue.ts +3 -0
- package/dist/runtime/components/drawer/drawer-profile-about.vue +44 -0
- package/dist/runtime/components/drawer/drawer-profile-about.vue.d.ts +3 -0
- package/dist/runtime/components/drawer/drawer.d.vue.ts +38 -0
- package/dist/runtime/components/drawer/drawer.vue +38 -0
- package/dist/runtime/components/drawer/drawer.vue.d.ts +38 -0
- package/dist/runtime/components/dropdown.d.vue.ts +13 -0
- package/dist/runtime/components/dropdown.vue +14 -0
- package/dist/runtime/components/dropdown.vue.d.ts +13 -0
- package/dist/runtime/components/filter/filter-list-chip.d.vue.ts +14 -0
- package/dist/runtime/components/filter/filter-list-chip.vue +39 -0
- package/dist/runtime/components/filter/filter-list-chip.vue.d.ts +14 -0
- package/dist/runtime/components/filter/filter-list.d.vue.ts +21 -0
- package/dist/runtime/components/filter/filter-list.vue +28 -0
- package/dist/runtime/components/filter/filter-list.vue.d.ts +21 -0
- package/dist/runtime/components/icons.d.vue.ts +8 -0
- package/dist/runtime/components/icons.vue +11 -0
- package/dist/runtime/components/icons.vue.d.ts +8 -0
- package/dist/runtime/components/image/image-cropper.d.vue.ts +88 -0
- package/dist/runtime/components/image/image-cropper.vue +134 -0
- package/dist/runtime/components/image/image-cropper.vue.d.ts +88 -0
- package/dist/runtime/components/image/image.d.vue.ts +11 -0
- package/dist/runtime/components/image/image.vue +66 -0
- package/dist/runtime/components/image/image.vue.d.ts +11 -0
- package/dist/runtime/components/input/input-OTP.d.vue.ts +24 -0
- package/dist/runtime/components/input/input-OTP.vue +51 -0
- package/dist/runtime/components/input/input-OTP.vue.d.ts +24 -0
- package/dist/runtime/components/input/input-address.d.vue.ts +3 -0
- package/dist/runtime/components/input/input-address.vue +87 -0
- package/dist/runtime/components/input/input-address.vue.d.ts +3 -0
- package/dist/runtime/components/input/input-autocomplete.d.vue.ts +29 -0
- package/dist/runtime/components/input/input-autocomplete.vue +335 -0
- package/dist/runtime/components/input/input-autocomplete.vue.d.ts +29 -0
- package/dist/runtime/components/input/input-checkbox.d.vue.ts +20 -0
- package/dist/runtime/components/input/input-checkbox.vue +119 -0
- package/dist/runtime/components/input/input-checkbox.vue.d.ts +20 -0
- package/dist/runtime/components/input/input-combobox.d.vue.ts +18 -0
- package/dist/runtime/components/input/input-combobox.vue +25 -0
- package/dist/runtime/components/input/input-combobox.vue.d.ts +18 -0
- package/dist/runtime/components/input/input-comment.d.vue.ts +13 -0
- package/dist/runtime/components/input/input-comment.vue +43 -0
- package/dist/runtime/components/input/input-comment.vue.d.ts +13 -0
- package/dist/runtime/components/input/input-content.d.vue.ts +19 -0
- package/dist/runtime/components/input/input-content.vue +67 -0
- package/dist/runtime/components/input/input-content.vue.d.ts +19 -0
- package/dist/runtime/components/input/input-date-opening.d.vue.ts +3 -0
- package/dist/runtime/components/input/input-date-opening.vue +181 -0
- package/dist/runtime/components/input/input-date-opening.vue.d.ts +3 -0
- package/dist/runtime/components/input/input-email.d.vue.ts +3 -0
- package/dist/runtime/components/input/input-email.vue +14 -0
- package/dist/runtime/components/input/input-email.vue.d.ts +3 -0
- package/dist/runtime/components/input/input-file.d.vue.ts +42 -0
- package/dist/runtime/components/input/input-file.vue +181 -0
- package/dist/runtime/components/input/input-file.vue.d.ts +42 -0
- package/dist/runtime/components/input/input-link.d.vue.ts +15 -0
- package/dist/runtime/components/input/input-link.vue +106 -0
- package/dist/runtime/components/input/input-link.vue.d.ts +15 -0
- package/dist/runtime/components/input/input-media.d.vue.ts +22 -0
- package/dist/runtime/components/input/input-media.vue +141 -0
- package/dist/runtime/components/input/input-media.vue.d.ts +22 -0
- package/dist/runtime/components/input/input-password.d.vue.ts +25 -0
- package/dist/runtime/components/input/input-password.vue +128 -0
- package/dist/runtime/components/input/input-password.vue.d.ts +25 -0
- package/dist/runtime/components/input/input-phone.d.vue.ts +20 -0
- package/dist/runtime/components/input/input-phone.vue +66 -0
- package/dist/runtime/components/input/input-phone.vue.d.ts +20 -0
- package/dist/runtime/components/input/input-radio.d.vue.ts +51 -0
- package/dist/runtime/components/input/input-radio.vue +161 -0
- package/dist/runtime/components/input/input-radio.vue.d.ts +51 -0
- package/dist/runtime/components/input/input-rating.d.vue.ts +25 -0
- package/dist/runtime/components/input/input-rating.vue +69 -0
- package/dist/runtime/components/input/input-rating.vue.d.ts +25 -0
- package/dist/runtime/components/input/input-recaptcha.d.vue.ts +21 -0
- package/dist/runtime/components/input/input-recaptcha.vue +57 -0
- package/dist/runtime/components/input/input-recaptcha.vue.d.ts +21 -0
- package/dist/runtime/components/input/input-search.d.vue.ts +3 -0
- package/dist/runtime/components/input/input-search.vue +69 -0
- package/dist/runtime/components/input/input-search.vue.d.ts +3 -0
- package/dist/runtime/components/input/input-select-tag.d.vue.ts +3 -0
- package/dist/runtime/components/input/input-select-tag.vue +57 -0
- package/dist/runtime/components/input/input-select-tag.vue.d.ts +3 -0
- package/dist/runtime/components/input/input-select.d.vue.ts +49 -0
- package/dist/runtime/components/input/input-select.vue +80 -0
- package/dist/runtime/components/input/input-select.vue.d.ts +49 -0
- package/dist/runtime/components/input/input-slider.d.vue.ts +24 -0
- package/dist/runtime/components/input/input-slider.vue +81 -0
- package/dist/runtime/components/input/input-slider.vue.d.ts +24 -0
- package/dist/runtime/components/input/input-switch.d.vue.ts +20 -0
- package/dist/runtime/components/input/input-switch.vue +55 -0
- package/dist/runtime/components/input/input-switch.vue.d.ts +20 -0
- package/dist/runtime/components/input/input-tag.d.vue.ts +3 -0
- package/dist/runtime/components/input/input-tag.vue +43 -0
- package/dist/runtime/components/input/input-tag.vue.d.ts +3 -0
- package/dist/runtime/components/input/input-text-field.d.vue.ts +70 -0
- package/dist/runtime/components/input/input-text-field.vue +135 -0
- package/dist/runtime/components/input/input-text-field.vue.d.ts +70 -0
- package/dist/runtime/components/input/input-textarea.d.vue.ts +50 -0
- package/dist/runtime/components/input/input-textarea.vue +149 -0
- package/dist/runtime/components/input/input-textarea.vue.d.ts +50 -0
- package/dist/runtime/components/label/label-announce-time.d.vue.ts +3 -0
- package/dist/runtime/components/label/label-announce-time.vue +15 -0
- package/dist/runtime/components/label/label-announce-time.vue.d.ts +3 -0
- package/dist/runtime/components/label/label-card-atom.d.vue.ts +3 -0
- package/dist/runtime/components/label/label-card-atom.vue +17 -0
- package/dist/runtime/components/label/label-card-atom.vue.d.ts +3 -0
- package/dist/runtime/components/list/list-menu.d.vue.ts +93 -0
- package/dist/runtime/components/list/list-menu.vue +34 -0
- package/dist/runtime/components/list/list-menu.vue.d.ts +93 -0
- package/dist/runtime/components/modal/modal-2FA-generate.d.vue.ts +18 -0
- package/dist/runtime/components/modal/modal-2FA-generate.vue +117 -0
- package/dist/runtime/components/modal/modal-2FA-generate.vue.d.ts +18 -0
- package/dist/runtime/components/modal/modal-2FA.d.vue.ts +18 -0
- package/dist/runtime/components/modal/modal-2FA.vue +66 -0
- package/dist/runtime/components/modal/modal-2FA.vue.d.ts +18 -0
- package/dist/runtime/components/modal/modal-account-disabled-alert.d.vue.ts +21 -0
- package/dist/runtime/components/modal/modal-account-disabled-alert.vue +55 -0
- package/dist/runtime/components/modal/modal-account-disabled-alert.vue.d.ts +21 -0
- package/dist/runtime/components/modal/modal-account-disabled-confirmed.d.vue.ts +21 -0
- package/dist/runtime/components/modal/modal-account-disabled-confirmed.vue +58 -0
- package/dist/runtime/components/modal/modal-account-disabled-confirmed.vue.d.ts +21 -0
- package/dist/runtime/components/modal/modal-account-disabled-reason.d.vue.ts +21 -0
- package/dist/runtime/components/modal/modal-account-disabled-reason.vue +92 -0
- package/dist/runtime/components/modal/modal-account-disabled-reason.vue.d.ts +21 -0
- package/dist/runtime/components/modal/modal-account-disabled.d.vue.ts +13 -0
- package/dist/runtime/components/modal/modal-account-disabled.vue +68 -0
- package/dist/runtime/components/modal/modal-account-disabled.vue.d.ts +13 -0
- package/dist/runtime/components/modal/modal-email-OTP.d.vue.ts +21 -0
- package/dist/runtime/components/modal/modal-email-OTP.vue +95 -0
- package/dist/runtime/components/modal/modal-email-OTP.vue.d.ts +21 -0
- package/dist/runtime/components/modal/modal-password-new.d.vue.ts +24 -0
- package/dist/runtime/components/modal/modal-password-new.vue +69 -0
- package/dist/runtime/components/modal/modal-password-new.vue.d.ts +24 -0
- package/dist/runtime/components/modal/modal-password.d.vue.ts +22 -0
- package/dist/runtime/components/modal/modal-password.vue +73 -0
- package/dist/runtime/components/modal/modal-password.vue.d.ts +22 -0
- package/dist/runtime/components/modal/modal-personal-card-ID.d.vue.ts +17 -0
- package/dist/runtime/components/modal/modal-personal-card-ID.vue +335 -0
- package/dist/runtime/components/modal/modal-personal-card-ID.vue.d.ts +17 -0
- package/dist/runtime/components/modal/modal-phone-OTP.d.vue.ts +22 -0
- package/dist/runtime/components/modal/modal-phone-OTP.vue +74 -0
- package/dist/runtime/components/modal/modal-phone-OTP.vue.d.ts +22 -0
- package/dist/runtime/components/modal/modal-profile-edit.d.vue.ts +17 -0
- package/dist/runtime/components/modal/modal-profile-edit.vue +316 -0
- package/dist/runtime/components/modal/modal-profile-edit.vue.d.ts +17 -0
- package/dist/runtime/components/modal/modal-province-domain.d.vue.ts +18 -0
- package/dist/runtime/components/modal/modal-province-domain.vue +55 -0
- package/dist/runtime/components/modal/modal-province-domain.vue.d.ts +18 -0
- package/dist/runtime/components/modal/modal-report.d.vue.ts +3 -0
- package/dist/runtime/components/modal/modal-report.vue +55 -0
- package/dist/runtime/components/modal/modal-report.vue.d.ts +3 -0
- package/dist/runtime/components/modal/modal-review-detail.d.vue.ts +21 -0
- package/dist/runtime/components/modal/modal-review-detail.vue +192 -0
- package/dist/runtime/components/modal/modal-review-detail.vue.d.ts +21 -0
- package/dist/runtime/components/modal/modal-secure.d.vue.ts +19 -0
- package/dist/runtime/components/modal/modal-secure.vue +170 -0
- package/dist/runtime/components/modal/modal-secure.vue.d.ts +19 -0
- package/dist/runtime/components/modal/modal-share.d.vue.ts +10 -0
- package/dist/runtime/components/modal/modal-share.vue +64 -0
- package/dist/runtime/components/modal/modal-share.vue.d.ts +10 -0
- package/dist/runtime/components/modal/modal-user-account-list.d.vue.ts +18 -0
- package/dist/runtime/components/modal/modal-user-account-list.vue +51 -0
- package/dist/runtime/components/modal/modal-user-account-list.vue.d.ts +18 -0
- package/dist/runtime/components/modal/modal-user-account-search.d.vue.ts +18 -0
- package/dist/runtime/components/modal/modal-user-account-search.vue +44 -0
- package/dist/runtime/components/modal/modal-user-account-search.vue.d.ts +18 -0
- package/dist/runtime/components/modal/modal.d.vue.ts +47 -0
- package/dist/runtime/components/modal/modal.vue +46 -0
- package/dist/runtime/components/modal/modal.vue.d.ts +47 -0
- package/dist/runtime/components/pagination.d.vue.ts +20 -0
- package/dist/runtime/components/pagination.vue +60 -0
- package/dist/runtime/components/pagination.vue.d.ts +20 -0
- package/dist/runtime/components/picker/picker-image-cover-profile.d.vue.ts +10 -0
- package/dist/runtime/components/picker/picker-image-cover-profile.vue +181 -0
- package/dist/runtime/components/picker/picker-image-cover-profile.vue.d.ts +10 -0
- package/dist/runtime/components/picker/picker-image-profile.d.vue.ts +20 -0
- package/dist/runtime/components/picker/picker-image-profile.vue +172 -0
- package/dist/runtime/components/picker/picker-image-profile.vue.d.ts +20 -0
- package/dist/runtime/components/picker/picker-option-menu/picker-option-menu-user.d.vue.ts +40 -0
- package/dist/runtime/components/picker/picker-option-menu/picker-option-menu-user.vue +231 -0
- package/dist/runtime/components/picker/picker-option-menu/picker-option-menu-user.vue.d.ts +40 -0
- package/dist/runtime/components/picker/picker-option-menu/picker-option-menu.d.vue.ts +13 -0
- package/dist/runtime/components/picker/picker-option-menu/picker-option-menu.vue +54 -0
- package/dist/runtime/components/picker/picker-option-menu/picker-option-menu.vue.d.ts +13 -0
- package/dist/runtime/components/profile-cover.d.vue.ts +3 -0
- package/dist/runtime/components/profile-cover.vue +86 -0
- package/dist/runtime/components/profile-cover.vue.d.ts +3 -0
- package/dist/runtime/components/progress-bar.d.vue.ts +10 -0
- package/dist/runtime/components/progress-bar.vue +36 -0
- package/dist/runtime/components/progress-bar.vue.d.ts +10 -0
- package/dist/runtime/components/read-more-text.d.vue.ts +7 -0
- package/dist/runtime/components/read-more-text.vue +76 -0
- package/dist/runtime/components/read-more-text.vue.d.ts +7 -0
- package/dist/runtime/components/tab.d.vue.ts +48 -0
- package/dist/runtime/components/tab.vue +176 -0
- package/dist/runtime/components/tab.vue.d.ts +48 -0
- package/dist/runtime/components/table.d.vue.ts +58 -0
- package/dist/runtime/components/table.vue +139 -0
- package/dist/runtime/components/table.vue.d.ts +58 -0
- package/dist/runtime/components/tooltip.d.vue.ts +20 -0
- package/dist/runtime/components/tooltip.vue +63 -0
- package/dist/runtime/components/tooltip.vue.d.ts +20 -0
- package/dist/runtime/components/ui/alert/Alert.d.vue.ts +19 -0
- package/dist/runtime/components/ui/alert/Alert.vue +18 -0
- package/dist/runtime/components/ui/alert/Alert.vue.d.ts +19 -0
- package/dist/runtime/components/ui/alert/AlertDescription.d.vue.ts +17 -0
- package/dist/runtime/components/ui/alert/AlertDescription.vue +15 -0
- package/dist/runtime/components/ui/alert/AlertDescription.vue.d.ts +17 -0
- package/dist/runtime/components/ui/alert/AlertTitle.d.vue.ts +17 -0
- package/dist/runtime/components/ui/alert/AlertTitle.vue +15 -0
- package/dist/runtime/components/ui/alert/AlertTitle.vue.d.ts +17 -0
- package/dist/runtime/components/ui/alert/index.d.ts +8 -0
- package/dist/runtime/components/ui/alert/index.js +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.d.vue.ts +21 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue +15 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue.d.ts +21 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.d.vue.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.d.vue.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +25 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.d.vue.ts +32 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue +44 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +32 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.d.vue.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue +21 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.vue +20 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.vue +15 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.d.vue.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue +21 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue +13 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/alert-dialog/index.d.ts +9 -0
- package/dist/runtime/components/ui/alert-dialog/index.js +9 -0
- package/dist/runtime/components/ui/avatar/Avatar.d.vue.ts +17 -0
- package/dist/runtime/components/ui/avatar/Avatar.vue +16 -0
- package/dist/runtime/components/ui/avatar/Avatar.vue.d.ts +17 -0
- package/dist/runtime/components/ui/avatar/AvatarFallback.d.vue.ts +18 -0
- package/dist/runtime/components/ui/avatar/AvatarFallback.vue +27 -0
- package/dist/runtime/components/ui/avatar/AvatarFallback.vue.d.ts +18 -0
- package/dist/runtime/components/ui/avatar/AvatarImage.d.vue.ts +14 -0
- package/dist/runtime/components/ui/avatar/AvatarImage.vue +20 -0
- package/dist/runtime/components/ui/avatar/AvatarImage.vue.d.ts +14 -0
- package/dist/runtime/components/ui/avatar/index.d.ts +3 -0
- package/dist/runtime/components/ui/avatar/index.js +3 -0
- package/dist/runtime/components/ui/button/Button.d.vue.ts +24 -0
- package/dist/runtime/components/ui/button/Button.vue +24 -0
- package/dist/runtime/components/ui/button/Button.vue.d.ts +24 -0
- package/dist/runtime/components/ui/button/index.d.ts +9 -0
- package/dist/runtime/components/ui/button/index.js +96 -0
- package/dist/runtime/components/ui/card/Card.d.vue.ts +23 -0
- package/dist/runtime/components/ui/card/Card.vue +26 -0
- package/dist/runtime/components/ui/card/Card.vue.d.ts +23 -0
- package/dist/runtime/components/ui/card/CardAction.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardAction.vue +20 -0
- package/dist/runtime/components/ui/card/CardAction.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardContent.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardContent.vue +15 -0
- package/dist/runtime/components/ui/card/CardContent.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardDescription.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardDescription.vue +15 -0
- package/dist/runtime/components/ui/card/CardDescription.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardFooter.vue +17 -0
- package/dist/runtime/components/ui/card/CardFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardHeader.vue +20 -0
- package/dist/runtime/components/ui/card/CardHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardTitle.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardTitle.vue +15 -0
- package/dist/runtime/components/ui/card/CardTitle.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/index.d.ts +7 -0
- package/dist/runtime/components/ui/card/index.js +7 -0
- package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +22 -0
- package/dist/runtime/components/ui/checkbox/Checkbox.vue +42 -0
- package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +22 -0
- package/dist/runtime/components/ui/checkbox/index.d.ts +1 -0
- package/dist/runtime/components/ui/checkbox/index.js +1 -0
- package/dist/runtime/components/ui/command/Command.d.vue.ts +36 -0
- package/dist/runtime/components/ui/command/Command.vue +81 -0
- package/dist/runtime/components/ui/command/Command.vue.d.ts +36 -0
- package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +25 -0
- package/dist/runtime/components/ui/command/CommandDialog.vue +28 -0
- package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +25 -0
- package/dist/runtime/components/ui/command/CommandEmpty.d.vue.ts +18 -0
- package/dist/runtime/components/ui/command/CommandEmpty.vue +27 -0
- package/dist/runtime/components/ui/command/CommandEmpty.vue.d.ts +18 -0
- package/dist/runtime/components/ui/command/CommandGroup.d.vue.ts +19 -0
- package/dist/runtime/components/ui/command/CommandGroup.vue +40 -0
- package/dist/runtime/components/ui/command/CommandGroup.vue.d.ts +19 -0
- package/dist/runtime/components/ui/command/CommandInput.d.vue.ts +8 -0
- package/dist/runtime/components/ui/command/CommandInput.vue +37 -0
- package/dist/runtime/components/ui/command/CommandInput.vue.d.ts +8 -0
- package/dist/runtime/components/ui/command/CommandItem.d.vue.ts +22 -0
- package/dist/runtime/components/ui/command/CommandItem.vue +65 -0
- package/dist/runtime/components/ui/command/CommandItem.vue.d.ts +22 -0
- package/dist/runtime/components/ui/command/CommandList.d.vue.ts +18 -0
- package/dist/runtime/components/ui/command/CommandList.vue +24 -0
- package/dist/runtime/components/ui/command/CommandList.vue.d.ts +18 -0
- package/dist/runtime/components/ui/command/CommandSeparator.d.vue.ts +18 -0
- package/dist/runtime/components/ui/command/CommandSeparator.vue +23 -0
- package/dist/runtime/components/ui/command/CommandSeparator.vue.d.ts +18 -0
- package/dist/runtime/components/ui/command/CommandShortcut.d.vue.ts +17 -0
- package/dist/runtime/components/ui/command/CommandShortcut.vue +15 -0
- package/dist/runtime/components/ui/command/CommandShortcut.vue.d.ts +17 -0
- package/dist/runtime/components/ui/command/index.d.ts +90 -0
- package/dist/runtime/components/ui/command/index.js +12 -0
- package/dist/runtime/components/ui/dialog/Dialog.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dialog/Dialog.vue +16 -0
- package/dist/runtime/components/ui/dialog/Dialog.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogClose.d.vue.ts +14 -0
- package/dist/runtime/components/ui/dialog/DialogClose.vue +13 -0
- package/dist/runtime/components/ui/dialog/DialogClose.vue.d.ts +14 -0
- package/dist/runtime/components/ui/dialog/DialogContent.d.vue.ts +39 -0
- package/dist/runtime/components/ui/dialog/DialogContent.vue +57 -0
- package/dist/runtime/components/ui/dialog/DialogContent.vue.d.ts +39 -0
- package/dist/runtime/components/ui/dialog/DialogDescription.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogDescription.vue +22 -0
- package/dist/runtime/components/ui/dialog/DialogDescription.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/dialog/DialogFooter.vue +12 -0
- package/dist/runtime/components/ui/dialog/DialogFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/dialog/DialogHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/dialog/DialogHeader.vue +20 -0
- package/dist/runtime/components/ui/dialog/DialogHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/dialog/DialogOverlay.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogOverlay.vue +27 -0
- package/dist/runtime/components/ui/dialog/DialogOverlay.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogScrollContent.d.vue.ts +32 -0
- package/dist/runtime/components/ui/dialog/DialogScrollContent.vue +57 -0
- package/dist/runtime/components/ui/dialog/DialogScrollContent.vue.d.ts +32 -0
- package/dist/runtime/components/ui/dialog/DialogTitle.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogTitle.vue +22 -0
- package/dist/runtime/components/ui/dialog/DialogTitle.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/dialog/DialogTrigger.vue +13 -0
- package/dist/runtime/components/ui/dialog/DialogTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/dialog/index.d.ts +10 -0
- package/dist/runtime/components/ui/dialog/index.js +10 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue +20 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.d.vue.ts +24 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +38 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +24 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +32 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +48 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +32 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.d.vue.ts +14 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue +16 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +14 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +22 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +28 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +22 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.d.vue.ts +19 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +24 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +19 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +22 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.d.vue.ts +24 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +44 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +24 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +21 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.d.vue.ts +17 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue +15 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +17 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +34 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +43 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +34 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.d.vue.ts +19 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +32 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +19 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/dropdown-menu/index.d.ts +15 -0
- package/dist/runtime/components/ui/dropdown-menu/index.js +15 -0
- package/dist/runtime/components/ui/form/FormControl.d.vue.ts +13 -0
- package/dist/runtime/components/ui/form/FormControl.vue +18 -0
- package/dist/runtime/components/ui/form/FormControl.vue.d.ts +13 -0
- package/dist/runtime/components/ui/form/FormDescription.d.vue.ts +17 -0
- package/dist/runtime/components/ui/form/FormDescription.vue +18 -0
- package/dist/runtime/components/ui/form/FormDescription.vue.d.ts +17 -0
- package/dist/runtime/components/ui/form/FormItem.d.vue.ts +17 -0
- package/dist/runtime/components/ui/form/FormItem.vue +17 -0
- package/dist/runtime/components/ui/form/FormItem.vue.d.ts +17 -0
- package/dist/runtime/components/ui/form/FormLabel.d.vue.ts +18 -0
- package/dist/runtime/components/ui/form/FormLabel.vue +23 -0
- package/dist/runtime/components/ui/form/FormLabel.vue.d.ts +18 -0
- package/dist/runtime/components/ui/form/FormMessage.d.vue.ts +7 -0
- package/dist/runtime/components/ui/form/FormMessage.vue +20 -0
- package/dist/runtime/components/ui/form/FormMessage.vue.d.ts +7 -0
- package/dist/runtime/components/ui/form/index.d.ts +7 -0
- package/dist/runtime/components/ui/form/index.js +11 -0
- package/dist/runtime/components/ui/form/injectionKeys.d.ts +2 -0
- package/dist/runtime/components/ui/form/injectionKeys.js +1 -0
- package/dist/runtime/components/ui/form/useFormField.d.ts +11 -0
- package/dist/runtime/components/ui/form/useFormField.js +25 -0
- package/dist/runtime/components/ui/input/Input.d.vue.ts +13 -0
- package/dist/runtime/components/ui/input/Input.vue +30 -0
- package/dist/runtime/components/ui/input/Input.vue.d.ts +13 -0
- package/dist/runtime/components/ui/input/index.d.ts +1 -0
- package/dist/runtime/components/ui/input/index.js +1 -0
- package/dist/runtime/components/ui/input-group/InputGroup.d.vue.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroup.vue +31 -0
- package/dist/runtime/components/ui/input-group/InputGroup.vue.d.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupAddon.d.vue.ts +21 -0
- package/dist/runtime/components/ui/input-group/InputGroupAddon.vue +30 -0
- package/dist/runtime/components/ui/input-group/InputGroupAddon.vue.d.ts +21 -0
- package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupButton.vue +20 -0
- package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupInput.d.vue.ts +7 -0
- package/dist/runtime/components/ui/input-group/InputGroupInput.vue +19 -0
- package/dist/runtime/components/ui/input-group/InputGroupInput.vue.d.ts +7 -0
- package/dist/runtime/components/ui/input-group/InputGroupText.d.vue.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupText.vue +19 -0
- package/dist/runtime/components/ui/input-group/InputGroupText.vue.d.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupTextarea.d.vue.ts +7 -0
- package/dist/runtime/components/ui/input-group/InputGroupTextarea.vue +19 -0
- package/dist/runtime/components/ui/input-group/InputGroupTextarea.vue.d.ts +7 -0
- package/dist/runtime/components/ui/input-group/index.d.ts +22 -0
- package/dist/runtime/components/ui/input-group/index.js +39 -0
- package/dist/runtime/components/ui/label/Label.d.vue.ts +18 -0
- package/dist/runtime/components/ui/label/Label.vue +27 -0
- package/dist/runtime/components/ui/label/Label.vue.d.ts +18 -0
- package/dist/runtime/components/ui/label/index.d.ts +1 -0
- package/dist/runtime/components/ui/label/index.js +1 -0
- package/dist/runtime/components/ui/pagination/Pagination.d.vue.ts +25 -0
- package/dist/runtime/components/ui/pagination/Pagination.vue +31 -0
- package/dist/runtime/components/ui/pagination/Pagination.vue.d.ts +25 -0
- package/dist/runtime/components/ui/pagination/PaginationContent.d.vue.ts +25 -0
- package/dist/runtime/components/ui/pagination/PaginationContent.vue +22 -0
- package/dist/runtime/components/ui/pagination/PaginationContent.vue.d.ts +25 -0
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.d.vue.ts +18 -0
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +24 -0
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue.d.ts +18 -0
- package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +22 -0
- package/dist/runtime/components/ui/pagination/PaginationFirst.vue +33 -0
- package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +22 -0
- package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +23 -0
- package/dist/runtime/components/ui/pagination/PaginationItem.vue +31 -0
- package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +23 -0
- package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +22 -0
- package/dist/runtime/components/ui/pagination/PaginationLast.vue +33 -0
- package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +22 -0
- package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +22 -0
- package/dist/runtime/components/ui/pagination/PaginationNext.vue +33 -0
- package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +22 -0
- package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +22 -0
- package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +33 -0
- package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +22 -0
- package/dist/runtime/components/ui/pagination/index.d.ts +8 -0
- package/dist/runtime/components/ui/pagination/index.js +8 -0
- package/dist/runtime/components/ui/pin-input/PinInput.d.vue.ts +23 -0
- package/dist/runtime/components/ui/pin-input/PinInput.vue +39 -0
- package/dist/runtime/components/ui/pin-input/PinInput.vue.d.ts +23 -0
- package/dist/runtime/components/ui/pin-input/PinInputGroup.d.vue.ts +18 -0
- package/dist/runtime/components/ui/pin-input/PinInputGroup.vue +22 -0
- package/dist/runtime/components/ui/pin-input/PinInputGroup.vue.d.ts +18 -0
- package/dist/runtime/components/ui/pin-input/PinInputSeparator.d.vue.ts +14 -0
- package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue +14 -0
- package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue.d.ts +14 -0
- package/dist/runtime/components/ui/pin-input/PinInputSlot.d.vue.ts +8 -0
- package/dist/runtime/components/ui/pin-input/PinInputSlot.vue +30 -0
- package/dist/runtime/components/ui/pin-input/PinInputSlot.vue.d.ts +8 -0
- package/dist/runtime/components/ui/pin-input/index.d.ts +4 -0
- package/dist/runtime/components/ui/pin-input/index.js +4 -0
- package/dist/runtime/components/ui/popover/Popover.d.vue.ts +21 -0
- package/dist/runtime/components/ui/popover/Popover.vue +20 -0
- package/dist/runtime/components/ui/popover/Popover.vue.d.ts +21 -0
- package/dist/runtime/components/ui/popover/PopoverAnchor.d.vue.ts +14 -0
- package/dist/runtime/components/ui/popover/PopoverAnchor.vue +17 -0
- package/dist/runtime/components/ui/popover/PopoverAnchor.vue.d.ts +14 -0
- package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +35 -0
- package/dist/runtime/components/ui/popover/PopoverContent.vue +56 -0
- package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +35 -0
- package/dist/runtime/components/ui/popover/PopoverTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/popover/PopoverTrigger.vue +16 -0
- package/dist/runtime/components/ui/popover/PopoverTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/popover/index.d.ts +4 -0
- package/dist/runtime/components/ui/popover/index.js +4 -0
- package/dist/runtime/components/ui/select/Select.d.vue.ts +24 -0
- package/dist/runtime/components/ui/select/Select.vue +28 -0
- package/dist/runtime/components/ui/select/Select.vue.d.ts +24 -0
- package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +28 -0
- package/dist/runtime/components/ui/select/SelectContent.vue +61 -0
- package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +28 -0
- package/dist/runtime/components/ui/select/SelectGroup.d.vue.ts +14 -0
- package/dist/runtime/components/ui/select/SelectGroup.vue +16 -0
- package/dist/runtime/components/ui/select/SelectGroup.vue.d.ts +14 -0
- package/dist/runtime/components/ui/select/SelectItem.d.vue.ts +20 -0
- package/dist/runtime/components/ui/select/SelectItem.vue +46 -0
- package/dist/runtime/components/ui/select/SelectItem.vue.d.ts +20 -0
- package/dist/runtime/components/ui/select/SelectItemText.d.vue.ts +14 -0
- package/dist/runtime/components/ui/select/SelectItemText.vue +16 -0
- package/dist/runtime/components/ui/select/SelectItemText.vue.d.ts +14 -0
- package/dist/runtime/components/ui/select/SelectLabel.d.vue.ts +18 -0
- package/dist/runtime/components/ui/select/SelectLabel.vue +21 -0
- package/dist/runtime/components/ui/select/SelectLabel.vue.d.ts +18 -0
- package/dist/runtime/components/ui/select/SelectScrollDownButton.d.vue.ts +18 -0
- package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +21 -0
- package/dist/runtime/components/ui/select/SelectScrollDownButton.vue.d.ts +18 -0
- package/dist/runtime/components/ui/select/SelectScrollUpButton.d.vue.ts +18 -0
- package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +21 -0
- package/dist/runtime/components/ui/select/SelectScrollUpButton.vue.d.ts +18 -0
- package/dist/runtime/components/ui/select/SelectSeparator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/select/SelectSeparator.vue +19 -0
- package/dist/runtime/components/ui/select/SelectSeparator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/select/SelectTrigger.d.vue.ts +21 -0
- package/dist/runtime/components/ui/select/SelectTrigger.vue +35 -0
- package/dist/runtime/components/ui/select/SelectTrigger.vue.d.ts +21 -0
- package/dist/runtime/components/ui/select/SelectValue.d.vue.ts +14 -0
- package/dist/runtime/components/ui/select/SelectValue.vue +17 -0
- package/dist/runtime/components/ui/select/SelectValue.vue.d.ts +14 -0
- package/dist/runtime/components/ui/select/index.d.ts +11 -0
- package/dist/runtime/components/ui/select/index.js +11 -0
- package/dist/runtime/components/ui/sheet/Sheet.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sheet/Sheet.vue +16 -0
- package/dist/runtime/components/ui/sheet/Sheet.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetClose.d.vue.ts +14 -0
- package/dist/runtime/components/ui/sheet/SheetClose.vue +13 -0
- package/dist/runtime/components/ui/sheet/SheetClose.vue.d.ts +14 -0
- package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +39 -0
- package/dist/runtime/components/ui/sheet/SheetContent.vue +64 -0
- package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +39 -0
- package/dist/runtime/components/ui/sheet/SheetDescription.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetDescription.vue +21 -0
- package/dist/runtime/components/ui/sheet/SheetDescription.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sheet/SheetFooter.vue +15 -0
- package/dist/runtime/components/ui/sheet/SheetFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sheet/SheetHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sheet/SheetHeader.vue +15 -0
- package/dist/runtime/components/ui/sheet/SheetHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sheet/SheetOverlay.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetOverlay.vue +27 -0
- package/dist/runtime/components/ui/sheet/SheetOverlay.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetTitle.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetTitle.vue +21 -0
- package/dist/runtime/components/ui/sheet/SheetTitle.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/sheet/SheetTrigger.vue +13 -0
- package/dist/runtime/components/ui/sheet/SheetTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/sheet/index.d.ts +8 -0
- package/dist/runtime/components/ui/sheet/index.js +8 -0
- package/dist/runtime/components/ui/spinner/Spinner.d.vue.ts +7 -0
- package/dist/runtime/components/ui/spinner/Spinner.vue +15 -0
- package/dist/runtime/components/ui/spinner/Spinner.vue.d.ts +7 -0
- package/dist/runtime/components/ui/spinner/index.d.ts +1 -0
- package/dist/runtime/components/ui/spinner/index.js +1 -0
- package/dist/runtime/components/ui/table/Table.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/Table.vue +14 -0
- package/dist/runtime/components/ui/table/Table.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableBody.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableBody.vue +15 -0
- package/dist/runtime/components/ui/table/TableBody.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableCaption.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableCaption.vue +15 -0
- package/dist/runtime/components/ui/table/TableCaption.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableCell.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableCell.vue +20 -0
- package/dist/runtime/components/ui/table/TableCell.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableEmpty.d.vue.ts +20 -0
- package/dist/runtime/components/ui/table/TableEmpty.vue +29 -0
- package/dist/runtime/components/ui/table/TableEmpty.vue.d.ts +20 -0
- package/dist/runtime/components/ui/table/TableFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableFooter.vue +15 -0
- package/dist/runtime/components/ui/table/TableFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableHead.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableHead.vue +15 -0
- package/dist/runtime/components/ui/table/TableHead.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableHeader.vue +15 -0
- package/dist/runtime/components/ui/table/TableHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableRow.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableRow.vue +15 -0
- package/dist/runtime/components/ui/table/TableRow.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/index.d.ts +9 -0
- package/dist/runtime/components/ui/table/index.js +9 -0
- package/dist/runtime/components/ui/table/utils.d.ts +3 -0
- package/dist/runtime/components/ui/table/utils.js +4 -0
- package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +24 -0
- package/dist/runtime/components/ui/tabs/Tabs.vue +30 -0
- package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +24 -0
- package/dist/runtime/components/ui/tabs/TabsContent.d.vue.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsContent.vue +23 -0
- package/dist/runtime/components/ui/tabs/TabsContent.vue.d.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsList.d.vue.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsList.vue +25 -0
- package/dist/runtime/components/ui/tabs/TabsList.vue.d.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsTrigger.d.vue.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsTrigger.vue +27 -0
- package/dist/runtime/components/ui/tabs/TabsTrigger.vue.d.ts +18 -0
- package/dist/runtime/components/ui/tabs/index.d.ts +4 -0
- package/dist/runtime/components/ui/tabs/index.js +4 -0
- package/dist/runtime/components/ui/textarea/Textarea.d.vue.ts +13 -0
- package/dist/runtime/components/ui/textarea/Textarea.vue +27 -0
- package/dist/runtime/components/ui/textarea/Textarea.vue.d.ts +13 -0
- package/dist/runtime/components/ui/textarea/index.d.ts +1 -0
- package/dist/runtime/components/ui/textarea/index.js +1 -0
- package/dist/runtime/components/video.d.vue.ts +16 -0
- package/dist/runtime/components/video.vue +40 -0
- package/dist/runtime/components/video.vue.d.ts +16 -0
- package/dist/runtime/composables/useCopy.d.ts +5 -0
- package/dist/runtime/composables/useCopy.js +42 -0
- package/dist/runtime/composables/useCountDown.d.ts +4 -0
- package/dist/runtime/composables/useCountDown.js +47 -0
- package/dist/runtime/plugins/alert.d.ts +22 -0
- package/dist/runtime/plugins/alert.js +111 -0
- package/dist/runtime/plugins/dayjs.d.ts +8 -0
- package/dist/runtime/plugins/dayjs.js +19 -0
- package/dist/runtime/plugins/loadingPage.d.ts +2 -0
- package/dist/runtime/plugins/loadingPage.js +89 -0
- package/dist/runtime/plugins/lodash.d.ts +2 -0
- package/dist/runtime/plugins/lodash.js +5 -0
- package/dist/runtime/plugins/quill.client.d.ts +7 -0
- package/dist/runtime/plugins/quill.client.js +9 -0
- package/dist/runtime/plugins/re-captcha.d.ts +2 -0
- package/dist/runtime/plugins/re-captcha.js +13 -0
- package/dist/runtime/plugins/shadcn.d.ts +2 -0
- package/dist/runtime/plugins/shadcn.js +5 -0
- package/dist/runtime/plugins/toast.d.ts +30 -0
- package/dist/runtime/plugins/toast.js +104 -0
- package/dist/runtime/utils/phone.d.ts +3 -0
- package/dist/runtime/utils/phone.js +39 -0
- package/dist/types.d.mts +3 -0
- package/package.json +90 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as _nuxt_schema from '@nuxt/schema';
|
|
2
|
+
|
|
3
|
+
type ModuleOptions = {
|
|
4
|
+
plugins?: string[];
|
|
5
|
+
externalPlugins?: {
|
|
6
|
+
name: string;
|
|
7
|
+
package: string;
|
|
8
|
+
option?: any;
|
|
9
|
+
}[];
|
|
10
|
+
};
|
|
11
|
+
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
12
|
+
|
|
13
|
+
export { _default as default };
|
|
14
|
+
export type { ModuleOptions };
|
package/dist/module.json
ADDED
package/dist/module.mjs
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { defineNuxtModule, createResolver, addImportsDir, addComponentsDir, addImports, addTemplate, installModule, addPlugin } from '@nuxt/kit';
|
|
2
|
+
import tailwindcss from '@tailwindcss/vite';
|
|
3
|
+
|
|
4
|
+
const module$1 = defineNuxtModule({
|
|
5
|
+
meta: {
|
|
6
|
+
name: "pukaad-ui",
|
|
7
|
+
configKey: "pukaadUI"
|
|
8
|
+
},
|
|
9
|
+
defaults: {},
|
|
10
|
+
async setup(_options, _nuxt) {
|
|
11
|
+
const resolver = createResolver(import.meta.url);
|
|
12
|
+
addImportsDir(resolver.resolve("./runtime/composables"));
|
|
13
|
+
addComponentsDir({
|
|
14
|
+
path: resolver.resolve("./runtime/components"),
|
|
15
|
+
pathPrefix: false,
|
|
16
|
+
prefix: "",
|
|
17
|
+
global: true
|
|
18
|
+
});
|
|
19
|
+
addImports({
|
|
20
|
+
name: "dayjs",
|
|
21
|
+
as: "dayjs",
|
|
22
|
+
from: "#dayjs"
|
|
23
|
+
});
|
|
24
|
+
addTemplate({
|
|
25
|
+
filename: "dayjs.imports.mjs",
|
|
26
|
+
getContents: () => generateImportDayJs(),
|
|
27
|
+
write: true
|
|
28
|
+
});
|
|
29
|
+
await installModule("@nuxt/icon", {
|
|
30
|
+
mode: "svg",
|
|
31
|
+
customCollections: [
|
|
32
|
+
{
|
|
33
|
+
prefix: "pukaad",
|
|
34
|
+
dir: resolver.resolve("./runtime/assets/svg"),
|
|
35
|
+
normalizeIconName: false
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
prefix: "pukaad-social",
|
|
39
|
+
dir: resolver.resolve("./runtime/assets/svg/socials"),
|
|
40
|
+
normalizeIconName: false
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
});
|
|
44
|
+
await installModule("@vee-validate/nuxt", {
|
|
45
|
+
autoImports: true
|
|
46
|
+
});
|
|
47
|
+
await installModule("@vueuse/nuxt");
|
|
48
|
+
await installModule("@nuxt/image", {
|
|
49
|
+
screens: {
|
|
50
|
+
xs: 320,
|
|
51
|
+
sm: 640,
|
|
52
|
+
md: 768,
|
|
53
|
+
lg: 1024,
|
|
54
|
+
xl: 1280,
|
|
55
|
+
xxl: 1536,
|
|
56
|
+
"2xl": 1536
|
|
57
|
+
},
|
|
58
|
+
presets: {
|
|
59
|
+
avatar: {
|
|
60
|
+
modifiers: {
|
|
61
|
+
format: "jpg",
|
|
62
|
+
width: 50,
|
|
63
|
+
height: 50
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
format: ["webp"]
|
|
68
|
+
});
|
|
69
|
+
await installModule("nuxt-google-translate", {
|
|
70
|
+
defaultLanguage: "th",
|
|
71
|
+
supportedLanguages: ["en", "th"]
|
|
72
|
+
});
|
|
73
|
+
await installModule("nuxt-rating");
|
|
74
|
+
await installModule("@pinia/nuxt");
|
|
75
|
+
await installModule("pinia-plugin-persistedstate/nuxt");
|
|
76
|
+
await installModule("shadcn-nuxt", {
|
|
77
|
+
prefix: "shad",
|
|
78
|
+
componentDir: resolver.resolve("./runtime/components/ui")
|
|
79
|
+
});
|
|
80
|
+
addPlugin(resolver.resolve("./runtime/plugins/re-captcha"));
|
|
81
|
+
addPlugin(resolver.resolve("./runtime/plugins/loadingPage"));
|
|
82
|
+
addPlugin(resolver.resolve("./runtime/plugins/alert"));
|
|
83
|
+
addPlugin(resolver.resolve("./runtime/plugins/toast"));
|
|
84
|
+
_nuxt.hook("nitro:config", (nitroConfig) => {
|
|
85
|
+
nitroConfig.publicAssets ||= [];
|
|
86
|
+
nitroConfig.publicAssets.push({
|
|
87
|
+
dir: resolver.resolve("./runtime/assets"),
|
|
88
|
+
maxAge: 60 * 60 * 24 * 365
|
|
89
|
+
});
|
|
90
|
+
});
|
|
91
|
+
_nuxt.options.alias["@"] = resolver.resolve(".");
|
|
92
|
+
_nuxt.options.css.push(resolver.resolve("./runtime/assets/css/main.css"));
|
|
93
|
+
_nuxt.hook("vite:extendConfig", (config) => {
|
|
94
|
+
config.plugins.push(tailwindcss());
|
|
95
|
+
});
|
|
96
|
+
_nuxt.options.runtimeConfig.public.BASE_URL_API = process.env.BASE_URL_API ?? "";
|
|
97
|
+
_nuxt.options.runtimeConfig.public.RECAPTCHA_KEY = process.env.RECAPTCHA_KEY ?? "";
|
|
98
|
+
_nuxt.options.alias["#dayjs"] = resolver.resolve(
|
|
99
|
+
_nuxt.options.buildDir,
|
|
100
|
+
"dayjs.imports.mjs"
|
|
101
|
+
);
|
|
102
|
+
_nuxt.hook("prepare:types", ({ references }) => {
|
|
103
|
+
references.push(
|
|
104
|
+
{ types: "dayjs/plugin/buddhistEra" },
|
|
105
|
+
{ types: "dayjs/plugin/minMax" },
|
|
106
|
+
{ types: "dayjs/plugin/updateLocale" }
|
|
107
|
+
);
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
});
|
|
111
|
+
const generateImportDayJs = () => {
|
|
112
|
+
return `
|
|
113
|
+
import dayjs from "dayjs";
|
|
114
|
+
import buddhistEra from "dayjs/plugin/buddhistEra";
|
|
115
|
+
import minMax from "dayjs/plugin/minMax";
|
|
116
|
+
import updateLocale from "dayjs/plugin/updateLocale";
|
|
117
|
+
import duration from "dayjs/plugin/duration";
|
|
118
|
+
import "dayjs/locale/th";
|
|
119
|
+
|
|
120
|
+
dayjs.extend(updateLocale);
|
|
121
|
+
dayjs.extend(buddhistEra);
|
|
122
|
+
dayjs.extend(minMax);
|
|
123
|
+
dayjs.extend(duration);
|
|
124
|
+
dayjs.locale("th");
|
|
125
|
+
|
|
126
|
+
export default dayjs;
|
|
127
|
+
`;
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
export { module$1 as default };
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-family:Anuphan-Bold;src:url(Anuphan/Anuphan-Bold.ttf) format("truetype"),}@font-face{font-family:Anuphan-ExtraLight;src:url(Anuphan/Anuphan-ExtraLight.ttf) format("truetype"),}@font-face{font-family:Anuphan-Light;src:url(Anuphan/Anuphan-Light.ttf) format("truetype"),}@font-face{font-family:Anuphan-Medium;src:url(Anuphan/Anuphan-Medium.ttf) format("truetype"),}@font-face{font-family:Anuphan-Regular;src:url(Anuphan/Anuphan-Regular.ttf) format("truetype"),}@font-face{font-family:Anuphan-SemiBold;src:url(Anuphan/Anuphan-SemiBold.ttf) format("truetype"),}@font-face{font-family:Anuphan-Thin;src:url(Anuphan/Anuphan-Thin.ttf) format("truetype"),}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-family:Sarabun-Bold;src:url(Sarabun/Sarabun-Bold.ttf) format("truetype"),}@font-face{font-family:Sarabun-BoldItalic;src:url(Sarabun/Sarabun-BoldItalic.ttf) format("truetype"),}@font-face{font-family:Sarabun-ExtraBold;src:url(Sarabun/Sarabun-ExtraBold.ttf) format("truetype"),}@font-face{font-family:Sarabun-ExtraBoldItalic;src:url(Sarabun/Sarabun-ExtraBoldItalic.ttf) format("truetype"),}@font-face{font-family:Sarabun-ExtraLight;src:url(Sarabun/Sarabun-ExtraLight.ttf) format("truetype"),}@font-face{font-family:Sarabun-ExtraLightItalic;src:url(Sarabun/Sarabun-ExtraLightItalic.ttf) format("truetype"),}@font-face{font-family:Sarabun-Italic;src:url(Sarabun/Sarabun-Italic.ttf) format("truetype"),}@font-face{font-family:Sarabun-Light;src:url(Sarabun/Sarabun-Light.ttf) format("truetype"),}@font-face{font-family:Sarabun-LightItalic;src:url(Sarabun/Sarabun-LightItalic.ttf) format("truetype"),}@font-face{font-family:Sarabun-Medium;src:url(Sarabun/Sarabun-Medium.ttf) format("truetype"),}@font-face{font-family:Sarabun-MediumItalic;src:url(Sarabun/Sarabun-MediumItalic.ttf) format("truetype"),}@font-face{font-family:Sarabun-Regular;src:url(Sarabun/Sarabun-Regular.ttf) format("truetype"),}@font-face{font-family:Sarabun-SemiBold;src:url(Sarabun/Sarabun-SemiBold.ttf) format("truetype"),}@font-face{font-family:Sarabun-SemiBoldItalic;src:url(Sarabun/Sarabun-SemiBoldItalic.ttf) format("truetype"),}@font-face{font-family:Sarabun-Thin;src:url(Sarabun/Sarabun-Thin.ttf) format("truetype"),}@font-face{font-family:Sarabun-ThinItalic;src:url(Sarabun/Sarabun-ThinItalic.ttf) format("truetype"),}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "tailwindcss";@import "tw-animate-css";@import "./system.css";@import "./fonts/Anuphan.css";@import "./fonts/Sarabun.css";@import "./scroll-bar.css";@import "quill/dist/quill.snow.css";@custom-variant dark (&:is(.dark *));@theme inline{--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-primary-foreground:var(--primary-foreground);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-destructive:var(--destructive);--color-destructive-foreground:var(--destructive-foreground);--color-border:var(--border);--color-input:var(--input);--color-ring:var(--ring);--color-chart-1:var(--chart-1);--color-chart-2:var(--chart-2);--color-chart-3:var(--chart-3);--color-chart-4:var(--chart-4);--color-chart-5:var(--chart-5);--color-sidebar:var(--sidebar);--color-sidebar-foreground:var(--sidebar-foreground);--color-sidebar-primary:var(--sidebar-primary);--color-sidebar-primary-foreground:var(--sidebar-primary-foreground);--color-sidebar-accent:var(--sidebar-accent);--color-sidebar-accent-foreground:var(--sidebar-accent-foreground);--color-sidebar-border:var(--sidebar-border);--color-sidebar-ring:var(--sidebar-ring);--color-red:var(--red);--color-error:var(--error);--color-success:var(--success);--color-green:var(--green);--color-warning:var(--warning);--color-yellow:var(--yellow);--color-primary:var(--primary);--color-secondary:var(--secondary);--color-info:var(--info);--color-black:var(--black);--color-dark:var(--dark);--color-gray:var(--gray);--color-cloud:var(--cloud);--color-mercury:var(--mercury);--color-green-light:var(--green-light);--color-red-light:var(--red-light);--color-yellow-light:var(--yellow-light);--color-bright:var(--bright);--color-silver:var(--silver);--color-smoke:var(--smoke);--z-index-announce-tool:10;--z-index-dropdown:11;--z-index-overlay:12;--z-index-loading:13;--z-index-drawer:14;--z-index-modal:15;--z-index-toast:99998;--z-index-loading-page:99999}:root{--radius:0.625rem;--red:#b71c1c;--success:#43a047;--green:#1b5e20;--warning:#f9a825;--yellow:#fbc02d;--info:#e3f2fd;--black:#212121;--dark:#424242;--gray:#616161;--cloud:#c4c4c4;--mercury:#e0e0e0;--green-light:#e3f5e3;--red-light:#fde3e3;--yellow-light:#fef3c7;--bright:#f5f5f5;--silver:#f7f7f7;--smoke:#fafafa;--white:#fff;--background:var(--white);--foreground:var(--black);--card:var(--background);--card-foreground:var(--foreground);--popover:var(--background);--popover-foreground:var(--foreground);--primary:#1976b8;--primary-foreground:var(--white);--secondary:#22a7ef;--secondary-foreground:var(--white);--muted:oklch(0.97 0 0);--muted-foreground:var(--gray);--accent:oklch(0.97 0 0);--accent-foreground:oklch(0.205 0 0);--destructive:#d32f2f;--destructive-foreground:var(--white);--border:var(--color-mercury);--input:var(--color-mercury);--ring:var(--mercury);--chart-1:oklch(0.646 0.222 41.116);--chart-2:oklch(0.6 0.118 184.704);--chart-3:oklch(0.398 0.07 227.392);--chart-4:oklch(0.828 0.189 84.429);--chart-5:oklch(0.769 0.188 70.08);--sidebar:oklch(0.985 0 0);--sidebar-foreground:var(--foreground);--sidebar-primary:oklch(0.205 0 0);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-accent:oklch(0.97 0 0);--sidebar-accent-foreground:oklch(0.205 0 0);--sidebar-border:var(--color-mercury);--sidebar-ring:var(--color-mercury)}.dark{--background:oklch(0.145 0 0);--foreground:oklch(0.985 0 0);--card:oklch(0.145 0 0);--card-foreground:oklch(0.985 0 0);--popover:oklch(0.145 0 0);--popover-foreground:oklch(0.985 0 0);--primary:oklch(0.985 0 0);--primary-foreground:oklch(0.205 0 0);--secondary:oklch(0.269 0 0);--secondary-foreground:oklch(0.985 0 0);--muted:oklch(0.269 0 0);--muted-foreground:oklch(0.708 0 0);--accent:oklch(0.269 0 0);--accent-foreground:oklch(0.985 0 0);--destructive:oklch(0.396 0.141 25.723);--destructive-foreground:oklch(0.637 0.237 25.331);--border:oklch(0.269 0 0);--input:oklch(0.269 0 0);--ring:oklch(0.439 0 0);--chart-1:oklch(0.488 0.243 264.376);--chart-2:oklch(0.696 0.17 162.48);--chart-3:oklch(0.769 0.188 70.08);--chart-4:oklch(0.627 0.265 303.9);--chart-5:oklch(0.645 0.246 16.439);--sidebar:oklch(0.205 0 0);--sidebar-foreground:oklch(0.985 0 0);--sidebar-primary:oklch(0.488 0.243 264.376);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-accent:oklch(0.269 0 0);--sidebar-accent-foreground:oklch(0.985 0 0);--sidebar-border:oklch(0.269 0 0);--sidebar-ring:oklch(0.439 0 0)}@layer base{*{@apply border-border outline-ring/50}body{@apply bg-background text-foreground}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#e8eaed;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#bcc0c4;border-radius:10px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.font-title-large-prominent{font-family:Anuphan-SemiBold;font-size:22px;font-weight:600;line-height:26px}.font-title-large{font-family:Anuphan-Regular;font-size:22px;font-weight:400;line-height:26px}.font-title-medium-prominent{font-family:Anuphan-SemiBold;font-size:20px;font-weight:600;line-height:24px}.font-title-medium{font-family:Anuphan-Regular;font-size:20px;font-weight:400;line-height:24px}.font-title-small-prominent{font-family:Anuphan-Medium;font-size:18px;font-weight:500;line-height:24px}.font-title-small{font-family:Anuphan-Regular;font-size:18px;font-weight:400;line-height:22px}.font-body-large-prominent{font-family:Sarabun-Medium;font-size:16px;font-weight:500;line-height:26px}.font-body-large{font-family:Sarabun-Regular;font-size:16px;font-weight:400;line-height:26px}.font-body-medium-prominent{font-family:Sarabun-SemiBold;font-size:14px;font-weight:600;line-height:20px}.font-body-medium{font-family:Sarabun-Regular;font-size:14px;font-weight:400;line-height:20px}.font-body-small-prominent{font-family:Sarabun-SemiBold;font-size:12px;font-weight:600;line-height:16px}.font-body-small{font-family:Sarabun-Regular;font-size:12px;font-weight:400;line-height:16px}.font-display-large{font-size:46px;line-height:52px}.font-display-large,.font-display-medium{font-family:Anuphan-Regular;font-weight:400}.font-display-medium{font-size:40px;line-height:48px}.font-display-small-prominent{font-family:Anuphan-Bold;font-size:34px;font-weight:700;line-height:40px}.font-display-small{font-family:Anuphan-Regular;font-size:34px;font-weight:400;line-height:40px}.font-headline-large-prominent{font-family:Anuphan-Bold;font-size:32px;line-height:40px}.font-headline-large{font-family:Anuphan-Regular;font-size:32px;font-weight:400;line-height:40px}.font-headline-medium-prominent{font-family:Anuphan-Bold;font-size:26px;font-weight:700;line-height:32px}.font-headline-medium{font-family:Anuphan-Regular;font-size:26px;font-weight:400;line-height:32px}.font-headline-small-prominent{font-family:Anuphan-Medium;font-size:24px;line-height:31.2px}.font-headline-small{font-family:Anuphan-Regular;font-size:24px;font-weight:400;line-height:32px}.font-headline-x-small-prominent{font-family:Anuphan-Bold;font-size:16px;line-height:inherit}.font-label-serif-large-prominent{font-family:Sarabun-SemiBold;font-size:14px;font-weight:600;line-height:20px}.font-label-serif-large{font-family:Sarabun-Regular;font-size:14px;font-weight:400;line-height:20px}.font-label-serif-medium-prominent{font-family:Sarabun-SemiBold;font-size:14px;font-weight:600;line-height:18px}.font-label-serif-medium{font-family:Sarabun-Regular;font-size:12px;font-weight:400;line-height:16px}.font-label-serif-small-prominent{font-family:Sarabun-SemiBold;font-size:12px;font-weight:600;line-height:16px}.font-label-serif-small{font-family:Sarabun-Regular;font-size:10px;font-weight:400;line-height:14px}.font-label-sans-serif-large-prominent{font-family:Anuphan-SemiBold;font-size:14px;font-weight:600;line-height:20px}.font-label-sans-serif-large{font-family:Anuphan-Regular;font-size:14px;font-weight:400;line-height:20px}.font-label-sans-serif-medium-prominent{font-family:Anuphan-SemiBold;font-size:12px;font-weight:600;line-height:16px}.font-label-sans-serif-medium{font-family:Anuphan-Regular;font-size:12px;font-weight:400;line-height:16px}.font-label-sans-serif-small-prominent{font-family:Anuphan-SemiBold;font-size:10px;font-weight:600;line-height:14px}.font-label-sans-serif-small{font-family:Anuphan-Regular;font-size:10px;font-weight:400;line-height:14px}.font-number-extra-large-prominent{font-family:Anuphan-Bold;font-size:58px;line-height:normal}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"icon": "pukaad-social:Email",
|
|
4
|
+
"name": "Email",
|
|
5
|
+
"example": "example@email.com"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"icon": "pukaad-social:Facebook",
|
|
9
|
+
"name": "Facebook",
|
|
10
|
+
"example": "https://facebook.com/username"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"icon": "pukaad-social:Instagram",
|
|
14
|
+
"name": "Instagram",
|
|
15
|
+
"example": "https://instagram.com/username"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"icon": "pukaad-social:Line",
|
|
19
|
+
"name": "Line",
|
|
20
|
+
"example": "Line ID: username"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"icon": "pukaad-social:LinkedIn",
|
|
24
|
+
"name": "LinkedIn",
|
|
25
|
+
"example": "https://linkedin.com/in/username"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"icon": "pukaad-social:Pinterest",
|
|
29
|
+
"name": "Pinterest",
|
|
30
|
+
"example": "https://pinterest.com/username"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"icon": "pukaad-social:SnapChat",
|
|
34
|
+
"name": "Snapchat",
|
|
35
|
+
"example": "https://snapchat.com/add/username"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"icon": "pukaad-social:Threads",
|
|
39
|
+
"name": "Threads",
|
|
40
|
+
"example": "https://threads.net/@username"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"icon": "pukaad-social:Tiktok",
|
|
44
|
+
"name": "TikTok",
|
|
45
|
+
"example": "https://tiktok.com/@username"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"icon": "pukaad-social:Tumblr",
|
|
49
|
+
"name": "Tumblr",
|
|
50
|
+
"example": "https://username.tumblr.com"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"icon": "pukaad-social:WeChat",
|
|
54
|
+
"name": "WeChat",
|
|
55
|
+
"example": "WeChat ID: username"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"icon": "pukaad-social:Website",
|
|
59
|
+
"name": "Website",
|
|
60
|
+
"example": "https://example.com"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"icon": "pukaad-social:Whatsapp",
|
|
64
|
+
"name": "WhatsApp",
|
|
65
|
+
"example": "https://wa.me/1234567890"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"icon": "pukaad-social:X",
|
|
69
|
+
"name": "X",
|
|
70
|
+
"example": "https://x.com/username"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"icon": "pukaad-social:Youtube",
|
|
74
|
+
"ืname": "YouTube",
|
|
75
|
+
"example": "https://youtube.com/@username"
|
|
76
|
+
}
|
|
77
|
+
]
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.25 1.25V1.95312C13.0625 2.42188 15.25 4.88281 15.25 7.8125V9.14062C15.25 10.8984 15.8359 12.6172 16.9297 14.0234L17.5156 14.7266C17.75 15.0391 17.7891 15.4297 17.6328 15.7422C17.4766 16.0547 17.1641 16.25 16.8125 16.25H1.1875C0.796875 16.25 0.484375 16.0547 0.328125 15.7422C0.171875 15.4297 0.210938 15.0391 0.445312 14.7266L1.03125 14.0234C2.125 12.6172 2.75 10.8984 2.75 9.14062V7.8125C2.75 4.88281 4.89844 2.42188 7.75 1.95312V1.25C7.75 0.585938 8.29688 0 9 0C9.66406 0 10.25 0.585938 10.25 1.25ZM8.6875 3.75C6.42188 3.75 4.625 5.58594 4.625 7.8125V9.14062C4.625 11.0156 4.07812 12.8125 3.0625 14.375H14.8984C13.8828 12.8125 13.375 11.0156 13.375 9.14062V7.8125C13.375 5.58594 11.5391 3.75 9.3125 3.75H8.6875ZM11.5 17.5C11.5 18.1641 11.2266 18.8281 10.7578 19.2969C10.2891 19.7656 9.625 20 9 20C8.33594 20 7.67188 19.7656 7.20312 19.2969C6.73438 18.8281 6.5 18.1641 6.5 17.5H11.5Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
|
|
2
|
+
<path d="M16.3327 17.5L10.4993 14.1667L4.66602 17.5V4.16667C4.66602 3.72464 4.84161 3.30072 5.15417 2.98816C5.46673 2.67559 5.89065 2.5 6.33268 2.5H14.666C15.108 2.5 15.532 2.67559 15.8445 2.98816C16.1571 3.30072 16.3327 3.72464 16.3327 4.16667V17.5Z" fill="#1976B8"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="22"
|
|
4
|
+
height="23"
|
|
5
|
+
viewBox="0 0 22 23"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
>
|
|
8
|
+
<g clip-path="url(#clip0_16456_18909)">
|
|
9
|
+
<path
|
|
10
|
+
d="M21.4098 5.18199C21.4098 4.90289 21.2412 4.65141 20.9831 4.54533L11.2615 0.551622C11.0939 0.482793 10.906 0.482793 10.7384 0.551622L1.01689 4.54533C0.758736 4.65136 0.590149 4.90289 0.590149 5.18199V17.818C0.590149 18.0971 0.758693 18.3486 1.01689 18.4547L10.7384 22.4484C10.9042 22.5165 11.0906 22.5179 11.2607 22.4483C11.269 22.4456 10.9009 22.5965 20.9831 18.4547C21.2413 18.3486 21.4098 18.0971 21.4098 17.818V5.18199ZM11 8.48947L7.41796 7.01796L15.1591 3.641L18.9807 5.21094L11 8.48947ZM1.96672 6.26673L5.05718 7.53632V11.1182C5.05718 11.4983 5.36536 11.8065 5.74547 11.8065C6.12557 11.8065 6.43376 11.4983 6.43376 11.1182V8.10184L10.3117 9.69492V20.7848L1.96672 17.3566V6.26673ZM11 1.93237L13.386 2.91258L5.64489 6.28953L3.01929 5.2109L11 1.93237ZM11.6883 9.69492L20.0332 6.26673V17.3566L11.6883 20.7848V9.69492Z"
|
|
11
|
+
/>
|
|
12
|
+
</g>
|
|
13
|
+
<defs>
|
|
14
|
+
<clipPath id="clip0_16456_18909">
|
|
15
|
+
<rect
|
|
16
|
+
width="22"
|
|
17
|
+
height="22"
|
|
18
|
+
fill="white"
|
|
19
|
+
transform="translate(0 0.5)"
|
|
20
|
+
/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="add_a_photo_black_24dp 1" clip-path="url(#clip0_22582_54903)">
|
|
3
|
+
<path id="Vector" d="M5.42857 6.42857V3H7.71429V6.42857H11.1429V8.71429H7.71429V12.1429H5.42857V8.71429H2V6.42857H5.42857ZM8.85714 13.2857V9.85714H12.2857V6.42857H20.2857L22.3771 8.71429H26C27.2571 8.71429 28.2857 9.74286 28.2857 11V24.7143C28.2857 25.9714 27.2571 27 26 27H7.71429C6.45714 27 5.42857 25.9714 5.42857 24.7143V13.2857H8.85714ZM16.8571 23.5714C20.0114 23.5714 22.5714 21.0114 22.5714 17.8571C22.5714 14.7029 20.0114 12.1429 16.8571 12.1429C13.7029 12.1429 11.1429 14.7029 11.1429 17.8571C11.1429 21.0114 13.7029 23.5714 16.8571 23.5714ZM13.2 17.8571C13.2 19.88 14.8343 21.5143 16.8571 21.5143C18.88 21.5143 20.5143 19.88 20.5143 17.8571C20.5143 15.8343 18.88 14.2 16.8571 14.2C14.8343 14.2 13.2 15.8343 13.2 17.8571Z" fill="#616161"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_22582_54903">
|
|
7
|
+
<rect width="30" height="30" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2373 3.45053C12.5668 3.78004 12.5667 4.31427 12.2372 4.64377L6.33098 10.5498C6.00149 10.8792 5.46728 10.8792 5.13778 10.5498L2.18466 7.59691C1.85514 7.26742 1.85511 6.73318 2.1846 6.40366C2.51409 6.07414 3.04832 6.07412 3.37784 6.40361L5.73436 8.75992L11.044 3.4505C11.3735 3.121 11.9078 3.12101 12.2373 3.45053Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width="21"
|
|
3
|
+
height="20"
|
|
4
|
+
viewBox="0 0 21 20"
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
>
|
|
8
|
+
<g id="fi_3405771" clip-path="url(#clip0_9011_30108)">
|
|
9
|
+
<g id="Group">
|
|
10
|
+
<path
|
|
11
|
+
id="Vector"
|
|
12
|
+
d="M18.4066 14.8713C18.0603 14.6137 17.571 14.6856 17.3134 15.0318C17.1718 15.2222 17.0202 15.4089 16.8629 15.5868C16.5772 15.9101 16.6075 16.4038 16.9308 16.6896C17.0794 16.821 17.264 16.8856 17.4479 16.8856C17.664 16.8856 17.8792 16.7964 18.0335 16.6217C18.2198 16.411 18.3993 16.1899 18.5671 15.9643C18.8246 15.6182 18.7528 15.1288 18.4066 14.8713Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
id="Vector_2"
|
|
17
|
+
d="M19.7129 11.2055C19.2916 11.1138 18.8752 11.3812 18.7834 11.8027C18.7329 12.0346 18.6719 12.267 18.6019 12.4934C18.4745 12.9057 18.7055 13.3431 19.1177 13.4705C19.1945 13.4942 19.2722 13.5055 19.3486 13.5055C19.6822 13.5055 19.9911 13.2901 20.0948 12.9546C20.1778 12.6859 20.2502 12.4102 20.3102 12.1351C20.4019 11.7135 20.1345 11.2973 19.7129 11.2055Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
id="Vector_3"
|
|
22
|
+
d="M14.646 17.3727C14.4386 17.4885 14.2238 17.5967 14.0077 17.6943C13.6145 17.8719 13.4397 18.3346 13.6173 18.7278C13.7477 19.0167 14.0321 19.1877 14.3297 19.1877C14.4372 19.1877 14.5465 19.1654 14.6508 19.1183C14.9072 19.0025 15.1618 18.8742 15.4077 18.7369C15.7845 18.5266 15.9194 18.0507 15.709 17.6739C15.4987 17.2973 15.0228 17.1624 14.646 17.3727Z"
|
|
23
|
+
fill="currentColor"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
id="Vector_4"
|
|
27
|
+
d="M9.71861 3.75V9.67641L6.85381 12.5412C6.54873 12.8463 6.54873 13.3409 6.85381 13.646C7.00639 13.7986 7.20627 13.8748 7.40627 13.8748C7.60619 13.8748 7.80615 13.7986 7.95873 13.646L11.0523 10.5524C11.1988 10.4059 11.2811 10.2072 11.2811 10V3.75C11.2811 3.31852 10.9313 2.96875 10.4999 2.96875C10.0684 2.96875 9.71861 3.31852 9.71861 3.75Z"
|
|
28
|
+
fill="currentColor"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
id="Vector_5"
|
|
32
|
+
d="M19.7188 1.67969C19.2873 1.67969 18.9375 2.02945 18.9375 2.46094V4.63031C17.1191 1.77844 13.9434 0 10.5 0C7.82891 0 5.3177 1.0402 3.42891 2.92891C1.5402 4.8177 0.5 7.32891 0.5 10C0.5 12.6711 1.5402 15.1823 3.42891 17.0711C5.3177 18.9598 7.82891 20 10.5 20C10.5066 20 10.513 19.9992 10.5195 19.999C10.5261 19.9992 10.5325 20 10.5391 20C10.8206 20 11.105 19.9881 11.3843 19.9648C11.8142 19.9287 12.1336 19.551 12.0976 19.1211C12.0616 18.6911 11.6843 18.3716 11.2539 18.4077C11.0178 18.4275 10.7773 18.4375 10.5391 18.4375C10.5325 18.4375 10.5261 18.4383 10.5195 18.4385C10.513 18.4383 10.5066 18.4375 10.5 18.4375C5.84754 18.4375 2.0625 14.6525 2.0625 10C2.0625 5.34754 5.84754 1.5625 10.5 1.5625C13.4984 1.5625 16.2561 3.16066 17.7631 5.70312H15.615C15.1835 5.70312 14.8337 6.05289 14.8337 6.48438C14.8337 6.91586 15.1835 7.26562 15.615 7.26562H18C18.4758 7.26562 18.9209 7.13191 19.2999 6.90027C19.3243 6.88637 19.3477 6.87141 19.37 6.85527C20.05 6.40797 20.5 5.63855 20.5 4.76562V2.46094C20.5 2.02945 20.1502 1.67969 19.7188 1.67969Z"
|
|
33
|
+
fill="currentColor"
|
|
34
|
+
/>
|
|
35
|
+
</g>
|
|
36
|
+
</g>
|
|
37
|
+
<defs>
|
|
38
|
+
<clipPath id="clip0_9011_30108">
|
|
39
|
+
<rect
|
|
40
|
+
width="20"
|
|
41
|
+
height="20"
|
|
42
|
+
fill="currentColor"
|
|
43
|
+
transform="translate(0.5)"
|
|
44
|
+
/>
|
|
45
|
+
</clipPath>
|
|
46
|
+
</defs>
|
|
47
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width="20"
|
|
3
|
+
height="20"
|
|
4
|
+
viewBox="0 0 20 20"
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
>
|
|
7
|
+
<g id="coin 1" clip-path="url(#clip0_22313_8423)">
|
|
8
|
+
<g id="layer2">
|
|
9
|
+
<path
|
|
10
|
+
id="path824"
|
|
11
|
+
d="M10 0.625C4.82973 0.625 0.625 4.82973 0.625 10C0.625 15.1703 4.82973 19.375 10 19.375C15.1703 19.375 19.375 15.1703 19.375 10C19.375 4.82973 15.1703 0.625 10 0.625ZM10 1.875C14.4947 1.875 18.1299 5.50528 18.1299 10C18.1299 14.4947 14.4947 18.1299 10 18.1299C5.50528 18.1299 1.875 14.4947 1.875 10C1.875 5.50528 5.50528 1.875 10 1.875ZM9.99146 5.00366C9.82634 5.00657 9.66908 5.0747 9.55403 5.19318C9.43898 5.31166 9.3755 5.47085 9.37744 5.63599V6.16211C8.36828 6.35142 7.50488 7.00126 7.50488 8.12744C7.50488 8.90869 7.85708 9.54056 8.33008 9.90845C8.80308 10.2763 9.33716 10.4395 9.80591 10.5957C10.2747 10.752 10.6793 10.9013 10.9094 11.0803C11.1395 11.2593 11.25 11.4099 11.25 11.8787C11.25 12.9203 8.75488 12.9203 8.75488 11.8787C8.75673 11.7954 8.74193 11.7126 8.71135 11.6352C8.68077 11.5578 8.63503 11.4872 8.57681 11.4277C8.51859 11.3682 8.44906 11.3209 8.37232 11.2886C8.29557 11.2563 8.21315 11.2396 8.12988 11.2396C8.04662 11.2396 7.96419 11.2563 7.88745 11.2886C7.8107 11.3209 7.74118 11.3682 7.68296 11.4277C7.62474 11.4872 7.579 11.5578 7.54842 11.6352C7.51784 11.7126 7.50304 11.7954 7.50488 11.8787C7.50488 13.004 8.36905 13.655 9.37744 13.8452V14.3689C9.37559 14.4521 9.3904 14.5349 9.42097 14.6124C9.45155 14.6898 9.4973 14.7604 9.55552 14.8199C9.61373 14.8794 9.68326 14.9267 9.76001 14.959C9.83675 14.9913 9.91918 15.0079 10.0024 15.0079C10.0857 15.0079 10.1681 14.9913 10.2449 14.959C10.3216 14.9267 10.3911 14.8794 10.4494 14.8199C10.5076 14.7604 10.5533 14.6898 10.5839 14.6124C10.6145 14.5349 10.6293 14.4521 10.6274 14.3689V13.8452C11.636 13.6551 12.5012 13.0041 12.5012 11.8787C12.5012 11.0974 12.1478 10.4655 11.6748 10.0977C11.2018 9.72976 10.6677 9.56543 10.199 9.40918C9.73022 9.25293 9.32558 9.10477 9.09546 8.92578C8.86533 8.7468 8.75488 8.59619 8.75488 8.12744C8.75488 7.08578 11.25 7.08578 11.25 8.12744C11.25 8.29336 11.3159 8.45249 11.4332 8.56981C11.5506 8.68714 11.7097 8.75305 11.8756 8.75305C12.0415 8.75305 12.2007 8.68714 12.318 8.56981C12.4353 8.45249 12.5012 8.29336 12.5012 8.12744C12.5012 7.00295 11.6357 6.35376 10.6274 6.16333V5.63599C10.6284 5.55237 10.6126 5.4694 10.581 5.39199C10.5493 5.31459 10.5024 5.24433 10.4431 5.18537C10.3838 5.12641 10.3133 5.07994 10.2357 5.04873C10.1581 5.01752 10.0751 5.00219 9.99146 5.00366Z"
|
|
12
|
+
fill="currentColor"
|
|
13
|
+
/>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
<defs>
|
|
17
|
+
<clipPath id="clip0_22313_8423">
|
|
18
|
+
<rect width="20" height="20" />
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="219" height="200" viewBox="0 0 219 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g opacity="0.4">
|
|
3
|
+
<path d="M198.396 144.027C174.466 166.068 173.631 211.852 124.322 197.143C106.42 191.803 98.9131 177.724 78.353 178.633C41.9696 180.242 26.6306 169.89 20.952 151.077C19.2467 145.428 23.905 124.285 17.6397 114.284C4.06908 92.6189 7.86138 73.0553 22.9646 55.1998C30.9057 45.8117 44.0047 43.5899 53.5402 39.4664C64.708 34.6355 71.334 27.6979 79.1039 20.867C113.712 -9.55701 150.193 -1.83207 172.457 13.3006C191.242 26.0684 196.132 47.9675 196.178 62.9149C196.274 93.3909 235.39 109.954 198.396 144.027ZM201.228 164.791C202.796 161.777 201.624 158.065 198.612 156.497C195.598 154.929 191.886 156.101 190.318 159.113C188.751 162.125 189.923 165.839 192.935 167.407C195.948 168.974 199.662 167.804 201.228 164.791ZM38.9394 15.0326C39.6566 17.3891 42.1479 18.7182 44.5044 18.001C46.8609 17.2838 48.19 14.7926 47.4728 12.4361C46.7556 10.0796 44.2644 8.75045 41.9079 9.46764C39.5514 10.1834 38.2222 12.6761 38.9394 15.0326ZM205.288 61.7683C202.968 64.9164 203.639 69.3487 206.787 71.6701C209.935 73.9901 214.368 73.3192 216.689 70.1711C219.009 67.023 218.338 62.5907 215.19 60.2693C212.042 57.9493 207.61 58.6202 205.288 61.7683ZM49.5276 18.8403C47.6721 23.9996 50.3514 29.6853 55.5107 31.5393C60.6701 33.3934 66.3557 30.7155 68.2098 25.5561C70.0652 20.3968 67.3859 14.7112 62.2266 12.8571C57.0687 11.0031 51.3816 13.681 49.5276 18.8403ZM203.559 49.1661C202.344 50.8152 202.695 53.1381 204.345 54.3535C205.994 55.5689 208.317 55.218 209.533 53.5689C210.748 51.9198 210.397 49.597 208.748 48.3815C207.097 47.1661 204.776 47.517 203.559 49.1661ZM5.60313 146.184C4.99962 147.864 5.8712 149.717 7.55121 150.32C9.23122 150.924 11.0839 150.052 11.6874 148.372C12.2909 146.692 11.4193 144.84 9.73929 144.236C8.05928 143.631 6.20804 144.504 5.60313 146.184ZM15.4628 134.498C17.5513 130.484 15.9906 125.537 11.9765 123.449C7.96244 121.36 3.01505 122.921 0.926617 126.935C-1.16181 130.949 0.398894 135.896 4.41295 137.985C8.42701 140.073 13.3744 138.513 15.4628 134.498Z" fill="#E3F2FD"/>
|
|
4
|
+
</g>
|
|
5
|
+
<path d="M158.21 142.305H60.3282C56.8551 142.305 54.0391 139.489 54.0391 136.015V89.42C54.0391 85.9468 56.8551 83.1309 60.3282 83.1309H158.21C161.684 83.1309 164.5 85.9468 164.5 89.42V136.015C164.501 139.489 161.685 142.305 158.21 142.305Z" fill="#1976B8"/>
|
|
6
|
+
<path d="M153.719 54.8457V107.67H66.5547V52.9097C66.5547 45.7931 72.3615 40 79.4781 40H140.698C147.827 40 153.614 45.7931 153.614 52.9097V53.2423C153.686 53.7634 153.719 54.304 153.719 54.8457Z" fill="white"/>
|
|
7
|
+
<path d="M142.247 87.7676H77.9453V91.6396H142.247V87.7676Z" fill="#E3F2FD"/>
|
|
8
|
+
<path d="M142.247 77.0469H77.9453V80.9189H142.247V77.0469Z" fill="#E3F2FD"/>
|
|
9
|
+
<path d="M142.247 66.3262H77.9453V70.1982H142.247V66.3262Z" fill="#E3F2FD"/>
|
|
10
|
+
<path d="M142.247 55.6055H77.9453V59.4775H142.247V55.6055Z" fill="#E3F2FD"/>
|
|
11
|
+
<path d="M153.716 97.4374H66.5626V107.669H153.716V97.4374Z" fill="white"/>
|
|
12
|
+
<path d="M158.21 160.002H60.3282C56.8551 160.002 54.0391 157.186 54.0391 153.713V107.117C54.0391 103.644 56.8551 100.828 60.3282 100.828H158.21C161.684 100.828 164.5 103.644 164.5 107.117V153.713C164.501 157.186 161.685 160.002 158.21 160.002Z" fill="#1976B8"/>
|
|
13
|
+
<path d="M128.994 136.388L114.289 112.602C111.982 108.872 106.558 108.872 104.252 112.602L89.547 136.388C87.1173 140.319 89.9447 145.39 94.5653 145.39H123.974C128.596 145.391 131.424 140.319 128.994 136.388ZM109.27 141.446C107.366 141.446 106.046 140.074 106.046 138.398C106.046 136.696 107.365 135.4 109.27 135.4C111.176 135.4 112.494 136.697 112.494 138.398C112.496 140.073 111.176 141.446 109.27 141.446ZM112.632 120.857L111.889 130.396C111.782 131.761 110.642 132.816 109.272 132.816C108.586 132.816 107.958 132.552 107.489 132.118C107.019 131.684 106.707 131.078 106.654 130.396L105.91 120.857C105.757 118.898 107.306 117.224 109.272 117.224C111.236 117.224 112.785 118.898 112.632 120.857Z" fill="white"/>
|
|
14
|
+
<path opacity="0.09" d="M164.501 148.895V153.711C164.501 157.184 161.685 160 158.212 160H60.3271C56.8539 160 54.0391 157.185 54.0391 153.711V148.895C70.1168 150.426 89.0276 151.313 109.27 151.313C129.511 151.313 148.423 150.426 164.501 148.895Z" fill="#212121"/>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="10" cy="10" r="10" fill="#1976B8" />
|
|
3
|
+
<path
|
|
4
|
+
d="M13.6683 4H5.83188C5.37254 4 5 4.3618 5 4.80791V11.8364C5 12.2827 5.37254 12.6443 5.83188 12.6443H8.18402L9.77147 16L11.3625 12.6443H13.6681C14.1276 12.6443 14.5 12.2825 14.5 11.8364V4.80791C14.5 4.36165 14.1276 4 13.6683 4ZM12.865 10.9835C12.865 11.1306 12.742 11.25 12.5905 11.25H6.90964C6.75812 11.25 6.63518 11.1306 6.63518 10.9835V5.66097C6.63518 5.51382 6.75812 5.39442 6.90964 5.39442H12.5905C12.742 5.39442 12.865 5.51382 12.865 5.66097V10.9835Z"
|
|
5
|
+
fill="white"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="77" height="100" viewBox="0 0 77 100" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Background">
|
|
3
|
+
<path id="Vector" d="M70.1546 0H6.73258C3.01504 0 0 3.01504 0 6.73258V65.3033C0 69.0221 3.01504 72.0359 6.73258 72.0359H25.7691L38.6167 100L51.4931 72.0359H70.1534C73.8722 72.0359 76.886 69.0209 76.886 65.3033V6.73258C76.886 3.01379 73.8709 0 70.1534 0H70.1546ZM63.6533 58.1957C63.6533 59.422 62.6583 60.417 61.432 60.417H15.4552C14.2289 60.417 13.2339 59.422 13.2339 58.1957V13.8414C13.2339 12.6152 14.2289 11.6201 15.4552 11.6201H61.432C62.6583 11.6201 63.6533 12.6152 63.6533 13.8414V58.1957Z" fill="#E3F2FD"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="60" height="78" viewBox="0 0 60 78" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M54.7206 0H5.25142C2.35173 0 0 2.35173 0 5.25142V50.9366C0 53.8372 2.35173 56.188 5.25142 56.188H20.0999L30.1211 78L40.1647 56.188H54.7196C57.6203 56.188 59.9711 53.8363 59.9711 50.9366V5.25142C59.9711 2.35075 57.6193 0 54.7196 0H54.7206ZM49.6496 45.3927C49.6496 46.3492 48.8735 47.1253 47.917 47.1253H12.0551C11.0986 47.1253 10.3225 46.3492 10.3225 45.3927V10.7963C10.3225 9.83982 11.0986 9.06371 12.0551 9.06371H47.917C48.8735 9.06371 49.6496 9.83982 49.6496 10.7963V45.3927Z" fill="#1976B8"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<path d="M0 4C0 1.79086 1.79086 0 4 0H36C38.2091 0 40 1.79086 40 4V36C40 38.2091 38.2091 40 36 40H4C1.79086 40 0 38.2091 0 36V4Z" fill="url(#pattern0_1568_11463)"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<pattern id="pattern0_1568_11463" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
5
|
+
<use xlink:href="#image0_1568_11463" transform="translate(-0.025 -0.0269585) scale(0.0013125)"/>
|
|
6
|
+
</pattern>
|
|
7
|
+
<image id="image0_1568_11463" width="800" height="800" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgCAIAAABUEpE/AAAAYnpUWHRSYXcgcHJvZmlsZSB0eXBlIGlwdGMAAHjaPcGxDYAwDATA3lMwwtv+t5NxIhASHQX7C4mCO7vuZ7ftk8NyMDh5gCB+Pn1HVAPOhCJVamlVCALVlPNsr+Tq6KZbA7AXi1wTLICIugwAABW2SURBVHhe7d2/jlTnY8dhOxhhYSHiBlxQWEhRROU7oIwr2rS5BriQ5QbcpE1L53LvALlAUSRkKVuwNDZagUxWSCnWwvww7JnZ/czMe+Y8T/3uv5FZf+Z7zs58+eNPv3wBAEDnn6YOAACwHoEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAsa+mDsBc3b5x9ftvv546BWzPr7/9cXxyOnUK9oHAYn98WFQ3r115dP/O1EcA23ZwePTq7Tulxd4TWMzeWVcpKpiF9/9OlRb7TWAxY7dvXP3hu290FczRh6X19MVrmcWeEVjMkrSCvXH2D1lmsWcEFvNz79b1xw/uTp0C5kRmsWcEFnNiuIL9dvav++GT589evpk6C0PzOljMxr1b1//z3/9VXcHee/zg7r1b16dOwdAEFvPgsiAsisZi7gQWM6CuYIE0FrMmsBiduoLF0ljMl8BiaOoKFk5jMVMCi3GpK0BjMVMCi0HdvnFVXQFnNBazI7AY1A/ffTN1BFiQxw/u3r5xdeoUjEJgMaJ7t657vSvgI553MSMCi+G4OAh80qP7d4xYzIXAYjiepAKf4/cDcyGwGMvtG1ddHAQ+x4jFXAgsxvL9t19PHQEWzYjFLAgsAObEiMUsCCzGcvPalakjwNIZsRifwGIgbsACVmHEYnwCi4F4VgqsyP2aDE5gMQrzFQB7Q2AxCs9HgdW5X5PBCSwA5sdtWAxOYDEKz0eBtZi9GZnAYghuwAJgnwgshuCZKAD7RGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBATGABAMQEFgBA7KupA8BFHBwevXr7buoUbNvNa1ce3b8zdQq4LIEFvYdPnj97+WbqFOzG0xevf/juG5kFGyWwoHRwePT0xevjk9Opg7AzxyenP5/8/r+v/u/xg7tTZ4ELcg8WZB4+ef7z//yurpiFZy/fPHzyfOoUcEECCxoHh0cuCzIvGgs2R2BBwy3tzNGzl28ODo+mTgFrE1jQ+PW3P6aOwIievng9dQRYm8CCwMHhkVuvmKnjk1MjFuQEFgRcH2TW/AcMOYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWAAAMYEFABATWABLd/PalakjwHoEFsCi3b5x9dH9O1OngPUILAgYAJiv77/9euoIsDaBBYFH9+/cvnF16hSMyNMD2ASBBY0fvvtm6ggM596t664PwiYILGg8un/n3q3rU6dgIPduXX/84O7UKeAiBBZkHj+4q7GYC3UFGyWwoPT4wd1/+5d/dj8Wg1NXsGlfTR0A1nN2R8vB4dGrt++mzsIO3Lx2xX1XsGkCCzbC/8AAlswlQgCAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACAIgJLACAmMACYJZ+/e2PqSOwMwKLIfhFCazl4PDo+OR06hTsjMBiCMcnpweHR1OnAP706u27qSOwSwKLUfh1CcDeEFgAzI/7ChicwGIUfl0CK3IDFuMTWIzCbVjAitxRwPgEFgN5+uL11BEAgzczILAYiBELmOT6ILMgsBiLEQs4n98SzILAYixGLOAc5ivmQmAxHE9Pgc/x+4G5EFgMx4gFfNLDJ8/NV8yFwGJEnqQCHzk4PHr28s3UKRiFwGJExyenD588nzoFLIjnXcyLwGJQz16+0VjAGRcHmR2Bxbg0FnBWVy4OMjsCi6FpLFg4dcVMCSxGp7FgsdQV8yWwmAGNBQukrpg1gcU8aCxYFHXF3AksZkNjwRIcHB79x3/9t7pi7r788adfps7AQG7fuPrDd988un9n6iAwP4Yr9sZXUwdgLMcnpz+f/P70xWuZBfvk4PDo6YvXXuyKvSGwmCWZBXtDWrGXBBYz9j6zvv/265vXrigtmJGDw6NXb9/9+tsf0oq9JLCYveOT07Nf0EoLBncWVV988YWuYu8JLPbHR6U1dXyhBOg2ve8JRBVLI7DYQ+9Li8/RWFvgD+JgybwOFizO0xevp45wWQeHR+oKlkxgweIcn5weHB5NneJSXBmEhRNYsERGrE379bc/po4A+0xgwRIZsTbq4PDIXYCwcAILFsqItTkeW0BgwUIZsTbEfAUILFg0N2JvgvkKEFiwaG7EzpmvgDMCC5br+OT04ZPnU6dYg/kKOCOwYNGevXzjTqyK+Qp4T2DB0rkTq+KRBN4TWLB07sSqeCSB9wQWLJ3Xa0i4Pgh8SGABbs0OeAyBDwkswIh1WeYr4CMCC/jCAHNJHj3gIwIL+MKIdRnmK+DvBBbwJzPMxXjcgL8TWMCfjFgX8PDJc/MV8HcCC/iLl8pcy8Hh0bOXb6ZOAUsksIC/eKnMtehR4HMEFvAXVwkBEgIL+Adu2V6dwQ/4HIEF/AMj1oq8OgNwDoEFfMyItQqPEnAOgQV8zIg1yXwFnE9gAZ9gnjmfxwc4n8ACPsGIdQ7zFTBJYAGfZqT5HI8MMElgAZ9mxPok8xWwCoEFfJap5u88JsAqBBbwWUasj5ivgBUJLOA8BpsPeTSAFQks4DxGrPfMV8DqBBYw4dXbd1NHFsHjAKxOYAETvKXxGY8DsDqBBUxwldD1QWBdAguY5uZujwCwFoEFTFv4iGW+AtYlsICVLHnCWfLPDlyMwAJWstgRy3wFXIDAAla1zCFnmT81cEkCC1jVAkcs8xVwMQILWMPS5pyl/bxARWABa1jUiGW+Ai5MYAHrWc6os5yfFMgJLGA9CxmxzFfAZQgsYG1LeNvjJfyMwOYILGBtS3jb4yX8jMDmCCxgbXt/ldD1QeCSBBZwEft9Bc3t7cAlCSzgIvb4Cpr5Crg8gQVcxB5fJTRfAZcnsIAL2ssQMV8BCYEFXNDxyenDJ8+nTs3MXlYjsH0CC7i4Zy/f7NOFQvMVUBFYwKXs0+SzTz8LsFsCC7iUvbnb3XwFhAQWcFn7Mfzsx08BDEJgAZe1ByOW+QpoCSwgMPcXdp/79w+MRmAB7PML0wM7IbCAwKwDxfVBICewgMCsb8NyezuQE1hAY6aZYr4CNkFgAY2Zjlgz7UJgcAILyMwuVsxXwIYILCAzu7d/nl0RAnMhsIDSjN7+2XwFbI7AAmJzedFO8xWwOQILiM3iNbHMV8BGCSwgNos/J5zLzAbMlMACeuNffZvFzAbMl8ACeoOPWK4PApsmsICNGPka3MjfG7AfBBawESNfgxv5ewP2g8ACNmLYq4QPnzx3fRDYNIEFbMqAt7ofHB49e/lm6hTAZQksYFMGHLEGbD5gLwksYIOGChp/PAhsjcACNmioEcsfDwJbI7CAzRpnxPLHg8DWCCxgswYZsVwfBLZJYAEbN8KINcL3ACyHwAI2bucjlvkK2DKBBWzDbgek3X51YIEEFrANOxyxzFfA9gksYEt29SoJu/q6wJIJLGBLdvUqCbv6usCSCSxgS3ZyldD1QWAnBBawPdu/2Xz7XxFAYAFbteURy3wF7IrAArZqm5PSNr8WwIcEFrBVWxuxzFfADgksYNu2Myxt56sAfJLAArZtCyOW+QrYLYEF7MCm56VNf36A8wksYAc2OmKZr4CdE1jAbmxuZNrcZwZYkcACdmNDI5b5ChiBwAJ2ZhNvw7yJzwmwLoEF7Mwm3oZ5E58TYF0CC9iZ/Cqh64PAIAQWsEvtDentZwO4MIEF7FI4YpmvgHEILGDHqtmp+jwAlyewgB1LRizzFTAUgQXs3uXHp8t/BoCQwAJ275IjlvkKGI3AAoZwmQnqMh8LsAkCCxjChUcs8xUwIIEFjOJi73JzsY8C2CiBBYziYu9yc7GPAtgogQWM4gJXCV0fBMYksICBrHu7+rrnAbZDYAEDWWvEMl8BwxJYwFhWH6VWPwmwZQILGMuKI5b5ChiZwAKGs8o0tcoZgF0RWMBwJkcs8xUwOIEFjOj8lw81XwGDE1jAiM55+VDzFTA+gQWM6JyrhN4bBxifwAIG9bnrgN4bBxifwAIG9ckRy/VBYBYEFjCuv49Ybm8HZkFgAeP6aMQyXwFzIbCAoX04WZmvgLkQWMDQ3o9Y5itgRgQWMLqz4cp8BczIlz/+9MvUGYAdu3HtyomXvwLmw4IFzIC6AuZFYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEBMYAEAxAQWAEDs/wHpxcaw3Q5p7QAAAABJRU5ErkJggg=="/>
|
|
8
|
+
</defs>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.2227 0.75C14.207 0.75 14.9727 1.54297 14.9727 2.5V10.3477C14.9727 11.2773 14.1797 12.0703 13.2227 12.0703H9.28516L5.86719 14.6133C5.64844 14.7773 5.34766 14.6406 5.34766 14.3672V12.0703H2.72266C1.73828 12.0703 0.972656 11.3047 0.972656 10.3477V2.5C0.972656 1.54297 1.73828 0.75 2.72266 0.75H13.2227ZM13.6875 10.375V2.5C13.6875 2.28125 13.4688 2.0625 13.25 2.0625H2.75C2.50391 2.0625 2.3125 2.28125 2.3125 2.5V10.375C2.3125 10.6211 2.50391 10.8125 2.75 10.8125H6.6875V12.4531L8.875 10.8125H13.25C13.4688 10.8125 13.6875 10.6211 13.6875 10.375Z" fill="#616161"/>
|
|
3
|
+
</svg>
|