@sgftech/medusa-plugin-product-variant-licenses 0.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/.cache/admin/index.html +12 -0
- package/.cache/admin/public/locales/ar/translation.json +1919 -0
- package/.cache/admin/public/locales/bg/translation.json +2011 -0
- package/.cache/admin/public/locales/bs/translation.json +2011 -0
- package/.cache/admin/public/locales/cs/translation.json +1942 -0
- package/.cache/admin/public/locales/de/translation.json +1924 -0
- package/.cache/admin/public/locales/en/translation.json +2011 -0
- package/.cache/admin/public/locales/es/translation.json +1924 -0
- package/.cache/admin/public/locales/fr/translation.json +1924 -0
- package/.cache/admin/public/locales/hi/translation.json +2011 -0
- package/.cache/admin/public/locales/hr/translation.json +2011 -0
- package/.cache/admin/public/locales/it/translation.json +1922 -0
- package/.cache/admin/public/locales/ja/translation.json +2006 -0
- package/.cache/admin/public/locales/ko/translation.json +2011 -0
- package/.cache/admin/public/locales/pl/translation.json +1919 -0
- package/.cache/admin/public/locales/pt/translation.json +1925 -0
- package/.cache/admin/public/locales/ru/translation.json +1919 -0
- package/.cache/admin/public/locales/sl/translation.json +2010 -0
- package/.cache/admin/public/locales/tm/translation.json +1924 -0
- package/.cache/admin/public/locales/uk/translation.json +1919 -0
- package/.cache/admin/public/locales/vi/translation.json +2011 -0
- package/.cache/admin/public/locales/zh/translation.json +2011 -0
- package/.cache/admin/public/logo.svg +10 -0
- package/.cache/admin/src/App.tsx +61 -0
- package/.cache/admin/src/assets/styles/emoji-picker.css +109 -0
- package/.cache/admin/src/assets/styles/global.css +465 -0
- package/.cache/admin/src/assets/svg/carrot.svg +5 -0
- package/.cache/admin/src/assets/svg/controller.svg +7 -0
- package/.cache/admin/src/assets/svg/flag.svg +4 -0
- package/.cache/admin/src/assets/svg/happy.svg +6 -0
- package/.cache/admin/src/assets/svg/heart.svg +3 -0
- package/.cache/admin/src/assets/svg/lightbulb.svg +5 -0
- package/.cache/admin/src/assets/svg/plane.svg +3 -0
- package/.cache/admin/src/assets/svg/search.svg +3 -0
- package/.cache/admin/src/assets/svg/sprout.svg +6 -0
- package/.cache/admin/src/assets/svg/star.svg +3 -0
- package/.cache/admin/src/components/atoms/avatar/index.tsx +62 -0
- package/.cache/admin/src/components/atoms/back-button/index.tsx +32 -0
- package/.cache/admin/src/components/atoms/checkbox/index.tsx +32 -0
- package/.cache/admin/src/components/atoms/copy-to-clipboard/index.tsx +59 -0
- package/.cache/admin/src/components/atoms/date-picker/custom-header.tsx +44 -0
- package/.cache/admin/src/components/atoms/date-picker/date-picker.tsx +155 -0
- package/.cache/admin/src/components/atoms/date-picker/time-picker.tsx +103 -0
- package/.cache/admin/src/components/atoms/date-picker/types.tsx +6 -0
- package/.cache/admin/src/components/atoms/date-picker/utils.ts +25 -0
- package/.cache/admin/src/components/atoms/fade-wrapper/index.tsx +47 -0
- package/.cache/admin/src/components/atoms/file-upload-field/index.tsx +105 -0
- package/.cache/admin/src/components/atoms/includes-tax-tooltip/index.tsx +25 -0
- package/.cache/admin/src/components/atoms/input-error/index.tsx +72 -0
- package/.cache/admin/src/components/atoms/loading-container/index.tsx +32 -0
- package/.cache/admin/src/components/atoms/notification/index.tsx +62 -0
- package/.cache/admin/src/components/atoms/number-scroller/index.tsx +51 -0
- package/.cache/admin/src/components/atoms/os-shortcut/index.tsx +48 -0
- package/.cache/admin/src/components/atoms/page-description/index.tsx +20 -0
- package/.cache/admin/src/components/atoms/save-notification/error-state.tsx +49 -0
- package/.cache/admin/src/components/atoms/save-notification/index.tsx +94 -0
- package/.cache/admin/src/components/atoms/save-notification/saving-state.tsx +30 -0
- package/.cache/admin/src/components/atoms/save-notification/success-state.tsx +49 -0
- package/.cache/admin/src/components/atoms/settings-card/index.tsx +58 -0
- package/.cache/admin/src/components/atoms/skeleton/index.tsx +25 -0
- package/.cache/admin/src/components/atoms/spacer/index.tsx +9 -0
- package/.cache/admin/src/components/atoms/spinner.tsx +35 -0
- package/.cache/admin/src/components/atoms/switch/index.tsx +30 -0
- package/.cache/admin/src/components/atoms/text-input/index.tsx +19 -0
- package/.cache/admin/src/components/atoms/thumbnail/index.ts +1 -0
- package/.cache/admin/src/components/atoms/thumbnail/thumbnail.tsx +31 -0
- package/.cache/admin/src/components/atoms/toaster-container/index.tsx +33 -0
- package/.cache/admin/src/components/atoms/tooltip/index.tsx +61 -0
- package/.cache/admin/src/components/atoms/two-step-delete/index.tsx +110 -0
- package/.cache/admin/src/components/declarative-toaster/index.tsx +23 -0
- package/.cache/admin/src/components/extensions/route-container/index.tsx +80 -0
- package/.cache/admin/src/components/extensions/route-container/route-error-element.tsx +75 -0
- package/.cache/admin/src/components/extensions/route-container/use-route-container-props.tsx +8 -0
- package/.cache/admin/src/components/extensions/setting-container/index.tsx +14 -0
- package/.cache/admin/src/components/extensions/setting-container/setting-error-element.tsx +77 -0
- package/.cache/admin/src/components/extensions/setting-container/use-setting-container-props.tsx +7 -0
- package/.cache/admin/src/components/extensions/widget-container/index.tsx +32 -0
- package/.cache/admin/src/components/extensions/widget-container/types.ts +77 -0
- package/.cache/admin/src/components/extensions/widget-container/use-widget-container-props.tsx +31 -0
- package/.cache/admin/src/components/extensions/widget-container/widget-error-boundary.tsx +136 -0
- package/.cache/admin/src/components/forms/customer-group/customer-group-general-form/index.tsx +34 -0
- package/.cache/admin/src/components/forms/discount/discount-conditions-form/index.tsx +0 -0
- package/.cache/admin/src/components/forms/discount/discount-configuration-form/index.tsx +159 -0
- package/.cache/admin/src/components/forms/discount/discount-general-form/index.tsx +192 -0
- package/.cache/admin/src/components/forms/general/address-contact-form/index.tsx +87 -0
- package/.cache/admin/src/components/forms/general/address-location-form/index.tsx +129 -0
- package/.cache/admin/src/components/forms/general/metadata-form/index.tsx +371 -0
- package/.cache/admin/src/components/forms/general/prices-form/price-form-input.tsx +92 -0
- package/.cache/admin/src/components/forms/gift-card/denomination-form/index.tsx +183 -0
- package/.cache/admin/src/components/forms/gift-card/gift-card-balance-form/index.tsx +67 -0
- package/.cache/admin/src/components/forms/gift-card/gift-card-ends-at-form/index.tsx +57 -0
- package/.cache/admin/src/components/forms/gift-card/gift-card-receiver-form/index.tsx +43 -0
- package/.cache/admin/src/components/forms/gift-card/gift-card-region-form/index.tsx +78 -0
- package/.cache/admin/src/components/forms/product/customs-form/index.tsx +75 -0
- package/.cache/admin/src/components/forms/product/dimensions-form/index.tsx +74 -0
- package/.cache/admin/src/components/forms/product/discountable-form/index.tsx +36 -0
- package/.cache/admin/src/components/forms/product/general-form/index.tsx +109 -0
- package/.cache/admin/src/components/forms/product/media-form/index.tsx +233 -0
- package/.cache/admin/src/components/forms/product/organize-form/index.tsx +131 -0
- package/.cache/admin/src/components/forms/product/organize-form/use-organize-data.tsx +63 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/add-screen.tsx +132 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/available-screen.tsx +89 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/index.tsx +55 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/table.tsx +227 -0
- package/.cache/admin/src/components/forms/product/sales-channels-modal/use-sales-channels-modal.tsx +23 -0
- package/.cache/admin/src/components/forms/product/thumbnail-form/index.tsx +113 -0
- package/.cache/admin/src/components/forms/product/variant-form/create-flow-variant-form/index.tsx +105 -0
- package/.cache/admin/src/components/forms/product/variant-form/edit-flow-variant-form/index.tsx +137 -0
- package/.cache/admin/src/components/forms/product/variant-form/variant-general-form/index.tsx +50 -0
- package/.cache/admin/src/components/forms/product/variant-form/variant-select-options-form/hooks.tsx +74 -0
- package/.cache/admin/src/components/forms/product/variant-form/variant-select-options-form/index.tsx +77 -0
- package/.cache/admin/src/components/forms/product/variant-form/variant-stock-form/index.tsx +241 -0
- package/.cache/admin/src/components/forms/product/variant-inventory-form/edit-flow-variant-form/index.tsx +44 -0
- package/.cache/admin/src/components/forms/product/variant-inventory-form/variant-stock-form/index.tsx +429 -0
- package/.cache/admin/src/components/fundamentals/badge/index.tsx +46 -0
- package/.cache/admin/src/components/fundamentals/button/index.tsx +79 -0
- package/.cache/admin/src/components/fundamentals/details-icon/contact.svg +7 -0
- package/.cache/admin/src/components/fundamentals/details-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/feature-toggle.tsx +21 -0
- package/.cache/admin/src/components/fundamentals/icon-badge/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/adjustments-icon.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/alert-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-down-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-left-icon/index.tsx +35 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-right-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-top-right-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-up-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/arrow-uturn-left/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/back-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/backspace-icon/index.tsx +42 -0
- package/.cache/admin/src/components/fundamentals/icons/bell-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/bell-noti-icon/index.tsx +41 -0
- package/.cache/admin/src/components/fundamentals/icons/bell-off-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/building-tax-icon.tsx +67 -0
- package/.cache/admin/src/components/fundamentals/icons/buildings-icon/index.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/calendar-icon.tsx +54 -0
- package/.cache/admin/src/components/fundamentals/icons/cancel-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/cart-icon/index.tsx +49 -0
- package/.cache/admin/src/components/fundamentals/icons/cash-icon/index.tsx +99 -0
- package/.cache/admin/src/components/fundamentals/icons/channels-icon.tsx +65 -0
- package/.cache/admin/src/components/fundamentals/icons/check-circle-fill-icon/index.tsx +28 -0
- package/.cache/admin/src/components/fundamentals/icons/check-circle-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/check-icon.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/chevron-down.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/chevron-left-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/chevron-right-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/chevron-up.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/circle-quarter-solid/index.tsx +24 -0
- package/.cache/admin/src/components/fundamentals/icons/clipboard-copy-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/clock-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/coins-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/corner-down-right-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/cross-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/crosshair-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/customer-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/details-icon.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/discord-icon.tsx +26 -0
- package/.cache/admin/src/components/fundamentals/icons/dollar-sign-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/down-left/index.tsx +34 -0
- package/.cache/admin/src/components/fundamentals/icons/download-icon.tsx +42 -0
- package/.cache/admin/src/components/fundamentals/icons/duplicate-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/edit-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/edit-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/ellipsis-vertical-icon/index.tsx +26 -0
- package/.cache/admin/src/components/fundamentals/icons/export-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/eye-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/eye-off-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/fast-delivery-icon/index.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/file-icon.tsx +55 -0
- package/.cache/admin/src/components/fundamentals/icons/folder-open-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/gear-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/gift-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/grip-icon.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/happy-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/help-circle.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/image-placeholder-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/info-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/key-icon.tsx +30 -0
- package/.cache/admin/src/components/fundamentals/icons/list-arrow-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/list-icon.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/lock-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/log-out-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/long-arrow-right-icon/index.tsx +38 -0
- package/.cache/admin/src/components/fundamentals/icons/mail-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/map-pin-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/medusa-icon/index.tsx +27 -0
- package/.cache/admin/src/components/fundamentals/icons/medusa-vice/index.tsx +39 -0
- package/.cache/admin/src/components/fundamentals/icons/minus-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/more-horizontal-icon.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/package-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/percent-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/plus-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/pointer-icon/index.tsx +35 -0
- package/.cache/admin/src/components/fundamentals/icons/publish-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/refresh-icon.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/refund.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/reorder-icon/index.tsx +64 -0
- package/.cache/admin/src/components/fundamentals/icons/sad-face-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/sale-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/search-icon/index.tsx +27 -0
- package/.cache/admin/src/components/fundamentals/icons/send-icon/index.tsx +33 -0
- package/.cache/admin/src/components/fundamentals/icons/sided-mouth-face/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/sorting-icon/index.tsx +54 -0
- package/.cache/admin/src/components/fundamentals/icons/sparkles-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/squares-plus/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/stop-icon.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/swatch-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/tag-dot-icon/index.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/tag-icon/index.tsx +36 -0
- package/.cache/admin/src/components/fundamentals/icons/taxes-icon.tsx +54 -0
- package/.cache/admin/src/components/fundamentals/icons/tile-icon.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/trash-icon.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/triangle-mini-icon/index.tsx +28 -0
- package/.cache/admin/src/components/fundamentals/icons/triangle-right-icon/index.tsx +28 -0
- package/.cache/admin/src/components/fundamentals/icons/truck-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/types/icon-type.ts +8 -0
- package/.cache/admin/src/components/fundamentals/icons/u-turn-icon.tsx +29 -0
- package/.cache/admin/src/components/fundamentals/icons/unpublish-icon/index.tsx +57 -0
- package/.cache/admin/src/components/fundamentals/icons/upload-icon/index.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/icons/users-icon/index.tsx +50 -0
- package/.cache/admin/src/components/fundamentals/icons/warning-circle.tsx +81 -0
- package/.cache/admin/src/components/fundamentals/icons/x-circle-icon.tsx +43 -0
- package/.cache/admin/src/components/fundamentals/image-placeholder.tsx +11 -0
- package/.cache/admin/src/components/fundamentals/input-container.tsx +37 -0
- package/.cache/admin/src/components/fundamentals/input-header.tsx +38 -0
- package/.cache/admin/src/components/fundamentals/status-indicator/index.tsx +36 -0
- package/.cache/admin/src/components/helpers/form/form.tsx +187 -0
- package/.cache/admin/src/components/helpers/form/index.ts +1 -0
- package/.cache/admin/src/components/molecules/actionables.tsx +115 -0
- package/.cache/admin/src/components/molecules/activity-card/index.tsx +68 -0
- package/.cache/admin/src/components/molecules/amount-input/amount-and-currency-input.tsx +134 -0
- package/.cache/admin/src/components/molecules/amount-input/amount-input.tsx +91 -0
- package/.cache/admin/src/components/molecules/amount-input/index.ts +4 -0
- package/.cache/admin/src/components/molecules/availability-duration/index.tsx +86 -0
- package/.cache/admin/src/components/molecules/banner-card/index.tsx +74 -0
- package/.cache/admin/src/components/molecules/batch-job-file-card/index.tsx +67 -0
- package/.cache/admin/src/components/molecules/collapsible-tree/index.tsx +186 -0
- package/.cache/admin/src/components/molecules/connected-form.tsx +20 -0
- package/.cache/admin/src/components/molecules/customer-avatar-item/index.tsx +34 -0
- package/.cache/admin/src/components/molecules/customers-groups-summary/index.tsx +33 -0
- package/.cache/admin/src/components/molecules/delimited-list/index.tsx +44 -0
- package/.cache/admin/src/components/molecules/emoji-picker/index.tsx +41 -0
- package/.cache/admin/src/components/molecules/filter-dropdown/container.tsx +99 -0
- package/.cache/admin/src/components/molecules/filter-dropdown/item.tsx +556 -0
- package/.cache/admin/src/components/molecules/filter-dropdown/save-field.tsx +48 -0
- package/.cache/admin/src/components/molecules/filter-menu/filter-menu.tsx +496 -0
- package/.cache/admin/src/components/molecules/filter-menu/index.ts +1 -0
- package/.cache/admin/src/components/molecules/filter-tab/index.tsx +62 -0
- package/.cache/admin/src/components/molecules/form-error-toaster/index.tsx +41 -0
- package/.cache/admin/src/components/molecules/form-toaster/index.tsx +177 -0
- package/.cache/admin/src/components/molecules/generating-input/index.tsx +93 -0
- package/.cache/admin/src/components/molecules/grid-input/index.tsx +15 -0
- package/.cache/admin/src/components/molecules/hot-key-action/index.tsx +23 -0
- package/.cache/admin/src/components/molecules/icon-tooltip/index.tsx +36 -0
- package/.cache/admin/src/components/molecules/indeterminate-checkbox/index.tsx +84 -0
- package/.cache/admin/src/components/molecules/input/index.tsx +165 -0
- package/.cache/admin/src/components/molecules/input-signin/index.tsx +101 -0
- package/.cache/admin/src/components/molecules/item-search/index.tsx +110 -0
- package/.cache/admin/src/components/molecules/json-view/index.tsx +94 -0
- package/.cache/admin/src/components/molecules/location-dropdown/index.tsx +50 -0
- package/.cache/admin/src/components/molecules/modal/focus-modal.tsx +114 -0
- package/.cache/admin/src/components/molecules/modal/index.tsx +167 -0
- package/.cache/admin/src/components/molecules/modal/layered-modal.tsx +163 -0
- package/.cache/admin/src/components/molecules/modal/side-modal.tsx +63 -0
- package/.cache/admin/src/components/molecules/modal/stepped-modal.tsx +227 -0
- package/.cache/admin/src/components/molecules/native-select/index.tsx +68 -0
- package/.cache/admin/src/components/molecules/note-input/index.tsx +76 -0
- package/.cache/admin/src/components/molecules/notification-bell/index.tsx +21 -0
- package/.cache/admin/src/components/molecules/numbered-item/index.tsx +52 -0
- package/.cache/admin/src/components/molecules/order-status/index.tsx +113 -0
- package/.cache/admin/src/components/molecules/rma-select-shipping/index.tsx +54 -0
- package/.cache/admin/src/components/molecules/sales-channels-display/index.tsx +82 -0
- package/.cache/admin/src/components/molecules/sales-channels-list/index.tsx +46 -0
- package/.cache/admin/src/components/molecules/sales-channels-summary/index.tsx +39 -0
- package/.cache/admin/src/components/molecules/search-bar.tsx +49 -0
- package/.cache/admin/src/components/molecules/section/index.tsx +32 -0
- package/.cache/admin/src/components/molecules/select/index.tsx +240 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/containers.tsx +190 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/control.tsx +149 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/index.ts +39 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/input.tsx +36 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/menu.tsx +344 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/multi-value.tsx +118 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/placeholder.tsx +32 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/select-primitives.ts +3 -0
- package/.cache/admin/src/components/molecules/select/next-select/components/single-value.tsx +74 -0
- package/.cache/admin/src/components/molecules/select/next-select/createable-select/index.tsx +40 -0
- package/.cache/admin/src/components/molecules/select/next-select/index.tsx +4 -0
- package/.cache/admin/src/components/molecules/select/next-select/module-augmentation.ts +74 -0
- package/.cache/admin/src/components/molecules/select/next-select/select/index.tsx +63 -0
- package/.cache/admin/src/components/molecules/select/next-select/use-select-props.tsx +85 -0
- package/.cache/admin/src/components/molecules/select/next-select/utils.tsx +83 -0
- package/.cache/admin/src/components/molecules/select/select-components.tsx +313 -0
- package/.cache/admin/src/components/molecules/shipping-option/index.tsx +70 -0
- package/.cache/admin/src/components/molecules/sidebar-company-logo/index.tsx +20 -0
- package/.cache/admin/src/components/molecules/sidebar-menu-item/index.tsx +80 -0
- package/.cache/admin/src/components/molecules/sidebar-team-member/index.tsx +28 -0
- package/.cache/admin/src/components/molecules/status-selector/index.tsx +55 -0
- package/.cache/admin/src/components/molecules/switchable-item/index.tsx +55 -0
- package/.cache/admin/src/components/molecules/table/filtering-option.tsx +96 -0
- package/.cache/admin/src/components/molecules/table/index.tsx +265 -0
- package/.cache/admin/src/components/molecules/table/table-search.tsx +47 -0
- package/.cache/admin/src/components/molecules/table-fileds-filter/index.tsx +200 -0
- package/.cache/admin/src/components/molecules/table-pagination/index.ts +1 -0
- package/.cache/admin/src/components/molecules/table-pagination/table-pagination.tsx +77 -0
- package/.cache/admin/src/components/molecules/table-toaster/index.tsx +27 -0
- package/.cache/admin/src/components/molecules/tag-grid/index.tsx +38 -0
- package/.cache/admin/src/components/molecules/tag-input/index.tsx +232 -0
- package/.cache/admin/src/components/molecules/textarea/index.tsx +114 -0
- package/.cache/admin/src/components/molecules/timeline-events/claim-event/index.tsx +267 -0
- package/.cache/admin/src/components/molecules/timeline-events/event-actionables.tsx +20 -0
- package/.cache/admin/src/components/molecules/timeline-events/event-container.tsx +108 -0
- package/.cache/admin/src/components/molecules/timeline-events/event-item-container.tsx +48 -0
- package/.cache/admin/src/components/molecules/timeline-events/event-type.ts +5 -0
- package/.cache/admin/src/components/molecules/timeline-events/exchange.tsx +336 -0
- package/.cache/admin/src/components/molecules/timeline-events/items-fulfilled.tsx +38 -0
- package/.cache/admin/src/components/molecules/timeline-events/items-shipped.tsx +37 -0
- package/.cache/admin/src/components/molecules/timeline-events/note.tsx +73 -0
- package/.cache/admin/src/components/molecules/timeline-events/notification/index.tsx +66 -0
- package/.cache/admin/src/components/molecules/timeline-events/notification/resend-modal.tsx +99 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-canceled.tsx +20 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/canceled.tsx +26 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/confirmed.tsx +40 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/created.tsx +289 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/declined.tsx +46 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/index.tsx +27 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/payment-required.tsx +77 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/refund-required.tsx +73 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-edit/requested.tsx +62 -0
- package/.cache/admin/src/components/molecules/timeline-events/order-placed.tsx +29 -0
- package/.cache/admin/src/components/molecules/timeline-events/refund.tsx +43 -0
- package/.cache/admin/src/components/molecules/timeline-events/return.tsx +151 -0
- package/.cache/admin/src/components/molecules/tooltip-icon/index.tsx +20 -0
- package/.cache/admin/src/components/molecules/user-menu/index.tsx +76 -0
- package/.cache/admin/src/components/organisms/accordion/index.tsx +113 -0
- package/.cache/admin/src/components/organisms/activity-drawer/index.tsx +87 -0
- package/.cache/admin/src/components/organisms/analytics-config-form/index.tsx +125 -0
- package/.cache/admin/src/components/organisms/analytics-preferences/index.tsx +150 -0
- package/.cache/admin/src/components/organisms/batch-jobs-activity-list/index.tsx +255 -0
- package/.cache/admin/src/components/organisms/batch-jobs-activity-list/utils.ts +43 -0
- package/.cache/admin/src/components/organisms/body-card.tsx +133 -0
- package/.cache/admin/src/components/organisms/confirmation-prompt.tsx +71 -0
- package/.cache/admin/src/components/organisms/currency-input/index.tsx +303 -0
- package/.cache/admin/src/components/organisms/custom-table-header/index.tsx +37 -0
- package/.cache/admin/src/components/organisms/delete-prompt.tsx +96 -0
- package/.cache/admin/src/components/organisms/details-collapsible/index.tsx +60 -0
- package/.cache/admin/src/components/organisms/edit-user-modal/index.tsx +145 -0
- package/.cache/admin/src/components/organisms/error-boundary/index.tsx +203 -0
- package/.cache/admin/src/components/organisms/export-modal/index.tsx +64 -0
- package/.cache/admin/src/components/organisms/file-upload-modal/index.tsx +36 -0
- package/.cache/admin/src/components/organisms/gift-card-banner/index.tsx +104 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/add-denominations-modal.tsx +198 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/denominations-table.tsx +75 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/edit-denominations-modal.tsx +211 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/index.tsx +56 -0
- package/.cache/admin/src/components/organisms/gift-card-denominations-section/use-denominations-columns.tsx +207 -0
- package/.cache/admin/src/components/organisms/help-dialog/index.tsx +103 -0
- package/.cache/admin/src/components/organisms/invite-modal/index.tsx +136 -0
- package/.cache/admin/src/components/organisms/login-card/index.tsx +119 -0
- package/.cache/admin/src/components/organisms/medusa-price-input/index.tsx +53 -0
- package/.cache/admin/src/components/organisms/metadata/index.tsx +150 -0
- package/.cache/admin/src/components/organisms/price-input/index.tsx +64 -0
- package/.cache/admin/src/components/organisms/product-attributes-section/attribute-modal.tsx +153 -0
- package/.cache/admin/src/components/organisms/product-attributes-section/index.tsx +98 -0
- package/.cache/admin/src/components/organisms/product-general-section/channels-modal.tsx +54 -0
- package/.cache/admin/src/components/organisms/product-general-section/general-modal.tsx +185 -0
- package/.cache/admin/src/components/organisms/product-general-section/index.tsx +217 -0
- package/.cache/admin/src/components/organisms/product-media-section/index.tsx +51 -0
- package/.cache/admin/src/components/organisms/product-media-section/media-modal.tsx +151 -0
- package/.cache/admin/src/components/organisms/product-raw-section/index.tsx +28 -0
- package/.cache/admin/src/components/organisms/product-thumbnail-section/index.tsx +96 -0
- package/.cache/admin/src/components/organisms/product-thumbnail-section/thumbnail-modal.tsx +158 -0
- package/.cache/admin/src/components/organisms/product-variant-tree/index.tsx +89 -0
- package/.cache/admin/src/components/organisms/product-variants-section/add-variant-modal.tsx +214 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/currency-cell.tsx +243 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/edit-prices-actions.tsx +106 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/edit-prices-table.tsx +842 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/index.tsx +387 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/save-prompt.tsx +111 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-prices-modal/utils.ts +84 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variant-inventory-modal.tsx +354 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variant-modal.tsx +217 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variants-modal/edit-variant-screen.tsx +153 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variants-modal/index.tsx +204 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variants-modal/use-edit-variants-modal.tsx +20 -0
- package/.cache/admin/src/components/organisms/product-variants-section/edit-variants-modal/variant-card.tsx +170 -0
- package/.cache/admin/src/components/organisms/product-variants-section/index.tsx +241 -0
- package/.cache/admin/src/components/organisms/product-variants-section/options-modal.tsx +273 -0
- package/.cache/admin/src/components/organisms/product-variants-section/options-provider.tsx +47 -0
- package/.cache/admin/src/components/organisms/product-variants-section/table.tsx +234 -0
- package/.cache/admin/src/components/organisms/radio-group/index.tsx +174 -0
- package/.cache/admin/src/components/organisms/raw-json/index.tsx +38 -0
- package/.cache/admin/src/components/organisms/reset-token-card/index.tsx +129 -0
- package/.cache/admin/src/components/organisms/rma-return-product-table/index.tsx +120 -0
- package/.cache/admin/src/components/organisms/rma-select-product-table/index.tsx +316 -0
- package/.cache/admin/src/components/organisms/section/index.tsx +52 -0
- package/.cache/admin/src/components/organisms/sidebar/index.tsx +142 -0
- package/.cache/admin/src/components/organisms/table-container/index.tsx +50 -0
- package/.cache/admin/src/components/organisms/table-container/pagination.tsx +86 -0
- package/.cache/admin/src/components/organisms/table-container/types.ts +12 -0
- package/.cache/admin/src/components/organisms/timeline/index.tsx +224 -0
- package/.cache/admin/src/components/organisms/topbar/index.tsx +62 -0
- package/.cache/admin/src/components/organisms/upload-modal/index.tsx +326 -0
- package/.cache/admin/src/components/private-route/index.tsx +31 -0
- package/.cache/admin/src/components/seo/index.tsx +80 -0
- package/.cache/admin/src/components/templates/add-products-modal/index.tsx +117 -0
- package/.cache/admin/src/components/templates/add-products-modal/product-table-config.tsx +106 -0
- package/.cache/admin/src/components/templates/add-products-modal/utils.ts +32 -0
- package/.cache/admin/src/components/templates/address-form.tsx +191 -0
- package/.cache/admin/src/components/templates/collection-modal/index.tsx +237 -0
- package/.cache/admin/src/components/templates/collection-product-table/add-product-table.tsx +240 -0
- package/.cache/admin/src/components/templates/collection-product-table/index.tsx +198 -0
- package/.cache/admin/src/components/templates/collection-product-table/types.ts +11 -0
- package/.cache/admin/src/components/templates/collection-product-table/use-collection-product-columns.tsx +48 -0
- package/.cache/admin/src/components/templates/collection-product-table/use-sorting-options.tsx +89 -0
- package/.cache/admin/src/components/templates/collection-product-table/use-view-product-columns.tsx +59 -0
- package/.cache/admin/src/components/templates/collection-product-table/utils.tsx +64 -0
- package/.cache/admin/src/components/templates/collection-product-table/view-products-table.tsx +205 -0
- package/.cache/admin/src/components/templates/collections-table/index.tsx +192 -0
- package/.cache/admin/src/components/templates/collections-table/use-collection-actions.tsx +48 -0
- package/.cache/admin/src/components/templates/collections-table/use-collection-column.tsx +54 -0
- package/.cache/admin/src/components/templates/customer-group-table/config.tsx +105 -0
- package/.cache/admin/src/components/templates/customer-group-table/customer-groups-table.tsx +295 -0
- package/.cache/admin/src/components/templates/customer-group-table/customers-list-table.tsx +240 -0
- package/.cache/admin/src/components/templates/customer-group-table/edit-customers-table.tsx +252 -0
- package/.cache/admin/src/components/templates/customer-orders-table/index.tsx +159 -0
- package/.cache/admin/src/components/templates/customer-orders-table/use-customer-orders-columns.tsx +221 -0
- package/.cache/admin/src/components/templates/customer-table/index.tsx +208 -0
- package/.cache/admin/src/components/templates/customer-table/use-customer-columns.tsx +54 -0
- package/.cache/admin/src/components/templates/customer-table/use-customer-filters.tsx +213 -0
- package/.cache/admin/src/components/templates/discount-filter-dropdown/index.tsx +142 -0
- package/.cache/admin/src/components/templates/discount-table/index.tsx +239 -0
- package/.cache/admin/src/components/templates/discount-table/use-copy-promotion.tsx +87 -0
- package/.cache/admin/src/components/templates/discount-table/use-promotion-columns.tsx +186 -0
- package/.cache/admin/src/components/templates/discount-table/use-promotion-filters.tsx +519 -0
- package/.cache/admin/src/components/templates/discount-table/use-promotion-row-actions.tsx +103 -0
- package/.cache/admin/src/components/templates/draft-order-table/index.tsx +168 -0
- package/.cache/admin/src/components/templates/draft-order-table/use-draft-order-column.tsx +94 -0
- package/.cache/admin/src/components/templates/draft-order-table/use-draft-order-filters.ts +213 -0
- package/.cache/admin/src/components/templates/gift-card-filter-dropdown/index.tsx +188 -0
- package/.cache/admin/src/components/templates/gift-card-table/index.tsx +199 -0
- package/.cache/admin/src/components/templates/gift-card-table/use-gift-card-column.tsx +113 -0
- package/.cache/admin/src/components/templates/gift-card-table/use-gift-card-filters.ts +591 -0
- package/.cache/admin/src/components/templates/image-table/index.tsx +165 -0
- package/.cache/admin/src/components/templates/inventory-table/index.tsx +499 -0
- package/.cache/admin/src/components/templates/inventory-table/use-inventory-column.tsx +111 -0
- package/.cache/admin/src/components/templates/inventory-table/use-inventory-filters.ts +467 -0
- package/.cache/admin/src/components/templates/layout.tsx +30 -0
- package/.cache/admin/src/components/templates/login-layout.tsx +62 -0
- package/.cache/admin/src/components/templates/order-filter-dropdown/index.tsx +263 -0
- package/.cache/admin/src/components/templates/order-table/index.tsx +243 -0
- package/.cache/admin/src/components/templates/order-table/use-order-column.tsx +155 -0
- package/.cache/admin/src/components/templates/order-table/use-order-filters.ts +644 -0
- package/.cache/admin/src/components/templates/price-list-table/price-list-filters.tsx +135 -0
- package/.cache/admin/src/components/templates/price-list-table/price-list-table.tsx +203 -0
- package/.cache/admin/src/components/templates/price-list-table/use-copy-price-list.tsx +69 -0
- package/.cache/admin/src/components/templates/price-list-table/use-price-list-actions.tsx +99 -0
- package/.cache/admin/src/components/templates/price-list-table/use-price-list-columns.tsx +80 -0
- package/.cache/admin/src/components/templates/price-list-table/use-price-list-filters.tsx +495 -0
- package/.cache/admin/src/components/templates/price-list-table/utils.tsx +42 -0
- package/.cache/admin/src/components/templates/price-overrides/index.tsx +232 -0
- package/.cache/admin/src/components/templates/price-overrides/price-amount.tsx +76 -0
- package/.cache/admin/src/components/templates/product-table/index.tsx +271 -0
- package/.cache/admin/src/components/templates/product-table/overview.tsx +106 -0
- package/.cache/admin/src/components/templates/product-table/use-copy-product.ts +208 -0
- package/.cache/admin/src/components/templates/product-table/use-filter-tabs.tsx +487 -0
- package/.cache/admin/src/components/templates/product-table/use-product-actions.tsx +133 -0
- package/.cache/admin/src/components/templates/product-table/use-product-column.tsx +146 -0
- package/.cache/admin/src/components/templates/product-table/use-product-filters.ts +604 -0
- package/.cache/admin/src/components/templates/reservations-table/components/reservation-form/index.tsx +172 -0
- package/.cache/admin/src/components/templates/reservations-table/components/reservations-filter/index.tsx +906 -0
- package/.cache/admin/src/components/templates/reservations-table/index.tsx +442 -0
- package/.cache/admin/src/components/templates/reservations-table/new/index.tsx +133 -0
- package/.cache/admin/src/components/templates/reservations-table/use-reservation-filters.ts +331 -0
- package/.cache/admin/src/components/templates/reservations-table/use-reservations-columns.tsx +47 -0
- package/.cache/admin/src/components/templates/search-modal/index.tsx +168 -0
- package/.cache/admin/src/components/templates/search-modal/keyboard-shortcuts.tsx +47 -0
- package/.cache/admin/src/components/templates/search-modal/results/customer-results.tsx +68 -0
- package/.cache/admin/src/components/templates/search-modal/results/discount-results.tsx +63 -0
- package/.cache/admin/src/components/templates/search-modal/results/order-results.tsx +62 -0
- package/.cache/admin/src/components/templates/search-modal/results/product-results.tsx +68 -0
- package/.cache/admin/src/components/templates/search-modal/section-collapsible.tsx +28 -0
- package/.cache/admin/src/components/templates/search-modal/use-keyboard-navigation-list.tsx +117 -0
- package/.cache/admin/src/components/templates/selectable-table/index.tsx +211 -0
- package/.cache/admin/src/components/templates/settings-overview.tsx +25 -0
- package/.cache/admin/src/components/templates/transfer-orders-modal/index.tsx +263 -0
- package/.cache/admin/src/components/templates/two-split-pane.tsx +54 -0
- package/.cache/admin/src/components/templates/user-table.tsx +373 -0
- package/.cache/admin/src/constants/analytics.ts +1 -0
- package/.cache/admin/src/constants/forbidden-routes.ts +59 -0
- package/.cache/admin/src/constants/injection-zones.ts +52 -0
- package/.cache/admin/src/constants/medusa-backend-url.ts +2 -0
- package/.cache/admin/src/constants/query-client.ts +11 -0
- package/.cache/admin/src/domain/categories/components/multiselect/index.tsx +401 -0
- package/.cache/admin/src/domain/categories/utils/transform-response.ts +12 -0
- package/.cache/admin/src/domain/collections/details/index.tsx +284 -0
- package/.cache/admin/src/domain/collections/index.tsx +27 -0
- package/.cache/admin/src/domain/customers/details/edit.tsx +187 -0
- package/.cache/admin/src/domain/customers/details/index.tsx +187 -0
- package/.cache/admin/src/domain/customers/groups/customer-group-modal.tsx +191 -0
- package/.cache/admin/src/domain/customers/groups/details.tsx +314 -0
- package/.cache/admin/src/domain/customers/groups/index.tsx +100 -0
- package/.cache/admin/src/domain/customers/header.tsx +28 -0
- package/.cache/admin/src/domain/customers/index.tsx +74 -0
- package/.cache/admin/src/domain/discounts/details/conditions/add-condition/conditions-provider.tsx +198 -0
- package/.cache/admin/src/domain/discounts/details/conditions/add-condition/index.tsx +30 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/collections/add-collections.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/collections/collections-conditions-table.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/customer-groups/add-customer-groups.tsx +83 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/customer-groups/customer-groups-conditions-table.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/product-types/add-types.tsx +84 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/product-types/type-conditions-table.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/products/add-products.tsx +79 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/products/product-conditions-table.tsx +84 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/tags/add-tags.tsx +80 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-condition-resources/tags/tags-conditions-table.tsx +80 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/add-conditions-screens.tsx +35 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/condition-table-actions.tsx +78 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/edit-condition-modal.tsx +82 -0
- package/.cache/admin/src/domain/discounts/details/conditions/edit-condition/edit-condition-provider.tsx +148 -0
- package/.cache/admin/src/domain/discounts/details/conditions/index.tsx +84 -0
- package/.cache/admin/src/domain/discounts/details/conditions/use-discount-conditions.tsx +131 -0
- package/.cache/admin/src/domain/discounts/details/configurations/edit-configurations.tsx +134 -0
- package/.cache/admin/src/domain/discounts/details/configurations/index.tsx +62 -0
- package/.cache/admin/src/domain/discounts/details/configurations/use-discount-configurations.tsx +173 -0
- package/.cache/admin/src/domain/discounts/details/general/edit-general.tsx +160 -0
- package/.cache/admin/src/domain/discounts/details/general/index.tsx +207 -0
- package/.cache/admin/src/domain/discounts/details/index.tsx +135 -0
- package/.cache/admin/src/domain/discounts/index.tsx +97 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/add-conditions-modal.tsx +133 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/add-condition-footer.tsx +71 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/collections.tsx +97 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/customer-groups.tsx +93 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/products.tsx +89 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/tags.tsx +79 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/add-condition-tables/types.tsx +82 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/collections.tsx +99 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/customer-groups.tsx +93 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/details-condition-footer.tsx +64 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/products.tsx +89 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/tags.tsx +81 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/details-condition-tables/types.tsx +84 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/collections.tsx +95 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/customer-groups.tsx +86 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/edit-condition-footer.tsx +65 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/products.tsx +83 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/tags.tsx +82 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/edit-condition-tables/types.tsx +77 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/collection.tsx +72 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/common.tsx +4 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/condition-operator.tsx +44 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/groups.tsx +69 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/products.tsx +120 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/tags.tsx +64 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/condition-tables/shared/types.tsx +63 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/edit-conditions-modal.tsx +53 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/form/discount-form-context.tsx +224 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/form/mappers.ts +84 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/form/use-form-actions.tsx +44 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/index.tsx +196 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/conditions/condition-item.tsx +248 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/conditions/index.tsx +86 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/configuration.tsx +273 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/discount-allocation.tsx +49 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/discount-type.tsx +65 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/sections/general.tsx +210 -0
- package/.cache/admin/src/domain/discounts/new/discount-form/use-condition-modal-items.tsx +135 -0
- package/.cache/admin/src/domain/discounts/new/index.tsx +14 -0
- package/.cache/admin/src/domain/discounts/types.ts +81 -0
- package/.cache/admin/src/domain/discounts/utils/index.tsx +24 -0
- package/.cache/admin/src/domain/gift-cards/custom-giftcard.tsx +154 -0
- package/.cache/admin/src/domain/gift-cards/details/edit-gift-card-modal.tsx +149 -0
- package/.cache/admin/src/domain/gift-cards/details/index.tsx +210 -0
- package/.cache/admin/src/domain/gift-cards/details/update-balance-modal.tsx +131 -0
- package/.cache/admin/src/domain/gift-cards/index.tsx +31 -0
- package/.cache/admin/src/domain/gift-cards/manage/index.tsx +105 -0
- package/.cache/admin/src/domain/gift-cards/new.tsx +336 -0
- package/.cache/admin/src/domain/gift-cards/overview.tsx +215 -0
- package/.cache/admin/src/domain/inventory/filter-dropdown.tsx +104 -0
- package/.cache/admin/src/domain/inventory/header.tsx +32 -0
- package/.cache/admin/src/domain/inventory/index.tsx +17 -0
- package/.cache/admin/src/domain/inventory/inventory/index.tsx +22 -0
- package/.cache/admin/src/domain/inventory/locations/components/address-form/index.tsx +165 -0
- package/.cache/admin/src/domain/inventory/locations/components/edit-sales-channels/index.tsx +81 -0
- package/.cache/admin/src/domain/inventory/locations/components/general-form/index.tsx +42 -0
- package/.cache/admin/src/domain/inventory/locations/components/location-card/index.tsx +124 -0
- package/.cache/admin/src/domain/inventory/locations/components/sales-channels-form/index.tsx +77 -0
- package/.cache/admin/src/domain/inventory/locations/components/sales-channels-section/index.tsx +31 -0
- package/.cache/admin/src/domain/inventory/locations/edit/index.tsx +146 -0
- package/.cache/admin/src/domain/inventory/locations/index.tsx +59 -0
- package/.cache/admin/src/domain/inventory/locations/new/index.tsx +263 -0
- package/.cache/admin/src/domain/inventory/reservations/index.tsx +22 -0
- package/.cache/admin/src/domain/oauth/index.tsx +29 -0
- package/.cache/admin/src/domain/orders/components/claim-type-form/index.tsx +48 -0
- package/.cache/admin/src/domain/orders/components/items-to-receive-form/index.ts +2 -0
- package/.cache/admin/src/domain/orders/components/items-to-receive-form/items-to-receive-form.tsx +75 -0
- package/.cache/admin/src/domain/orders/components/items-to-receive-form/items-to-receive-table.tsx +62 -0
- package/.cache/admin/src/domain/orders/components/items-to-receive-form/use-items-to-receive-columns.tsx +188 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/add-return-reason/add-return-reason-screen.tsx +143 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/add-return-reason/index.tsx +94 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/index.tsx +93 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/items-to-return-table.tsx +86 -0
- package/.cache/admin/src/domain/orders/components/items-to-return-form/use-return-item-columns.tsx +195 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/add-additional-items-screen/add-additional-items-screen.tsx +199 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/add-additional-items-screen/add-additional-items-table.tsx +90 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/add-additional-items-screen/index.ts +1 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/add-additional-items-screen/use-add-additional-items-columns.tsx +208 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/additional-items-table.tsx +71 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/index.tsx +100 -0
- package/.cache/admin/src/domain/orders/components/items-to-send-form/use-additional-items-columns.tsx +178 -0
- package/.cache/admin/src/domain/orders/components/refund-amount-form/index.tsx +128 -0
- package/.cache/admin/src/domain/orders/components/reservation-indicator/reservation-indicator.tsx +152 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/claim-summary.tsx +196 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/index.ts +3 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/receive-return-summary.tsx +126 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/summary-line-item.tsx +68 -0
- package/.cache/admin/src/domain/orders/components/rma-summaries/summary-shipping-line.tsx +43 -0
- package/.cache/admin/src/domain/orders/components/send-notification-form/index.tsx +57 -0
- package/.cache/admin/src/domain/orders/components/shipping-address-form/index.tsx +66 -0
- package/.cache/admin/src/domain/orders/components/shipping-address-form/shipping-address-form-modal.tsx +120 -0
- package/.cache/admin/src/domain/orders/components/shipping-form/index.tsx +238 -0
- package/.cache/admin/src/domain/orders/components/table-quantity-selector.tsx +93 -0
- package/.cache/admin/src/domain/orders/details/address-modal.tsx +229 -0
- package/.cache/admin/src/domain/orders/details/claim/register-claim-menu.tsx +395 -0
- package/.cache/admin/src/domain/orders/details/create-fulfillment/index.tsx +351 -0
- package/.cache/admin/src/domain/orders/details/create-fulfillment/item-table.tsx +241 -0
- package/.cache/admin/src/domain/orders/details/detail-cards/draft-summary.tsx +279 -0
- package/.cache/admin/src/domain/orders/details/detail-cards/summary.tsx +289 -0
- package/.cache/admin/src/domain/orders/details/email-modal.tsx +102 -0
- package/.cache/admin/src/domain/orders/details/index.tsx +650 -0
- package/.cache/admin/src/domain/orders/details/mark-shipped/index.tsx +273 -0
- package/.cache/admin/src/domain/orders/details/order-line/edit.tsx +330 -0
- package/.cache/admin/src/domain/orders/details/order-line/index.tsx +79 -0
- package/.cache/admin/src/domain/orders/details/receive-return/index.tsx +379 -0
- package/.cache/admin/src/domain/orders/details/refund/index.tsx +243 -0
- package/.cache/admin/src/domain/orders/details/reservation/edit-reservation-modal.tsx +408 -0
- package/.cache/admin/src/domain/orders/details/reservation/reserve-items-modal.tsx +345 -0
- package/.cache/admin/src/domain/orders/details/returns/index.tsx +483 -0
- package/.cache/admin/src/domain/orders/details/rma-sub-modals/address.tsx +208 -0
- package/.cache/admin/src/domain/orders/details/rma-sub-modals/products.tsx +302 -0
- package/.cache/admin/src/domain/orders/details/rma-sub-modals/return-reasons.tsx +183 -0
- package/.cache/admin/src/domain/orders/details/swap/create.tsx +511 -0
- package/.cache/admin/src/domain/orders/details/templates/address.tsx +34 -0
- package/.cache/admin/src/domain/orders/details/templates/display-total.tsx +60 -0
- package/.cache/admin/src/domain/orders/details/templates/fulfillment-status.tsx +63 -0
- package/.cache/admin/src/domain/orders/details/templates/fulfillment.tsx +195 -0
- package/.cache/admin/src/domain/orders/details/templates/index.ts +9 -0
- package/.cache/admin/src/domain/orders/details/templates/order-status.tsx +39 -0
- package/.cache/admin/src/domain/orders/details/templates/payment-actionables.tsx +86 -0
- package/.cache/admin/src/domain/orders/details/templates/payment-details.tsx +59 -0
- package/.cache/admin/src/domain/orders/details/templates/payment-status.tsx +36 -0
- package/.cache/admin/src/domain/orders/details/templates/tracking-link.tsx +18 -0
- package/.cache/admin/src/domain/orders/details/utils/create-filtering.ts +70 -0
- package/.cache/admin/src/domain/orders/details/utils/get-default-values.ts +262 -0
- package/.cache/admin/src/domain/orders/details/utils/use-admin-expand-paramter.ts +45 -0
- package/.cache/admin/src/domain/orders/draft-orders/details.tsx +517 -0
- package/.cache/admin/src/domain/orders/draft-orders/index.tsx +97 -0
- package/.cache/admin/src/domain/orders/edit/context.tsx +54 -0
- package/.cache/admin/src/domain/orders/edit/modal.tsx +478 -0
- package/.cache/admin/src/domain/orders/edit/utils/user.ts +19 -0
- package/.cache/admin/src/domain/orders/edit/variants-table.tsx +354 -0
- package/.cache/admin/src/domain/orders/index.tsx +167 -0
- package/.cache/admin/src/domain/orders/new/components/billing-details.tsx +89 -0
- package/.cache/admin/src/domain/orders/new/components/custom-item-sub-modal.tsx +90 -0
- package/.cache/admin/src/domain/orders/new/components/items.tsx +336 -0
- package/.cache/admin/src/domain/orders/new/components/select-region.tsx +66 -0
- package/.cache/admin/src/domain/orders/new/components/select-shipping.tsx +171 -0
- package/.cache/admin/src/domain/orders/new/components/shipping-details.tsx +274 -0
- package/.cache/admin/src/domain/orders/new/components/summary.tsx +406 -0
- package/.cache/admin/src/domain/orders/new/form/index.tsx +212 -0
- package/.cache/admin/src/domain/orders/new/new-order.tsx +141 -0
- package/.cache/admin/src/domain/orders/utils.ts +30 -0
- package/.cache/admin/src/domain/pricing/components/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/components/product-filter-menu/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/components/product-filter-menu/product-filter-menu.tsx +52 -0
- package/.cache/admin/src/domain/pricing/edit/details/details-drawer.tsx +184 -0
- package/.cache/admin/src/domain/pricing/edit/details/details-section.tsx +356 -0
- package/.cache/admin/src/domain/pricing/edit/details/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/edit/edit.tsx +85 -0
- package/.cache/admin/src/domain/pricing/edit/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/edit/prices/add-products-modal.tsx +695 -0
- package/.cache/admin/src/domain/pricing/edit/prices/edit-prices-modal.tsx +677 -0
- package/.cache/admin/src/domain/pricing/edit/prices/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/edit/prices/prices-section.tsx +648 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-details-form/index.ts +3 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-details-form/price-list-details-form.tsx +753 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-details-form/schema.ts +37 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-details-form/types.ts +20 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/helpers.ts +46 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/index.ts +6 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/price-list-prices-form.tsx +237 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/schema.ts +32 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/types.ts +12 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-prices-form/use-prices-form-data.tsx +78 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/helpers.ts +566 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/index.ts +3 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/models.ts +187 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/price-list-product-prices-form.tsx +2151 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/schema.ts +27 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-product-prices-form/types.ts +91 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-products-form/index.ts +3 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-products-form/price-list-products-form.tsx +482 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-products-form/schema.ts +7 -0
- package/.cache/admin/src/domain/pricing/forms/price-list-products-form/types.ts +4 -0
- package/.cache/admin/src/domain/pricing/index.tsx +16 -0
- package/.cache/admin/src/domain/pricing/new/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/new/new.tsx +769 -0
- package/.cache/admin/src/domain/pricing/overview/index.ts +1 -0
- package/.cache/admin/src/domain/pricing/overview/overview.tsx +481 -0
- package/.cache/admin/src/domain/product-categories/components/product-categories-list.tsx +151 -0
- package/.cache/admin/src/domain/product-categories/components/product-category-list-item-details.tsx +181 -0
- package/.cache/admin/src/domain/product-categories/components/tree-crumbs.tsx +54 -0
- package/.cache/admin/src/domain/product-categories/index.tsx +30 -0
- package/.cache/admin/src/domain/product-categories/modals/add-product-category.tsx +282 -0
- package/.cache/admin/src/domain/product-categories/modals/edit-product-category.tsx +241 -0
- package/.cache/admin/src/domain/product-categories/pages/index.tsx +135 -0
- package/.cache/admin/src/domain/product-categories/styles/product-categories.css +21 -0
- package/.cache/admin/src/domain/product-categories/utils/index.tsx +63 -0
- package/.cache/admin/src/domain/products/batch-job/download-template.ts +18 -0
- package/.cache/admin/src/domain/products/batch-job/import.tsx +235 -0
- package/.cache/admin/src/domain/products/edit/index.tsx +91 -0
- package/.cache/admin/src/domain/products/filter-dropdown.tsx +244 -0
- package/.cache/admin/src/domain/products/index.tsx +29 -0
- package/.cache/admin/src/domain/products/new/add-sales-channels.tsx +123 -0
- package/.cache/admin/src/domain/products/new/add-variants/index.tsx +508 -0
- package/.cache/admin/src/domain/products/new/add-variants/new-variant/index.tsx +380 -0
- package/.cache/admin/src/domain/products/new/index.tsx +518 -0
- package/.cache/admin/src/domain/products/overview/index.tsx +269 -0
- package/.cache/admin/src/domain/publishable-api-keys/index.tsx +33 -0
- package/.cache/admin/src/domain/publishable-api-keys/modals/add-sales-channels.tsx +149 -0
- package/.cache/admin/src/domain/publishable-api-keys/modals/details.tsx +116 -0
- package/.cache/admin/src/domain/publishable-api-keys/modals/manage-sales-channels.tsx +428 -0
- package/.cache/admin/src/domain/publishable-api-keys/pages/index.tsx +294 -0
- package/.cache/admin/src/domain/publishable-api-keys/tables/publishable-api-keys-table.tsx +342 -0
- package/.cache/admin/src/domain/publishable-api-keys/tables/sales-channels-table.tsx +244 -0
- package/.cache/admin/src/domain/sales-channels/form/add-sales-channel.tsx +211 -0
- package/.cache/admin/src/domain/sales-channels/form/edit-sales-channel.tsx +116 -0
- package/.cache/admin/src/domain/sales-channels/index.tsx +30 -0
- package/.cache/admin/src/domain/sales-channels/pages/details.tsx +501 -0
- package/.cache/admin/src/domain/sales-channels/tables/config.tsx +57 -0
- package/.cache/admin/src/domain/sales-channels/tables/placeholder.tsx +33 -0
- package/.cache/admin/src/domain/sales-channels/tables/product.tsx +539 -0
- package/.cache/admin/src/domain/settings/currencies/components/currency-tax-setting.tsx +111 -0
- package/.cache/admin/src/domain/settings/currencies/components/default-store-currency/default-currency-selector.tsx +104 -0
- package/.cache/admin/src/domain/settings/currencies/components/default-store-currency/index.tsx +33 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/add-currencies-screen.tsx +160 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/current-currencies-screen.tsx +197 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/edit-currencies-modal.tsx +46 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/index.tsx +38 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/table.tsx +123 -0
- package/.cache/admin/src/domain/settings/currencies/components/store-currencies/use-currency-table-columns.tsx +58 -0
- package/.cache/admin/src/domain/settings/currencies/index.tsx +131 -0
- package/.cache/admin/src/domain/settings/details.tsx +184 -0
- package/.cache/admin/src/domain/settings/index.tsx +196 -0
- package/.cache/admin/src/domain/settings/personal-information/edit-user-information/edit-user-information-modal.tsx +116 -0
- package/.cache/admin/src/domain/settings/personal-information/edit-user-information/index.tsx +67 -0
- package/.cache/admin/src/domain/settings/personal-information/index.tsx +54 -0
- package/.cache/admin/src/domain/settings/personal-information/language-settings/index.tsx +42 -0
- package/.cache/admin/src/domain/settings/personal-information/language-settings/language-menu.tsx +31 -0
- package/.cache/admin/src/domain/settings/personal-information/usage-insights/index.tsx +65 -0
- package/.cache/admin/src/domain/settings/personal-information/usage-insights/usage-insights-modal.tsx +99 -0
- package/.cache/admin/src/domain/settings/regions/components/region-form/region-details-form.tsx +160 -0
- package/.cache/admin/src/domain/settings/regions/components/region-form/region-providers-form.tsx +111 -0
- package/.cache/admin/src/domain/settings/regions/components/region-form/use-store-data.tsx +58 -0
- package/.cache/admin/src/domain/settings/regions/components/shipping-option-card/edit-modal.tsx +170 -0
- package/.cache/admin/src/domain/settings/regions/components/shipping-option-card/index.tsx +127 -0
- package/.cache/admin/src/domain/settings/regions/components/shipping-option-form/index.tsx +332 -0
- package/.cache/admin/src/domain/settings/regions/components/shipping-option-form/use-shipping-option-form-data.tsx +136 -0
- package/.cache/admin/src/domain/settings/regions/edit/general-section/edit-region.modal.tsx +192 -0
- package/.cache/admin/src/domain/settings/regions/edit/general-section/index.tsx +210 -0
- package/.cache/admin/src/domain/settings/regions/edit/index.tsx +55 -0
- package/.cache/admin/src/domain/settings/regions/edit/return-shipping-options/create-return-shipping-option.modal.tsx +110 -0
- package/.cache/admin/src/domain/settings/regions/edit/return-shipping-options/index.tsx +59 -0
- package/.cache/admin/src/domain/settings/regions/edit/shipping-options/create-shipping-option-modal.tsx +107 -0
- package/.cache/admin/src/domain/settings/regions/edit/shipping-options/index.tsx +52 -0
- package/.cache/admin/src/domain/settings/regions/index.tsx +25 -0
- package/.cache/admin/src/domain/settings/regions/new/index.tsx +177 -0
- package/.cache/admin/src/domain/settings/regions/region-overview/index.tsx +95 -0
- package/.cache/admin/src/domain/settings/regions/region-overview/region-card.tsx +49 -0
- package/.cache/admin/src/domain/settings/return-reasons/create-reason-modal.tsx +150 -0
- package/.cache/admin/src/domain/settings/return-reasons/detail.tsx +163 -0
- package/.cache/admin/src/domain/settings/return-reasons/index.tsx +101 -0
- package/.cache/admin/src/domain/settings/taxes/details.tsx +160 -0
- package/.cache/admin/src/domain/settings/taxes/edit-form.tsx +379 -0
- package/.cache/admin/src/domain/settings/taxes/edit-tax-rate-details.tsx +83 -0
- package/.cache/admin/src/domain/settings/taxes/edit.tsx +56 -0
- package/.cache/admin/src/domain/settings/taxes/index.tsx +169 -0
- package/.cache/admin/src/domain/settings/taxes/new.tsx +300 -0
- package/.cache/admin/src/domain/settings/taxes/product-selector.tsx +80 -0
- package/.cache/admin/src/domain/settings/taxes/product-type-selector.tsx +44 -0
- package/.cache/admin/src/domain/settings/taxes/region-form.tsx +178 -0
- package/.cache/admin/src/domain/settings/taxes/selectable-table.tsx +197 -0
- package/.cache/admin/src/domain/settings/taxes/shipping-option-selector.tsx +46 -0
- package/.cache/admin/src/domain/settings/taxes/tax-rate-row.tsx +87 -0
- package/.cache/admin/src/domain/settings/taxes/tax-rule-item.tsx +43 -0
- package/.cache/admin/src/domain/settings/taxes/tax-rule-selector.tsx +161 -0
- package/.cache/admin/src/domain/settings/taxes/use-tax-rate-columns.tsx +50 -0
- package/.cache/admin/src/domain/settings/users/index.tsx +88 -0
- package/.cache/admin/src/extensions/_local-entry.ts +10 -0
- package/.cache/admin/src/extensions/_main-entry.ts +7 -0
- package/.cache/admin/src/fonts/Inter-Medium.ttf +0 -0
- package/.cache/admin/src/fonts/Inter-Regular.ttf +0 -0
- package/.cache/admin/src/fonts/Inter-SemiBold.ttf +0 -0
- package/.cache/admin/src/fonts/RobotoMono-Bold.ttf +0 -0
- package/.cache/admin/src/fonts/RobotoMono-Regular.ttf +0 -0
- package/.cache/admin/src/hooks/use-build-timeline.tsx +676 -0
- package/.cache/admin/src/hooks/use-command-history.tsx +66 -0
- package/.cache/admin/src/hooks/use-computed-height.ts +19 -0
- package/.cache/admin/src/hooks/use-debounce.ts +22 -0
- package/.cache/admin/src/hooks/use-debounced-search-param.tsx +33 -0
- package/.cache/admin/src/hooks/use-detect-change.tsx +50 -0
- package/.cache/admin/src/hooks/use-edit-product-actions.tsx +193 -0
- package/.cache/admin/src/hooks/use-extension-base-props.tsx +25 -0
- package/.cache/admin/src/hooks/use-highlight-search.tsx +33 -0
- package/.cache/admin/src/hooks/use-imperative-dialog.tsx +139 -0
- package/.cache/admin/src/hooks/use-is-me.tsx +12 -0
- package/.cache/admin/src/hooks/use-notification.tsx +20 -0
- package/.cache/admin/src/hooks/use-observe-width.ts +30 -0
- package/.cache/admin/src/hooks/use-on-click-outside.tsx +28 -0
- package/.cache/admin/src/hooks/use-outside-click.ts +19 -0
- package/.cache/admin/src/hooks/use-query-filters.ts +229 -0
- package/.cache/admin/src/hooks/use-scroll.ts +20 -0
- package/.cache/admin/src/hooks/use-selection-column.tsx +39 -0
- package/.cache/admin/src/hooks/use-set-search-params.tsx +24 -0
- package/.cache/admin/src/hooks/use-stock-locations.ts +28 -0
- package/.cache/admin/src/hooks/use-toggle-state.ts +46 -0
- package/.cache/admin/src/hooks/use-window-dimensions.ts +25 -0
- package/.cache/admin/src/i18n/index.ts +119 -0
- package/.cache/admin/src/main.tsx +27 -0
- package/.cache/admin/src/medusa-app.tsx +58 -0
- package/.cache/admin/src/pages/404.tsx +12 -0
- package/.cache/admin/src/pages/a.tsx +86 -0
- package/.cache/admin/src/pages/index.tsx +20 -0
- package/.cache/admin/src/pages/invite.tsx +246 -0
- package/.cache/admin/src/pages/login.tsx +50 -0
- package/.cache/admin/src/pages/reset-password.tsx +151 -0
- package/.cache/admin/src/providers/analytics-provider.tsx +223 -0
- package/.cache/admin/src/providers/feature-flag-provider.tsx +78 -0
- package/.cache/admin/src/providers/import-refresh.tsx +57 -0
- package/.cache/admin/src/providers/medusa-provider.tsx +17 -0
- package/.cache/admin/src/providers/polling-provider.tsx +112 -0
- package/.cache/admin/src/providers/providers.tsx +54 -0
- package/.cache/admin/src/providers/route-provider.tsx +55 -0
- package/.cache/admin/src/providers/setting-provider.tsx +49 -0
- package/.cache/admin/src/providers/skeleton-provider.tsx +32 -0
- package/.cache/admin/src/providers/widget-provider.tsx +38 -0
- package/.cache/admin/src/registries/route-registry.tsx +133 -0
- package/.cache/admin/src/registries/setting-registry.tsx +60 -0
- package/.cache/admin/src/registries/widget-registry.tsx +26 -0
- package/.cache/admin/src/services/analytics.ts +119 -0
- package/.cache/admin/src/types/extensions.ts +151 -0
- package/.cache/admin/src/types/shared.ts +55 -0
- package/.cache/admin/src/types/utils.ts +3 -0
- package/.cache/admin/src/utils/bytes-converter.ts +18 -0
- package/.cache/admin/src/utils/callAll.ts +4 -0
- package/.cache/admin/src/utils/color.ts +12 -0
- package/.cache/admin/src/utils/consolidate-images.ts +15 -0
- package/.cache/admin/src/utils/countries.ts +639 -0
- package/.cache/admin/src/utils/currencies.ts +1087 -0
- package/.cache/admin/src/utils/date-utils.ts +5 -0
- package/.cache/admin/src/utils/email.ts +9 -0
- package/.cache/admin/src/utils/equals-set.ts +11 -0
- package/.cache/admin/src/utils/error-messages.ts +10 -0
- package/.cache/admin/src/utils/extensions.ts +30 -0
- package/.cache/admin/src/utils/extract-customer-name.ts +69 -0
- package/.cache/admin/src/utils/extract-options.ts +26 -0
- package/.cache/admin/src/utils/focus-by-name.ts +3 -0
- package/.cache/admin/src/utils/form-helpers.ts +22 -0
- package/.cache/admin/src/utils/form-validator.ts +71 -0
- package/.cache/admin/src/utils/fulfillment-providers.mapper.ts +26 -0
- package/.cache/admin/src/utils/generate-promotion-code.ts +12 -0
- package/.cache/admin/src/utils/get-admin-path.ts +22 -0
- package/.cache/admin/src/utils/get-error-status.ts +11 -0
- package/.cache/admin/src/utils/get-relative-time.ts +35 -0
- package/.cache/admin/src/utils/handle-form-error.tsx +64 -0
- package/.cache/admin/src/utils/images.ts +33 -0
- package/.cache/admin/src/utils/is-line-item.ts +37 -0
- package/.cache/admin/src/utils/is-nullish-object.ts +14 -0
- package/.cache/admin/src/utils/map-address-to-form.ts +23 -0
- package/.cache/admin/src/utils/nested-form.ts +87 -0
- package/.cache/admin/src/utils/payment-providers-mapper.ts +73 -0
- package/.cache/admin/src/utils/prices.ts +153 -0
- package/.cache/admin/src/utils/product-status-variant.ts +13 -0
- package/.cache/admin/src/utils/remove-nullish.ts +11 -0
- package/.cache/admin/src/utils/sales-channel-compare-operator.ts +13 -0
- package/.cache/admin/src/utils/search-param-utils.ts +86 -0
- package/.cache/admin/src/utils/trim-values.ts +11 -0
- package/.cache/admin/src/utils/validate-email.ts +7 -0
- package/.cache/admin/src/utils/xorObjFields.ts +4 -0
- package/.cache/admin/tsconfig.json +22 -0
- package/.cache/admin-build-manifest.json +29 -0
- package/.eslintrc.js +112 -0
- package/.github/dependabot.yml +21 -0
- package/.github/scripts/wait-for-server-live.sh +29 -0
- package/.github/workflows/test-cli.yml +149 -0
- package/.github/workflows/update-preview-deps-ci.yml +70 -0
- package/.github/workflows/update-preview-deps.yml +70 -0
- package/.vscode/settings.json +2 -0
- package/.yarnrc.yml +1 -0
- package/README.md +70 -0
- package/build/230.c76076a78b7563553415.css +932 -0
- package/build/442f6a4cc2f03aaf41f6.ttf +0 -0
- package/build/68fda0752a470b05a5c5.ttf +0 -0
- package/build/6dcbc9bed1ec438907ee.ttf +0 -0
- package/build/6ed339415e1071e8ebc9.ttf +0 -0
- package/build/e62b16638c71c0eb4505.ttf +0 -0
- package/build/images/icon-minus-gray-fedf0680e4cc60b17e14.svg +16 -0
- package/build/images/icon-plus-gray-4813505451ce489532e3.svg +16 -0
- package/build/index.html +1 -0
- package/build/main.c5035eb0615ccdc82cbf.css +6635 -0
- package/build/public/locales/ar/translation.json +1919 -0
- package/build/public/locales/bg/translation.json +2011 -0
- package/build/public/locales/bs/translation.json +2011 -0
- package/build/public/locales/cs/translation.json +1942 -0
- package/build/public/locales/de/translation.json +1924 -0
- package/build/public/locales/en/translation.json +2011 -0
- package/build/public/locales/es/translation.json +1924 -0
- package/build/public/locales/fr/translation.json +1924 -0
- package/build/public/locales/hi/translation.json +2011 -0
- package/build/public/locales/hr/translation.json +2011 -0
- package/build/public/locales/it/translation.json +1922 -0
- package/build/public/locales/ja/translation.json +2006 -0
- package/build/public/locales/ko/translation.json +2011 -0
- package/build/public/locales/pl/translation.json +1919 -0
- package/build/public/locales/pt/translation.json +1925 -0
- package/build/public/locales/ru/translation.json +1919 -0
- package/build/public/locales/sl/translation.json +2010 -0
- package/build/public/locales/tm/translation.json +1924 -0
- package/build/public/locales/uk/translation.json +1919 -0
- package/build/public/locales/vi/translation.json +2011 -0
- package/build/public/locales/zh/translation.json +2011 -0
- package/build/public/logo.svg +10 -0
- package/data/seed-onboarding.json +141 -0
- package/data/seed.json +1006 -0
- package/datasource.js +18 -0
- package/dist/index.js +1 -0
- package/index.js +50 -0
- package/medusa-config.js +153 -0
- package/package.json +129 -0
- package/src/api/README.md +179 -0
- package/src/index.ts +0 -0
- package/src/jobs/README.md +32 -0
- package/src/loaders/README.md +19 -0
- package/src/migrations/1717765546068-licenseVariant.ts +20 -0
- package/src/migrations/README.md +29 -0
- package/src/models/README.md +46 -0
- package/src/models/product-variant.ts +35 -0
- package/src/repositories/ProductVariant.ts +11 -0
- package/src/services/README.md +49 -0
- package/src/subscribers/README.md +44 -0
- package/tsconfig.admin.json +8 -0
- package/tsconfig.json +30 -0
- package/tsconfig.server.json +8 -0
- package/tsconfig.spec.json +5 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M26.4471 5.86972L19.6283 1.96144C17.3973 0.679521 14.6635 0.679521 12.4325 1.96144L5.58223 5.86972C3.38261 7.15164 2 9.52788 2 12.0604V19.9083C2 22.4721 3.38261 24.8171 5.58223 26.099L12.401 30.0386C14.6321 31.3205 17.3659 31.3205 19.5969 30.0386L26.4157 26.099C28.6468 24.8171 29.9979 22.4721 29.9979 19.9083V12.0604C30.0608 9.52788 28.6782 7.15164 26.4471 5.86972ZM16.0147 22.9724C12.1496 22.9724 9.00734 19.8458 9.00734 16C9.00734 12.1542 12.1496 9.02762 16.0147 9.02762C19.8797 9.02762 23.0534 12.1542 23.0534 16C23.0534 19.8458 19.9111 22.9724 16.0147 22.9724Z" fill="url(#paint0_linear_362_938)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_362_938" x1="2" y1="31" x2="35.7561" y2="21.5406" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#000"/>
|
|
7
|
+
<stop offset="1" stop-color="#000"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { lazy, Suspense } from "react"
|
|
2
|
+
import {
|
|
3
|
+
createBrowserRouter,
|
|
4
|
+
createRoutesFromElements,
|
|
5
|
+
Route,
|
|
6
|
+
RouterProvider,
|
|
7
|
+
} from "react-router-dom"
|
|
8
|
+
import Spinner from "./components/atoms/spinner"
|
|
9
|
+
import { AnalyticsProvider } from "./providers/analytics-provider"
|
|
10
|
+
import { WRITE_KEY } from "./constants/analytics"
|
|
11
|
+
|
|
12
|
+
const NotFound = lazy(() => import("./pages/404"))
|
|
13
|
+
const Dashboard = lazy(() => import("./pages/a"))
|
|
14
|
+
const IndexPage = lazy(() => import("./pages/index"))
|
|
15
|
+
const InvitePage = lazy(() => import("./pages/invite"))
|
|
16
|
+
const LoginPage = lazy(() => import("./pages/login"))
|
|
17
|
+
const ResetPasswordPage = lazy(() => import("./pages/reset-password"))
|
|
18
|
+
|
|
19
|
+
const router = createBrowserRouter(
|
|
20
|
+
createRoutesFromElements(
|
|
21
|
+
<>
|
|
22
|
+
<Route path="/" element={<IndexPage />} />
|
|
23
|
+
<Route
|
|
24
|
+
path="a/*"
|
|
25
|
+
element={
|
|
26
|
+
<AnalyticsProvider writeKey={WRITE_KEY}>
|
|
27
|
+
<Dashboard />
|
|
28
|
+
</AnalyticsProvider>
|
|
29
|
+
}
|
|
30
|
+
/>
|
|
31
|
+
<Route
|
|
32
|
+
path="invite"
|
|
33
|
+
element={
|
|
34
|
+
<AnalyticsProvider writeKey={WRITE_KEY}>
|
|
35
|
+
<InvitePage />
|
|
36
|
+
</AnalyticsProvider>
|
|
37
|
+
}
|
|
38
|
+
/>
|
|
39
|
+
<Route path="login" element={<LoginPage />} />
|
|
40
|
+
<Route path="reset-password" element={<ResetPasswordPage />} />
|
|
41
|
+
<Route path="*" element={<NotFound />} />
|
|
42
|
+
</>
|
|
43
|
+
),
|
|
44
|
+
{
|
|
45
|
+
basename: process.env.ADMIN_PATH,
|
|
46
|
+
}
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
const Loading = () => (
|
|
50
|
+
<div className="bg-grey-5 text-grey-90 flex h-screen w-full items-center justify-center">
|
|
51
|
+
<Spinner variant="secondary" />
|
|
52
|
+
</div>
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
const App = () => (
|
|
56
|
+
<Suspense fallback={<Loading />}>
|
|
57
|
+
<RouterProvider router={router} />
|
|
58
|
+
</Suspense>
|
|
59
|
+
)
|
|
60
|
+
|
|
61
|
+
export default App
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
.emoji-picker-react {
|
|
2
|
+
padding: 16px !important;
|
|
3
|
+
border: none !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.emoji-picker-react .emoji-group {
|
|
7
|
+
padding: 0 !important;
|
|
8
|
+
font-size: 12px !important;
|
|
9
|
+
font-weight: 400 !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.emoji-picker-react .emoji-group:before {
|
|
13
|
+
font-family: "Inter" !important;
|
|
14
|
+
text-transform: none !important;
|
|
15
|
+
font-size: 12px !important;
|
|
16
|
+
font-weight: 600 !important;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.emoji-picker-react .native {
|
|
20
|
+
font-size: 24px !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.emoji-picker-react .emoji {
|
|
24
|
+
color: #f3f4f6 !important;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.emoji-picker-react input.emoji-search {
|
|
28
|
+
background-color: #f9fafb !important;
|
|
29
|
+
border-radius: 4px !important;
|
|
30
|
+
border-color: #e5e7eb !important;
|
|
31
|
+
margin: 0 !important;
|
|
32
|
+
width: 100% !important;
|
|
33
|
+
font-size: 12px !important;
|
|
34
|
+
font-family: "Inter" !important;
|
|
35
|
+
color: #111827 !important;
|
|
36
|
+
caret-color: #7c3aed !important;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.emoji-picker-react input.emoji-search::placeholder {
|
|
40
|
+
font-size: 12px !important;
|
|
41
|
+
font-family: "Inter" !important;
|
|
42
|
+
color: #9ca3af !important;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.emoji-picker-react .emoji-categories button.icn-smileys_people {
|
|
46
|
+
background-image: url("../svg/happy.svg") !important;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.emoji-picker-react .emoji-categories button.icn-animals_nature {
|
|
50
|
+
background-image: url("../svg/sprout.svg") !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.emoji-picker-react .emoji-categories button.icn-food_drink {
|
|
54
|
+
background-image: url("../svg/carrot.svg") !important;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.emoji-picker-react .emoji-categories button.icn-travel_places {
|
|
58
|
+
background-image: url("../svg/plane.svg") !important;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.emoji-picker-react .emoji-categories button.icn-activities {
|
|
62
|
+
background-image: url("../svg/controller.svg") !important;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.emoji-picker-react .emoji-categories button.icn-objects {
|
|
66
|
+
background-image: url("../svg/lightbulb.svg") !important;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.emoji-picker-react .emoji-categories button.icn-symbols {
|
|
70
|
+
background-image: url("../svg/heart.svg") !important;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.emoji-picker-react .emoji-categories button.icn-flags {
|
|
74
|
+
background-image: url("../svg/flag.svg") !important;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.emoji-picker-react .emoji-categories button {
|
|
78
|
+
width: 32px !important;
|
|
79
|
+
height: 32px !important;
|
|
80
|
+
border-radius: 4px !important;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.emoji-picker-react .emoji-categories button.active {
|
|
84
|
+
background-color: white !important;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.emoji-picker-react .emoji-categories {
|
|
88
|
+
background-color: #f3f4f6 !important;
|
|
89
|
+
padding: 4px !important;
|
|
90
|
+
border-radius: 4px !important;
|
|
91
|
+
margin-bottom: 8px !important;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.emoji-picker-react
|
|
95
|
+
.active-category-indicator-wrapper
|
|
96
|
+
.active-category-indicator {
|
|
97
|
+
display: none !important;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.emoji-scroll-wrapper {
|
|
101
|
+
overflow-x: hidden !important;
|
|
102
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
103
|
+
scrollbar-width: none; /* Firefox */
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.emoji-scroll-wrapper::-webkit-scrollbar {
|
|
107
|
+
/* chrome */
|
|
108
|
+
display: none;
|
|
109
|
+
}
|
|
@@ -0,0 +1,465 @@
|
|
|
1
|
+
@tailwind base;
|
|
2
|
+
@tailwind components;
|
|
3
|
+
@tailwind utilities;
|
|
4
|
+
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: "Inter";
|
|
7
|
+
src: url("../../fonts/Inter-Regular.ttf") format("truetype");
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: swap;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Inter";
|
|
15
|
+
src: url("../../fonts/Inter-Medium.ttf") format("truetype");
|
|
16
|
+
font-weight: 500;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-display: swap;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: "Inter";
|
|
23
|
+
src: url("../../fonts/Inter-SemiBold.ttf") format("truetype");
|
|
24
|
+
font-weight: 600;
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-display: swap;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: "Roboto Mono";
|
|
31
|
+
src: url("../../fonts/RobotoMono-Bold.ttf") format("truetype");
|
|
32
|
+
font-weight: bold;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: "Roboto Mono";
|
|
39
|
+
src: url("../../fonts/RobotoMono-Regular.ttf") format("truetype");
|
|
40
|
+
font-weight: normal;
|
|
41
|
+
font-style: normal;
|
|
42
|
+
font-display: swap;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@layer base {
|
|
46
|
+
html {
|
|
47
|
+
@apply overflow-hidden;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
@layer components {
|
|
52
|
+
.inter-5xlarge-regular {
|
|
53
|
+
@apply text-5xlarge leading-4xlarge font-sans font-normal;
|
|
54
|
+
}
|
|
55
|
+
.inter-5xlarge-semibold {
|
|
56
|
+
@apply text-5xlarge leading-4xlarge font-sans font-semibold;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.inter-4xlarge-regular {
|
|
60
|
+
@apply text-4xlarge leading-3xlarge font-sans font-normal;
|
|
61
|
+
}
|
|
62
|
+
.inter-4xlarge-semibold {
|
|
63
|
+
@apply text-4xlarge leading-3xlarge font-sans font-semibold;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.inter-3xlarge-regular {
|
|
67
|
+
@apply text-3xlarge leading-2xlarge font-sans font-normal;
|
|
68
|
+
}
|
|
69
|
+
.inter-3xlarge-semibold {
|
|
70
|
+
@apply text-3xlarge leading-2xlarge font-sans font-semibold;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.inter-2xlarge-regular {
|
|
74
|
+
@apply text-2xlarge leading-xlarge font-sans font-normal;
|
|
75
|
+
}
|
|
76
|
+
.inter-2xlarge-semibold {
|
|
77
|
+
@apply text-2xlarge leading-xlarge font-sans font-semibold;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.inter-xlarge-regular {
|
|
81
|
+
@apply text-xlarge leading-large font-sans font-normal;
|
|
82
|
+
}
|
|
83
|
+
.inter-xlarge-semibold {
|
|
84
|
+
@apply text-xlarge leading-large font-sans font-semibold;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.inter-large-regular {
|
|
88
|
+
@apply text-large leading-base font-sans font-normal;
|
|
89
|
+
}
|
|
90
|
+
.inter-large-semibold {
|
|
91
|
+
@apply text-large leading-base font-sans font-semibold;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.inter-base-regular {
|
|
95
|
+
@apply leading-base font-sans text-base font-normal;
|
|
96
|
+
}
|
|
97
|
+
.inter-base-semibold {
|
|
98
|
+
@apply leading-base font-sans text-base font-semibold;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.inter-small-regular {
|
|
102
|
+
@apply text-small leading-small font-sans font-normal;
|
|
103
|
+
}
|
|
104
|
+
.inter-small-semibold {
|
|
105
|
+
@apply text-small leading-small font-sans font-semibold;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.inter-xsmall-regular {
|
|
109
|
+
@apply text-xsmall leading-xsmall font-sans font-normal;
|
|
110
|
+
}
|
|
111
|
+
.inter-xsmall-semibold {
|
|
112
|
+
@apply text-xsmall leading-xsmall font-sans font-semibold;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.mono-5xlarge-regular {
|
|
116
|
+
@apply text-5xlarge leading-4xlarge font-mono font-normal;
|
|
117
|
+
}
|
|
118
|
+
.mono-5xlarge-semibold {
|
|
119
|
+
@apply text-5xlarge leading-4xlarge font-mono font-bold;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.mono-4xlarge-regular {
|
|
123
|
+
@apply text-4xlarge leading-3xlarge font-mono font-normal;
|
|
124
|
+
}
|
|
125
|
+
.mono-4xlarge-semibold {
|
|
126
|
+
@apply text-4xlarge leading-3xlarge font-mono font-bold;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.mono-3xlarge-regular {
|
|
130
|
+
@apply text-3xlarge leading-2xlarge font-mono font-normal;
|
|
131
|
+
}
|
|
132
|
+
.mono-3xlarge-semibold {
|
|
133
|
+
@apply text-3xlarge leading-2xlarge font-mono font-bold;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.mono-2xlarge-regular {
|
|
137
|
+
@apply text-2xlarge leading-xlarge font-mono font-normal;
|
|
138
|
+
}
|
|
139
|
+
.mono-2xlarge-semibold {
|
|
140
|
+
@apply text-2xlarge leading-xlarge font-mono font-bold;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.mono-xlarge-regular {
|
|
144
|
+
@apply text-xlarge leading-large font-mono font-normal;
|
|
145
|
+
}
|
|
146
|
+
.mono-xlarge-semibold {
|
|
147
|
+
@apply text-xlarge leading-large font-mono font-bold;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.mono-large-regular {
|
|
151
|
+
@apply text-large leading-base font-mono font-normal;
|
|
152
|
+
}
|
|
153
|
+
.mono-large-semibold {
|
|
154
|
+
@apply text-large leading-base font-mono font-bold;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.mono-base-regular {
|
|
158
|
+
@apply leading-base font-mono text-base font-normal;
|
|
159
|
+
}
|
|
160
|
+
.mono-base-semibold {
|
|
161
|
+
@apply leading-base font-mono text-base font-bold;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.mono-small-regular {
|
|
165
|
+
@apply text-small leading-small font-mono font-normal;
|
|
166
|
+
}
|
|
167
|
+
.mono-small-semibold {
|
|
168
|
+
@apply text-small leading-small font-mono font-bold;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.mono-xsmall-regular {
|
|
172
|
+
@apply text-xsmall leading-xsmall font-mono font-normal;
|
|
173
|
+
}
|
|
174
|
+
.mono-xsmall-semibold {
|
|
175
|
+
@apply text-xsmall leading-xsmall font-mono font-bold;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.radio-outer-ring > span.indicator[data-state="checked"] {
|
|
179
|
+
@apply rounded-circle shadow-violet-60 shadow-[0_0_0_2px];
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.bold-active-item + span {
|
|
183
|
+
@apply inter-base-semibold;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
@layer components {
|
|
188
|
+
.react-select-container {
|
|
189
|
+
@apply -mx-3 mb-1 h-6 cursor-text border-0 p-0;
|
|
190
|
+
|
|
191
|
+
.react-select__control {
|
|
192
|
+
@apply border-0 bg-inherit shadow-none;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.react-select__control,
|
|
196
|
+
.react-select__control--is-focused,
|
|
197
|
+
.react-select__control--menu-is-open {
|
|
198
|
+
@apply m-0 h-6 p-0 !important;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.react-select__value-container--is-multi,
|
|
202
|
+
.react-select__value-container--has-value {
|
|
203
|
+
@apply m-0 h-6 p-0 pl-3 !important;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.react-select__menu,
|
|
207
|
+
.react-select__menu-list {
|
|
208
|
+
@apply z-[110] mt-0 rounded-t-none !important;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.react-select__value-container {
|
|
212
|
+
@apply pl-3 pr-0;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.react-select__indicators {
|
|
216
|
+
@apply flex h-full items-center p-0 pr-3;
|
|
217
|
+
|
|
218
|
+
.react-select__indicator {
|
|
219
|
+
@apply p-0;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.react-select__input {
|
|
224
|
+
@apply mt-0 w-full min-w-[120px] pt-0 !important;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.react-select__option,
|
|
228
|
+
.react-select__option--is-focused,
|
|
229
|
+
.react-select__option--is-selected {
|
|
230
|
+
@apply bg-grey-0 hover:bg-grey-5 !important;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.react-select__multi-value,
|
|
234
|
+
.react-select__input-container {
|
|
235
|
+
@apply my-0 py-0;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
@layer components {
|
|
241
|
+
.badge {
|
|
242
|
+
@apply rounded-rounded inter-small-semibold w-min py-0.5 px-2;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.badge-disabled {
|
|
246
|
+
@apply bg-grey-50 text-grey-50 bg-opacity-10;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.badge-primary {
|
|
250
|
+
@apply bg-violet-60 text-violet-60 bg-opacity-10;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.badge-danger {
|
|
254
|
+
@apply bg-rose-50 bg-opacity-10 text-rose-50;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.badge-success {
|
|
258
|
+
@apply bg-teal-50 bg-opacity-10 text-teal-50;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.badge-warning {
|
|
262
|
+
@apply bg-yellow-40 text-yellow-60 bg-opacity-20;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.badge-ghost {
|
|
266
|
+
@apply text-grey-90 border-grey-20 whitespace-nowrap border;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.badge-default {
|
|
270
|
+
@apply inter-small-regular bg-grey-10 text-grey-90 whitespace-nowrap;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.btn {
|
|
274
|
+
@apply rounded-rounded focus:shadow-cta flex items-center justify-center focus:outline-none;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.btn-large {
|
|
278
|
+
@apply inter-base-semibold px-large py-small;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.btn-medium {
|
|
282
|
+
@apply inter-base-semibold px-base py-xsmall;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.btn-small {
|
|
286
|
+
@apply inter-small-semibold px-small py-[6px];
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.btn-primary {
|
|
290
|
+
@apply bg-violet-60 text-grey-0 active:bg-violet-70 disabled:bg-grey-20 disabled:text-grey-40 hover:bg-violet-50;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.btn-secondary {
|
|
294
|
+
@apply bg-grey-0 text-grey-90 border-grey-20 hover:bg-grey-5 active:bg-grey-5 active:text-violet-60 focus:border-violet-60 disabled:bg-grey-0 disabled:text-grey-30 border;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.btn-danger {
|
|
298
|
+
@apply bg-grey-0 border-grey-20 hover:bg-grey-10 active:bg-grey-20 disabled:bg-grey-0 disabled:text-grey-30 border text-rose-50;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.btn-nuclear {
|
|
302
|
+
@apply text-grey-0 hover:bg-rose-40 active:bg-rose-60 disabled:bg-grey-20 disabled:text-grey-40 bg-rose-50;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.btn-ghost {
|
|
306
|
+
@apply text-grey-90 hover:bg-grey-5 active:bg-grey-5 active:text-violet-60 focus:border-violet-60 disabled:text-grey-30 bg-transparent disabled:bg-transparent;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.btn-primary-large {
|
|
310
|
+
@apply btn btn-large btn-primary;
|
|
311
|
+
}
|
|
312
|
+
.btn-primary-medium {
|
|
313
|
+
@apply btn btn-medium;
|
|
314
|
+
}
|
|
315
|
+
.btn-primary-small {
|
|
316
|
+
@apply btn btn-small;
|
|
317
|
+
}
|
|
318
|
+
.btn-secondary-large {
|
|
319
|
+
@apply btn btn-large btn-seconday;
|
|
320
|
+
}
|
|
321
|
+
.btn-secondary-medium {
|
|
322
|
+
@apply btn btn-medium btn-seconday;
|
|
323
|
+
}
|
|
324
|
+
.btn-secondary-small {
|
|
325
|
+
@apply btn btn-small btn-seconday;
|
|
326
|
+
}
|
|
327
|
+
.btn-ghost-large {
|
|
328
|
+
@apply btn btn-large btn-ghost;
|
|
329
|
+
}
|
|
330
|
+
.btn-ghost-medium {
|
|
331
|
+
@apply btn btn-medium btn-ghost;
|
|
332
|
+
}
|
|
333
|
+
.btn-ghost-small {
|
|
334
|
+
@apply btn btn-small btn-ghost;
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
@layer components {
|
|
339
|
+
.date-picker {
|
|
340
|
+
@apply border-0 pt-6 outline-none !important;
|
|
341
|
+
|
|
342
|
+
.react-datepicker__month-container {
|
|
343
|
+
.react-datepicker__header {
|
|
344
|
+
@apply border-0 bg-inherit;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.react-datepicker__day-names {
|
|
349
|
+
@apply inter-base-semibold pt-4;
|
|
350
|
+
|
|
351
|
+
.react-datepicker__day-name {
|
|
352
|
+
@apply m-0 w-[40px];
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.react-datepicker__month {
|
|
357
|
+
@apply m-0;
|
|
358
|
+
}
|
|
359
|
+
.react-datepicker__day {
|
|
360
|
+
@apply inter-base-regular;
|
|
361
|
+
}
|
|
362
|
+
.react-datepicker__day--today {
|
|
363
|
+
@apply text-grey-90 inter-base-semibold bg-grey-10 rounded !important;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.react-datepicker__day--outside-month,
|
|
367
|
+
.past {
|
|
368
|
+
@apply text-grey-40 !important;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.date {
|
|
372
|
+
@apply text-grey-90 relative m-[0px] h-[38px] w-[38px] pt-3 align-middle leading-none;
|
|
373
|
+
:hover {
|
|
374
|
+
@apply cursor-pointer;
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
.chosen,
|
|
378
|
+
.react-datepicker__day--keyboard-selected {
|
|
379
|
+
@apply bg-violet-60 text-grey-0 inter-base-semibold leading-none !important;
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.time-list::-webkit-scrollbar {
|
|
384
|
+
/* chrome */
|
|
385
|
+
display: none;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.time-list {
|
|
389
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
390
|
+
scrollbar-width: none; /* Firefox */
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
@layer utilities {
|
|
395
|
+
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
396
|
+
.no-scrollbar::-webkit-scrollbar {
|
|
397
|
+
display: none;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
/* Hide scrollbar for IE, Edge and Firefox */
|
|
401
|
+
.no-scrollbar {
|
|
402
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
403
|
+
scrollbar-width: none; /* Firefox */
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.vice-city {
|
|
407
|
+
@apply from-vice-start to-vice-stop bg-gradient-to-tr;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.hidden-actions[data-state="open"] {
|
|
411
|
+
opacity: 1;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
input[type="number"]::-webkit-inner-spin-button,
|
|
415
|
+
input[type="number"]::-webkit-outer-spin-button {
|
|
416
|
+
-webkit-appearance: none;
|
|
417
|
+
margin: 0;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
::-webkit-scrollbar {
|
|
421
|
+
width: 4px;
|
|
422
|
+
height: 4px;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
::-webkit-scrollbar-track {
|
|
426
|
+
@apply bg-transparent;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
::-webkit-scrollbar-thumb {
|
|
430
|
+
@apply rounded-rounded bg-grey-30;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
::-webkit-scrollbar-thumb:hover {
|
|
434
|
+
@apply bg-grey-40;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
/* TODO: Fix this as it breaks builds when using preset */
|
|
438
|
+
/* .accordion-margin-transition {
|
|
439
|
+
@apply transition-[margin] duration-300 ease-[cubic-bezier(0.87,0,0.13,1)];
|
|
440
|
+
} */
|
|
441
|
+
|
|
442
|
+
.col-tree:last-child .bottom-half-dash {
|
|
443
|
+
@apply border-none;
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.scrolling-touch {
|
|
448
|
+
-webkit-overflow-scrolling: touch;
|
|
449
|
+
}
|
|
450
|
+
.scrolling-auto {
|
|
451
|
+
-webkit-overflow-scrolling: auto;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
/* Classes to remove number spinners from inputs of type number */
|
|
455
|
+
/* Chrome, Safari, Edge, Opera */
|
|
456
|
+
.remove-number-spinner::-webkit-outer-spin-button,
|
|
457
|
+
.remove-number-spinner::-webkit-inner-spin-button {
|
|
458
|
+
-webkit-appearance: none;
|
|
459
|
+
margin: 0;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
/* Firefox */
|
|
463
|
+
.remove-number-spinner {
|
|
464
|
+
-moz-appearance: textfield;
|
|
465
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.4292 12.3984L10.556 10.5251M2.47656 17.5004C2.47656 17.5004 9.99245 14.8351 12.1703 12.6573C12.4888 12.3393 12.7416 11.9617 12.9141 11.546C13.0867 11.1303 13.1757 10.6847 13.176 10.2346C13.1764 9.78457 13.0881 9.33883 12.9162 8.92288C12.7443 8.50693 12.4921 8.12891 12.1741 7.81041C11.8561 7.49191 11.4785 7.23917 11.0628 7.0666C10.6471 6.89404 10.2015 6.80504 9.75147 6.80469C9.3014 6.80434 8.85566 6.89263 8.43971 7.06454C8.02376 7.23645 7.64575 7.48861 7.32724 7.80661C5.14177 9.99208 2.47656 17.5004 2.47656 17.5004ZM7.32724 11.6369L5.76619 10.0835L7.32724 11.6369Z" stroke="#9CA3AF" stroke-width="1.52298" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M17.5003 7.82962C17.5003 7.82962 16.4876 6.30664 14.8351 6.30664C13.5863 6.30664 12.1699 7.82962 12.1699 7.82962C12.1699 7.82962 13.1827 9.3526 14.8351 9.3526C16.4876 9.3526 17.5003 7.82962 17.5003 7.82962Z" stroke="#9CA3AF" stroke-width="1.52298" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12.1695 2.49805C12.1695 2.49805 10.6465 3.51083 10.6465 5.16326C10.6465 6.81569 12.1695 7.82847 12.1695 7.82847C12.1695 7.82847 13.6924 6.42733 13.6924 5.16326C13.6924 3.51083 12.1695 2.49805 12.1695 2.49805Z" stroke="#9CA3AF" stroke-width="1.52298" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</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
|
+
<path d="M5.47266 8.89453H8.47266" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M6.97266 7.39453V10.3945" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12.4512 9.58398H12.4599" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M14.1055 7.71289H14.1142" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M13.99 4.5H6.01C5.26771 4.50018 4.55184 4.78865 4.00078 5.30965C3.44971 5.83065 3.10258 6.54717 3.0265 7.32071C3.022 7.36157 3.019 7.40007 3.01375 7.44014C2.953 7.96971 2.5 11.9297 2.5 13.1429C2.5 13.768 2.73705 14.3676 3.15901 14.8096C3.58097 15.2517 4.15326 15.5 4.75 15.5C5.5 15.5 5.875 15.1071 6.25 14.7143L7.3105 13.6033C7.59174 13.3086 7.97321 13.1429 8.371 13.1429H11.629C12.0268 13.1429 12.4083 13.3086 12.6895 13.6033L13.75 14.7143C14.125 15.1071 14.5 15.5 15.25 15.5C15.8467 15.5 16.419 15.2517 16.841 14.8096C17.2629 14.3676 17.5 13.768 17.5 13.1429C17.5 11.9289 17.047 7.96971 16.9863 7.44014C16.981 7.40086 16.978 7.36157 16.9735 7.3215C16.8976 6.54782 16.5505 5.8311 15.9995 5.30994C15.4484 4.78878 14.7324 4.5002 13.99 4.5V4.5Z" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.16602 12.25C4.16602 12.25 4.91602 11.5 7.16602 11.5C9.41602 11.5 10.916 13 13.166 13C15.416 13 16.166 12.25 16.166 12.25V3.25C16.166 3.25 15.416 4 13.166 4C10.916 4 9.41602 2.5 7.16602 2.5C4.91602 2.5 4.16602 3.25 4.16602 3.25V12.25Z" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.16602 17.5V12.25" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M6.66602 11.666C6.66602 11.666 7.91602 13.3327 9.99935 13.3327C12.0827 13.3327 13.3327 11.666 13.3327 11.666" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M8 8H8.00875" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M12 8H12.0088" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.316 4.52475C15.9399 4.14732 15.493 3.84785 15.0008 3.64351C14.5087 3.43917 13.9811 3.33398 13.4483 3.33398C12.9154 3.33398 12.3878 3.43917 11.8957 3.64351C11.4036 3.84785 10.9567 4.14732 10.5806 4.52475L10.0033 5.10955L9.42596 4.52475C9.04984 4.14732 8.6029 3.84785 8.11079 3.64351C7.61868 3.43917 7.09108 3.33398 6.55823 3.33398C6.02538 3.33398 5.49778 3.43917 5.00567 3.64351C4.51356 3.84785 4.06663 4.14732 3.6905 4.52475C2.10107 6.11419 2.0036 8.79823 4.00539 10.8375L10.0033 16.8354L16.0011 10.8375C18.0029 8.79823 17.9054 6.11419 16.316 4.52475Z" stroke="#9CA3AF" stroke-width="1.49947" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.875 14.25H12.125" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M8.58398 17.084H11.4173" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12.1887 11.416C12.3162 10.7218 12.6492 10.1835 13.1875 9.64518C13.5295 9.33033 13.801 8.94664 13.9842 8.51934C14.1673 8.09205 14.2579 7.63083 14.25 7.16602C14.25 6.03885 13.8022 4.95784 13.0052 4.16081C12.2082 3.36378 11.1272 2.91602 10 2.91602C8.87283 2.91602 7.79183 3.36378 6.9948 4.16081C6.19777 4.95784 5.75 6.03885 5.75 7.16602C5.75 7.87435 5.91292 8.7456 6.8125 9.64518C7.32537 10.1141 7.67525 10.7345 7.81125 11.416" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.9856 15.1639L12.6495 9.07732L15.2474 6.47938C16.3608 5.36598 16.732 3.88144 16.3608 3.13918C15.6186 2.76804 14.134 3.13918 13.0206 4.25258L10.4227 6.85052L4.33608 5.51443C3.96495 5.44021 3.66804 5.58866 3.51959 5.88557L3.29691 6.2567C3.14845 6.62783 3.22268 6.99897 3.51959 7.22165L7.45361 9.81959L5.96907 12.0464H3.74227L3 12.7887L5.2268 14.2732L6.71134 16.5L7.45361 15.7577V13.5309L9.68041 12.0464L12.2784 15.9804C12.501 16.2773 12.8722 16.3515 13.2433 16.2031L13.6144 16.0546C13.9113 15.832 14.0598 15.5351 13.9856 15.1639V15.1639Z" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|