@unchainedshop/admin-ui 4.8.18 → 4.8.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-45H2WVIC.js +51 -0
- package/dist/chunk-4VNS5WPM.js +37 -0
- package/dist/chunk-54DKBWXV.js +33 -0
- package/dist/chunk-6TXD4TA7.js +1196 -0
- package/dist/chunk-BGCKJQGS.js +58 -0
- package/dist/chunk-BYXBJQAS.js +1 -0
- package/dist/chunk-EJDZRZSZ.js +59 -0
- package/dist/chunk-ELPURWDC.js +75 -0
- package/dist/chunk-IAQPLRXZ.js +16 -0
- package/dist/chunk-ILYPJE4N.js +57 -0
- package/dist/chunk-IXBMHOB5.js +13 -0
- package/dist/chunk-KH5MK6ZW.js +18 -0
- package/dist/chunk-NT7RB7AK.js +70 -0
- package/dist/chunk-OKGJ6HDE.js +26 -0
- package/dist/chunk-Q6S3LBUF.js +180 -0
- package/dist/chunk-QNLGYFV7.js +22 -0
- package/dist/chunk-RAQV2GYF.js +70 -0
- package/dist/chunk-RHUFQVKL.js +514 -0
- package/dist/chunk-RVG6IOFC.js +11 -0
- package/dist/chunk-SRAAKMWY.js +39 -0
- package/dist/chunk-UFYR5WZT.js +165 -0
- package/dist/chunk-UXG7EYHC.js +614 -0
- package/dist/chunk-VDKQGOMV.js +840 -0
- package/dist/chunk-XHOCXPD5.js +9 -0
- package/dist/chunk-XJBPMIC4.js +284 -0
- package/dist/chunk-YO6PT7KD.js +13 -0
- package/dist/chunk-YSKZE2KN.js +652 -0
- package/dist/components/ui/Accordion/Accordion.d.ts +11 -0
- package/dist/components/ui/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/ui/Accordion/AccordionHeader.d.ts +6 -0
- package/dist/components/ui/Accordion/AccordionHeader.d.ts.map +1 -0
- package/dist/components/ui/Accordion/AccordionItem.d.ts +11 -0
- package/dist/components/ui/Accordion/AccordionItem.d.ts.map +1 -0
- package/dist/components/ui/ActiveInActive.d.ts +10 -0
- package/dist/components/ui/ActiveInActive.d.ts.map +1 -0
- package/dist/components/ui/AnimatedCounter.d.ts +7 -0
- package/dist/components/ui/AnimatedCounter.d.ts.map +1 -0
- package/dist/components/ui/Badge.d.ts +10 -0
- package/dist/components/ui/Badge.d.ts.map +1 -0
- package/dist/components/ui/BreadCrumbs.d.ts +7 -0
- package/dist/components/ui/BreadCrumbs.d.ts.map +1 -0
- package/dist/components/ui/Button.d.ts +36 -0
- package/dist/components/ui/Button.d.ts.map +1 -0
- package/dist/components/ui/CopyableText.d.ts +5 -0
- package/dist/components/ui/CopyableText.d.ts.map +1 -0
- package/dist/components/ui/DateInput.d.ts +15 -0
- package/dist/components/ui/DateInput.d.ts.map +1 -0
- package/dist/components/ui/DateRangeFilterInput.d.ts +4 -0
- package/dist/components/ui/DateRangeFilterInput.d.ts.map +1 -0
- package/dist/components/ui/DetailHeader.d.ts +6 -0
- package/dist/components/ui/DetailHeader.d.ts.map +1 -0
- package/dist/components/ui/DraggableIcon.d.ts +3 -0
- package/dist/components/ui/DraggableIcon.d.ts.map +1 -0
- package/dist/components/ui/ErrorBoundary.d.ts +18 -0
- package/dist/components/ui/ErrorBoundary.d.ts.map +1 -0
- package/dist/components/ui/ErrorFallback.d.ts +6 -0
- package/dist/components/ui/ErrorFallback.d.ts.map +1 -0
- package/dist/components/ui/HelpText.d.ts +11 -0
- package/dist/components/ui/HelpText.d.ts.map +1 -0
- package/dist/components/ui/ImageWithFallback.d.ts +7 -0
- package/dist/components/ui/ImageWithFallback.d.ts.map +1 -0
- package/dist/components/ui/InfoTextBanner.d.ts +6 -0
- package/dist/components/ui/InfoTextBanner.d.ts.map +1 -0
- package/dist/components/ui/JSONView.d.ts +6 -0
- package/dist/components/ui/JSONView.d.ts.map +1 -0
- package/dist/components/ui/ListHeader.d.ts +6 -0
- package/dist/components/ui/ListHeader.d.ts.map +1 -0
- package/dist/components/ui/Loading.d.ts +3 -0
- package/dist/components/ui/Loading.d.ts.map +1 -0
- package/dist/components/ui/NoData.d.ts +7 -0
- package/dist/components/ui/NoData.d.ts.map +1 -0
- package/dist/components/ui/NoImage.d.ts +7 -0
- package/dist/components/ui/NoImage.d.ts.map +1 -0
- package/dist/components/ui/NoImageSvg.d.ts +8 -0
- package/dist/components/ui/NoImageSvg.d.ts.map +1 -0
- package/dist/components/ui/PageHeader.d.ts +11 -0
- package/dist/components/ui/PageHeader.d.ts.map +1 -0
- package/dist/components/ui/Pagination.d.ts +8 -0
- package/dist/components/ui/Pagination.d.ts.map +1 -0
- package/dist/components/ui/Portal/Portal.d.ts +16 -0
- package/dist/components/ui/Portal/Portal.d.ts.map +1 -0
- package/dist/components/ui/Portal/Portal.types.d.ts +16 -0
- package/dist/components/ui/Portal/Portal.types.d.ts.map +1 -0
- package/dist/components/ui/SaveAndCancelButtons.d.ts +10 -0
- package/dist/components/ui/SaveAndCancelButtons.d.ts.map +1 -0
- package/dist/components/ui/SearchField.d.ts +7 -0
- package/dist/components/ui/SearchField.d.ts.map +1 -0
- package/dist/components/ui/Tab.d.ts +18 -0
- package/dist/components/ui/Tab.d.ts.map +1 -0
- package/dist/components/ui/Tag/TagInput.d.ts +14 -0
- package/dist/components/ui/Tag/TagInput.d.ts.map +1 -0
- package/dist/components/ui/Tag/TagList.d.ts +8 -0
- package/dist/components/ui/Tag/TagList.d.ts.map +1 -0
- package/dist/components/ui/Tag/TagListForm.d.ts +8 -0
- package/dist/components/ui/Tag/TagListForm.d.ts.map +1 -0
- package/dist/components/ui/Toggle.d.ts +11 -0
- package/dist/components/ui/Toggle.d.ts.map +1 -0
- package/dist/components/ui/ToolTip.d.ts +7 -0
- package/dist/components/ui/ToolTip.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +9 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/chart.d.ts +42 -0
- package/dist/components/ui/chart.d.ts.map +1 -0
- package/dist/components/ui/form/CheckboxField.d.ts +4 -0
- package/dist/components/ui/form/CheckboxField.d.ts.map +1 -0
- package/dist/components/ui/form/ChoicesField.d.ts +12 -0
- package/dist/components/ui/form/ChoicesField.d.ts.map +1 -0
- package/dist/components/ui/form/Combobox.d.ts +20 -0
- package/dist/components/ui/form/Combobox.d.ts.map +1 -0
- package/dist/components/ui/form/DatePickerField.d.ts +4 -0
- package/dist/components/ui/form/DatePickerField.d.ts.map +1 -0
- package/dist/components/ui/form/EmailField.d.ts +7 -0
- package/dist/components/ui/form/EmailField.d.ts.map +1 -0
- package/dist/components/ui/form/FieldWithHelp.d.ts +10 -0
- package/dist/components/ui/form/FieldWithHelp.d.ts.map +1 -0
- package/dist/components/ui/form/FieldWrapper.d.ts +8 -0
- package/dist/components/ui/form/FieldWrapper.d.ts.map +1 -0
- package/dist/components/ui/form/FormErrors.d.ts +6 -0
- package/dist/components/ui/form/FormErrors.d.ts.map +1 -0
- package/dist/components/ui/form/JSONAreaField.d.ts +7 -0
- package/dist/components/ui/form/JSONAreaField.d.ts.map +1 -0
- package/dist/components/ui/form/MarkdownTextAreaField.d.ts +8 -0
- package/dist/components/ui/form/MarkdownTextAreaField.d.ts.map +1 -0
- package/dist/components/ui/form/PasswordField.d.ts +3 -0
- package/dist/components/ui/form/PasswordField.d.ts.map +1 -0
- package/dist/components/ui/form/SelectField.d.ts +11 -0
- package/dist/components/ui/form/SelectField.d.ts.map +1 -0
- package/dist/components/ui/form/SubmitButton.d.ts +9 -0
- package/dist/components/ui/form/SubmitButton.d.ts.map +1 -0
- package/dist/components/ui/form/TagInputField.d.ts +6 -0
- package/dist/components/ui/form/TagInputField.d.ts.map +1 -0
- package/dist/components/ui/form/TextAreaField.d.ts +8 -0
- package/dist/components/ui/form/TextAreaField.d.ts.map +1 -0
- package/dist/components/ui/form/TextField.d.ts +10 -0
- package/dist/components/ui/form/TextField.d.ts.map +1 -0
- package/dist/components/ui/form/index.d.ts +17 -0
- package/dist/components/ui/form/index.d.ts.map +1 -0
- package/dist/components/ui/icons.d.ts +4 -0
- package/dist/components/ui/icons.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +41 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/form.js +30077 -0
- package/dist/gql/types.d.ts +17209 -0
- package/dist/gql/types.d.ts.map +1 -0
- package/dist/hooks.js +41 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/modal.js +114 -0
- package/dist/modules/UnchainedContext/UnchainedContext.d.ts +8 -0
- package/dist/modules/UnchainedContext/UnchainedContext.d.ts.map +1 -0
- package/dist/modules/UnchainedContext/useUnchainedContext.d.ts +7 -0
- package/dist/modules/UnchainedContext/useUnchainedContext.d.ts.map +1 -0
- package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts +3 -0
- package/dist/modules/accounts/fragment/MD5MetaDataFragment.d.ts.map +1 -0
- package/dist/modules/accounts/fragment/UserFragment.d.ts +3 -0
- package/dist/modules/accounts/fragment/UserFragment.d.ts.map +1 -0
- package/dist/modules/accounts/hooks/useCurrentUser.d.ts +10 -0
- package/dist/modules/accounts/hooks/useCurrentUser.d.ts.map +1 -0
- package/dist/modules/accounts/hooks/useUsersCount.d.ts +8 -0
- package/dist/modules/accounts/hooks/useUsersCount.d.ts.map +1 -0
- package/dist/modules/accounts.js +1013 -0
- package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts +8 -0
- package/dist/modules/assortment/hooks/useAssortmentsCount.d.ts.map +1 -0
- package/dist/modules/assortment.js +1121 -0
- package/dist/modules/common/components/AppContext.d.ts +18 -0
- package/dist/modules/common/components/AppContext.d.ts.map +1 -0
- package/dist/modules/common/components/FormWrapper.d.ts +8 -0
- package/dist/modules/common/components/FormWrapper.d.ts.map +1 -0
- package/dist/modules/common/components/ThemeWrapper.d.ts +10 -0
- package/dist/modules/common/components/ThemeWrapper.d.ts.map +1 -0
- package/dist/modules/common/data/iso-codes.d.ts +4 -0
- package/dist/modules/common/data/iso-codes.d.ts.map +1 -0
- package/dist/modules/common/data/miscellaneous.d.ts +51 -0
- package/dist/modules/common/data/miscellaneous.d.ts.map +1 -0
- package/dist/modules/common/fragments/AddressFragment.d.ts +3 -0
- package/dist/modules/common/fragments/AddressFragment.d.ts.map +1 -0
- package/dist/modules/common/hooks/useApp.d.ts +11 -0
- package/dist/modules/common/hooks/useApp.d.ts.map +1 -0
- package/dist/modules/common/hooks/useCSVExport.d.ts +10 -0
- package/dist/modules/common/hooks/useCSVExport.d.ts.map +1 -0
- package/dist/modules/common/hooks/useCSVImport.d.ts +18 -0
- package/dist/modules/common/hooks/useCSVImport.d.ts.map +1 -0
- package/dist/modules/common/hooks/useChatEndpointChecker.d.ts +5 -0
- package/dist/modules/common/hooks/useChatEndpointChecker.d.ts.map +1 -0
- package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts +10 -0
- package/dist/modules/common/hooks/useConfirmMediaUpload.d.ts.map +1 -0
- package/dist/modules/common/hooks/useDashboardMetrics.d.ts +23 -0
- package/dist/modules/common/hooks/useDashboardMetrics.d.ts.map +1 -0
- package/dist/modules/common/hooks/useLocalStorage.d.ts +3 -0
- package/dist/modules/common/hooks/useLocalStorage.d.ts.map +1 -0
- package/dist/modules/common/hooks/useOrderAnalytics.d.ts +25 -0
- package/dist/modules/common/hooks/useOrderAnalytics.d.ts.map +1 -0
- package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts +16 -0
- package/dist/modules/common/hooks/useOrderItemsAnalytics.d.ts.map +1 -0
- package/dist/modules/common/hooks/useOutsideClick.d.ts +3 -0
- package/dist/modules/common/hooks/useOutsideClick.d.ts.map +1 -0
- package/dist/modules/common/hooks/usePortal.d.ts +20 -0
- package/dist/modules/common/hooks/usePortal.d.ts.map +1 -0
- package/dist/modules/common/hooks/useShopConfiguration.d.ts +8 -0
- package/dist/modules/common/hooks/useShopConfiguration.d.ts.map +1 -0
- package/dist/modules/common/hooks/useShopInfo.d.ts +41 -0
- package/dist/modules/common/hooks/useShopInfo.d.ts.map +1 -0
- package/dist/modules/common/hooks/useStatusTypes.d.ts +10 -0
- package/dist/modules/common/hooks/useStatusTypes.d.ts.map +1 -0
- package/dist/modules/common/hooks/useSystemRoles.d.ts +7 -0
- package/dist/modules/common/hooks/useSystemRoles.d.ts.map +1 -0
- package/dist/modules/common/hooks/useTheme.d.ts +7 -0
- package/dist/modules/common/hooks/useTheme.d.ts.map +1 -0
- package/dist/modules/common/utils/deBounce.d.ts +3 -0
- package/dist/modules/common/utils/deBounce.d.ts.map +1 -0
- package/dist/modules/common/utils/defaultNextImageLoader.d.ts +7 -0
- package/dist/modules/common/utils/defaultNextImageLoader.d.ts.map +1 -0
- package/dist/modules/common/utils/formatUsername.d.ts +3 -0
- package/dist/modules/common/utils/formatUsername.d.ts.map +1 -0
- package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts +30 -0
- package/dist/modules/common/utils/getSetupStepsConfigurationsMeta.d.ts.map +1 -0
- package/dist/modules/common/utils/normalizeFilterKeys.d.ts +4 -0
- package/dist/modules/common/utils/normalizeFilterKeys.d.ts.map +1 -0
- package/dist/modules/common/utils/useFormatDateTime.d.ts +7 -0
- package/dist/modules/common/utils/useFormatDateTime.d.ts.map +1 -0
- package/dist/modules/common/utils/utils.d.ts +21 -0
- package/dist/modules/common/utils/utils.d.ts.map +1 -0
- package/dist/modules/country/fragments/CountryFragment.d.ts +3 -0
- package/dist/modules/country/fragments/CountryFragment.d.ts.map +1 -0
- package/dist/modules/country/hooks/useCountries.d.ts +22 -0
- package/dist/modules/country/hooks/useCountries.d.ts.map +1 -0
- package/dist/modules/country.js +108 -0
- package/dist/modules/currency.js +119 -0
- package/dist/modules/delivery-provider.js +269 -0
- package/dist/modules/enrollment.js +353 -0
- package/dist/modules/event.js +123 -0
- package/dist/modules/filter.js +448 -0
- package/dist/modules/forms/components/Form.d.ts +8 -0
- package/dist/modules/forms/components/Form.d.ts.map +1 -0
- package/dist/modules/forms/hooks/useField.d.ts +35 -0
- package/dist/modules/forms/hooks/useField.d.ts.map +1 -0
- package/dist/modules/forms/hooks/useForm.d.ts +44 -0
- package/dist/modules/forms/hooks/useForm.d.ts.map +1 -0
- package/dist/modules/forms/hooks/useFormContext.d.ts +3 -0
- package/dist/modules/forms/hooks/useFormContext.d.ts.map +1 -0
- package/dist/modules/forms/lib/FormContext.d.ts +13 -0
- package/dist/modules/forms/lib/FormContext.d.ts.map +1 -0
- package/dist/modules/forms/lib/clean.d.ts +3 -0
- package/dist/modules/forms/lib/clean.d.ts.map +1 -0
- package/dist/modules/forms/lib/validators.d.ts +20 -0
- package/dist/modules/forms/lib/validators.d.ts.map +1 -0
- package/dist/modules/language/fragments/LanguageFragment.d.ts +3 -0
- package/dist/modules/language/fragments/LanguageFragment.d.ts.map +1 -0
- package/dist/modules/language/hooks/useLanguages.d.ts +19 -0
- package/dist/modules/language/hooks/useLanguages.d.ts.map +1 -0
- package/dist/modules/language.js +106 -0
- package/dist/modules/modal/components/AlertMessage.d.ts +9 -0
- package/dist/modules/modal/components/AlertMessage.d.ts.map +1 -0
- package/dist/modules/modal/components/DangerMessage.d.ts +12 -0
- package/dist/modules/modal/components/DangerMessage.d.ts.map +1 -0
- package/dist/modules/modal/components/ImportResultMessage.d.ts +14 -0
- package/dist/modules/modal/components/ImportResultMessage.d.ts.map +1 -0
- package/dist/modules/modal/components/Modal.d.ts +10 -0
- package/dist/modules/modal/components/Modal.d.ts.map +1 -0
- package/dist/modules/modal/components/ModalWrapper.d.ts +6 -0
- package/dist/modules/modal/components/ModalWrapper.d.ts.map +1 -0
- package/dist/modules/modal/hooks/useModal.d.ts +7 -0
- package/dist/modules/modal/hooks/useModal.d.ts.map +1 -0
- package/dist/modules/modal/utils/ModalContext.d.ts +9 -0
- package/dist/modules/modal/utils/ModalContext.d.ts.map +1 -0
- package/dist/modules/order/fragments/OrderDetailFragment.d.ts +3 -0
- package/dist/modules/order/fragments/OrderDetailFragment.d.ts.map +1 -0
- package/dist/modules/order/fragments/OrderFragment.d.ts +3 -0
- package/dist/modules/order/fragments/OrderFragment.d.ts.map +1 -0
- package/dist/modules/order/hooks/useOrders.d.ts +46 -0
- package/dist/modules/order/hooks/useOrders.d.ts.map +1 -0
- package/dist/modules/order.js +563 -0
- package/dist/modules/payment-providers.js +206 -0
- package/dist/modules/product/hooks/useProductsCount.d.ts +8 -0
- package/dist/modules/product/hooks/useProductsCount.d.ts.map +1 -0
- package/dist/modules/product-review.js +251 -0
- package/dist/modules/product.js +1929 -0
- package/dist/modules/quotation.js +297 -0
- package/dist/modules/token.js +143 -0
- package/dist/modules/warehousing-providers.js +206 -0
- package/dist/modules/work/fragments/WorkFragment.d.ts +3 -0
- package/dist/modules/work/fragments/WorkFragment.d.ts.map +1 -0
- package/dist/modules/work/hooks/useAddWork.d.ts +6 -0
- package/dist/modules/work/hooks/useAddWork.d.ts.map +1 -0
- package/dist/modules/work/hooks/useWork.d.ts +32 -0
- package/dist/modules/work/hooks/useWork.d.ts.map +1 -0
- package/dist/modules/work.js +308 -0
- package/dist/plugins.js +8 -0
- package/dist/providers.js +6 -0
- package/dist/sdk/hooks.d.ts +9 -0
- package/dist/sdk/hooks.d.ts.map +1 -0
- package/dist/sdk/modal.d.ts +7 -0
- package/dist/sdk/modal.d.ts.map +1 -0
- package/dist/sdk/plugins.d.ts +67 -0
- package/dist/sdk/plugins.d.ts.map +1 -0
- package/dist/sdk/providers.d.ts +5 -0
- package/dist/sdk/providers.d.ts.map +1 -0
- package/dist/sdk/theme.d.ts +26 -0
- package/dist/sdk/theme.d.ts.map +1 -0
- package/dist/theme.js +34 -0
- package/dist/ui.js +21527 -0
- package/out/403/index.html +2 -2
- package/out/404/index.html +2 -2
- package/out/404.html +2 -2
- package/out/423/index.html +2 -2
- package/out/500/index.html +2 -2
- package/out/_next/static/chunks/0-kffmdf1lcxk.js +1 -0
- package/out/_next/static/chunks/01h4ept18s-ns.js +807 -0
- package/out/_next/static/chunks/02cdoh48sex9m.js +1 -0
- package/out/_next/static/chunks/03-j84eg_htky.js +21 -0
- package/out/_next/static/chunks/03-z1yl608b56.js +807 -0
- package/out/_next/static/chunks/030bzkeke0edz.js +7 -0
- package/out/_next/static/chunks/037vsiy28s6dg.js +41 -0
- package/out/_next/static/chunks/05qpw6q8uiz3l.js +15 -0
- package/out/_next/static/chunks/06c-2u_g1d4r2.js +22 -0
- package/out/_next/static/chunks/06l-rqlf4bp81.js +108 -0
- package/out/_next/static/chunks/06rhycq_6w-52.js +188 -0
- package/out/_next/static/chunks/07nffhr51vke6.js +59 -0
- package/out/_next/static/chunks/0_ngi84ak813x.js +288 -0
- package/out/_next/static/chunks/0bc02hascgv7z.js +1 -0
- package/out/_next/static/chunks/0c9ruqj2wf3n6.js +905 -0
- package/out/_next/static/chunks/0cm0oyd82zvez.js +1 -0
- package/out/_next/static/chunks/0cotrfgh1n2cx.js +346 -0
- package/out/_next/static/chunks/0d6_opzy2p6ik.js +807 -0
- package/out/_next/static/chunks/0e2e0srgvkzk9.js +144 -0
- package/out/_next/static/chunks/0gurfn3nhm859.js +1 -0
- package/out/_next/static/chunks/0h0r_q6xa9qr_.js +1 -0
- package/out/_next/static/chunks/0ht2wu-61vq9v.js +807 -0
- package/out/_next/static/chunks/0jsq3fzumbjbc.js +8 -0
- package/out/_next/static/chunks/0ljuhrsh4x2p-.js +14 -0
- package/out/_next/static/chunks/0m6jydfuy_4o3.js +1 -0
- package/out/_next/static/chunks/0mzh9-epgepi1.js +119 -0
- package/out/_next/static/chunks/0n0uzfbkfb7e5.js +12 -0
- package/out/_next/static/chunks/0pecsk3c09b19.js +3 -0
- package/out/_next/static/chunks/0q-14a7j6afh3.js +1 -0
- package/out/_next/static/chunks/0qso2-ph6v-5-.js +12 -0
- package/out/_next/static/chunks/0razrbxeai797.js +807 -0
- package/out/_next/static/chunks/0se09klbk8drd.js +68 -0
- package/out/_next/static/chunks/0so45zh_oxlfb.js +15 -0
- package/out/_next/static/chunks/0ukyxgmnqos6o.js +1 -0
- package/out/_next/static/chunks/0urdgbfwcwyhr.js +14 -0
- package/out/_next/static/chunks/0uw9cbq0ivaz0.js +1 -0
- package/out/_next/static/chunks/0vls1lbu_rh78.js +342 -0
- package/out/_next/static/chunks/0xuevvy5i5d12.js +138 -0
- package/out/_next/static/chunks/0xxvsq70e4xn0.js +1 -0
- package/out/_next/static/chunks/0y4l_7c35iai3.js +12 -0
- package/out/_next/static/chunks/0yjypzfweew5c.js +13 -0
- package/out/_next/static/chunks/0yxc1yy1eq4u3.js +149 -0
- package/out/_next/static/chunks/1-g6r12rmwlxe.js +14 -0
- package/out/_next/static/chunks/10h7lznd10mmp.js +384 -0
- package/out/_next/static/chunks/10mdz-l7wmtr5.js +24 -0
- package/out/_next/static/chunks/10os1s66nimmi.js +110 -0
- package/out/_next/static/chunks/12qzh85d5on4y.js +44 -0
- package/out/_next/static/chunks/1398hevtpl_69.js +1 -0
- package/out/_next/static/chunks/13qk8ukzu1snm.js +288 -0
- package/out/_next/static/chunks/140i5f2n-78cg.js +7 -0
- package/out/_next/static/chunks/14xo-79v4hkao.js +15 -0
- package/out/_next/static/chunks/164wr2-2gfnlb.js +1 -0
- package/out/_next/static/chunks/168vn2bjuxmkv.js +15 -0
- package/out/_next/static/chunks/16ey81skn09dz.js +1 -0
- package/out/_next/static/chunks/16njzhio749zv.js +14 -0
- package/out/_next/static/chunks/18-orz9acmfb5.js +5 -0
- package/out/_next/static/chunks/18y5ygb5ea60g.js +15 -0
- package/out/_next/static/chunks/19y4w6_d_qiou.js +1 -0
- package/out/_next/static/chunks/1_g-csysa-i-9.js +1 -0
- package/out/_next/static/chunks/1_quktgfhf40v.js +31 -0
- package/out/_next/static/chunks/1_zsbsuo7l_6m.js +12 -0
- package/out/_next/static/chunks/1a8cuvabj42_k.js +15 -0
- package/out/_next/static/chunks/1ae-9ft5cgojf.js +1 -0
- package/out/_next/static/chunks/1ai7t85n93pgb.js +13 -0
- package/out/_next/static/chunks/1bm5ab-8dqhhe.js +14 -0
- package/out/_next/static/chunks/1cgxgd2cf8u3j.js +157 -0
- package/out/_next/static/chunks/1d0-uj-itsj64.js +13 -0
- package/out/_next/static/chunks/1d951b6ed8oqn.js +110 -0
- package/out/_next/static/chunks/1d_puhcn8lg6q.js +51 -0
- package/out/_next/static/chunks/1dn4wzp1vhocn.js +13 -0
- package/out/_next/static/chunks/1drrou5kp4qdz.js +1 -0
- package/out/_next/static/chunks/1e43ue9prlgq1.js +14 -0
- package/out/_next/static/chunks/1e4_28-3u5o85.js +30 -0
- package/out/_next/static/chunks/1f3mflnvp8_7-.js +31 -0
- package/out/_next/static/chunks/1f5-j4f3irx0j.js +147 -0
- package/out/_next/static/chunks/1fid6ut5hz6aw.js +14 -0
- package/out/_next/static/chunks/1fm3727le1x_5.js +195 -0
- package/out/_next/static/chunks/1g57y7cq7tjcb.js +9 -0
- package/out/_next/static/chunks/1ggz6fow3gt00.js +137 -0
- package/out/_next/static/chunks/1gt65pz91hyuz.js +1 -0
- package/out/_next/static/chunks/1i-48ku54x3au.js +12 -0
- package/out/_next/static/chunks/1ikm9qcx--k3u.js +807 -0
- package/out/_next/static/chunks/1izpxynqp99t4.js +193 -0
- package/out/_next/static/chunks/1j2ko85jp-5wy.js +807 -0
- package/out/_next/static/chunks/1kj__-femskug.js +52 -0
- package/out/_next/static/chunks/1lbsdlf5h6ojc.js +16 -0
- package/out/_next/static/chunks/1mp7dwvsvobjw.js +14 -0
- package/out/_next/static/chunks/1mwvnv71bl7mc.js +1 -0
- package/out/_next/static/chunks/1n7i2rp59o9o8.js +384 -0
- package/out/_next/static/chunks/1n7suzk2c4p2e.js +16 -0
- package/out/_next/static/chunks/1nsbi_bcocm4l.js +7 -0
- package/out/_next/static/chunks/1pklei2ds10d2.js +66 -0
- package/out/_next/static/chunks/1pxor-3_vf3du.js +31 -0
- package/out/_next/static/chunks/1q865b-tzgi80.js +13 -0
- package/out/_next/static/chunks/1qp68765j1aiv.js +61 -0
- package/out/_next/static/chunks/1r-cvj3mpr-7x.js +87 -0
- package/out/_next/static/chunks/1snnkviatd2ds.js +90 -0
- package/out/_next/static/chunks/1t7lg-hnk9tjf.js +18 -0
- package/out/_next/static/chunks/1telbrcq2kix_.js +10 -0
- package/out/_next/static/chunks/1tz4za98hv_q2.js +12 -0
- package/out/_next/static/chunks/1uw2vfhjol6j4.js +10 -0
- package/out/_next/static/chunks/1v16gcok-ktdo.js +142 -0
- package/out/_next/static/chunks/1v_n1-h3u8vtf.js +25 -0
- package/out/_next/static/chunks/1weq9keqxiqpy.js +73 -0
- package/out/_next/static/chunks/1wfwvd-730eaa.js +16 -0
- package/out/_next/static/chunks/1xbofs3ibkjvj.js +1 -0
- package/out/_next/static/chunks/1xl2h1_c5-b_a.js +13 -0
- package/out/_next/static/chunks/1yv01jo2m1gkf.js +1 -0
- package/out/_next/static/chunks/1ziicn0eb_yji.js +16 -0
- package/out/_next/static/chunks/1zza9faw4t3b_.js +46 -0
- package/out/_next/static/chunks/1zzpf1xbmchcj.js +132 -0
- package/out/_next/static/chunks/2-4ng9fxftmld.js +1 -0
- package/out/_next/static/chunks/208fwfjeuxv-r.js +14 -0
- package/out/_next/static/chunks/20rtv8f0brb0n.js +43 -0
- package/out/_next/static/chunks/21a19t2pe0fpg.js +81 -0
- package/out/_next/static/chunks/21zt48zdev_7t.js +20 -0
- package/out/_next/static/chunks/236ovetz0d3cm.js +12 -0
- package/out/_next/static/chunks/252jebodi67kg.js +1 -0
- package/out/_next/static/chunks/26ie8u_ab24o8.js +224 -0
- package/out/_next/static/chunks/275o3ly3svw4p.js +1 -0
- package/out/_next/static/chunks/28z1z7in8-kbg.js +26 -0
- package/out/_next/static/chunks/2atsi2t3hup4a.js +23 -0
- package/out/_next/static/chunks/2bb7696udjx6k.js +44 -0
- package/out/_next/static/chunks/2bm5aw8hqlgf2.js +50 -0
- package/out/_next/static/chunks/2c7gw8ronvu-c.js +807 -0
- package/out/_next/static/chunks/2cbr3ybo4xsrv.js +43 -0
- package/out/_next/static/chunks/2ef363b9erq_s.js +217 -0
- package/out/_next/static/chunks/2eh6ku1a1zbs4.js +135 -0
- package/out/_next/static/chunks/2fed4-6c0ghqp.js +99 -0
- package/out/_next/static/chunks/2gil5igdermzh.js +36 -0
- package/out/_next/static/chunks/2hm0mbq0vtqmw.js +5 -0
- package/out/_next/static/chunks/2ismth22knujm.js +1 -0
- package/out/_next/static/chunks/2j9-8qtc4_-uk.js +17 -0
- package/out/_next/static/chunks/2jln1kjysf99p.js +1 -0
- package/out/_next/static/chunks/2jtk4-i4e9lug.js +1 -0
- package/out/_next/static/chunks/2k020ab3luqev.js +1 -0
- package/out/_next/static/chunks/2kbieaechn8m8.js +1 -0
- package/out/_next/static/chunks/2kzyda4a6mqut.js +1 -0
- package/out/_next/static/chunks/2l24h40hc5_30.js +10 -0
- package/out/_next/static/chunks/2ljoq6sr-g2da.js +1 -0
- package/out/_next/static/chunks/2mr2k4sb6i021.js +32 -0
- package/out/_next/static/chunks/2na27-e8gs0-f.js +171 -0
- package/out/_next/static/chunks/2nn3_f04lnr0b.js +807 -0
- package/out/_next/static/chunks/2o8r09deae36c.js +9 -0
- package/out/_next/static/chunks/2ocwu5vbc5r34.js +73 -0
- package/out/_next/static/chunks/2qprgjhjl8d4c.js +807 -0
- package/out/_next/static/chunks/2s1zqhg6tm4h9.js +13 -0
- package/out/_next/static/chunks/2skxi0oqka3ef.js +26 -0
- package/out/_next/static/chunks/2som54uae4_oi.js +12 -0
- package/out/_next/static/chunks/2t3t6gm5vlg_0.js +58 -0
- package/out/_next/static/chunks/2twfwv_6mk256.js +17 -0
- package/out/_next/static/chunks/2u57x6wlny1y3.js +13 -0
- package/out/_next/static/chunks/2ukm5shi1lfcd.js +14 -0
- package/out/_next/static/chunks/2w5y5xf0nriwx.js +1 -0
- package/out/_next/static/chunks/2we-9ioq4gqia.js +8 -0
- package/out/_next/static/chunks/2ydh6mhksolv7.js +12 -0
- package/out/_next/static/chunks/2zr8-l2b9pf-u.js +12 -0
- package/out/_next/static/chunks/30g-s0ioynhjx.js +224 -0
- package/out/_next/static/chunks/31y7dx6ytab7h.js +3 -0
- package/out/_next/static/chunks/329ps41fzi6kl.js +17 -0
- package/out/_next/static/chunks/32r9w6anc6p-3.js +17 -0
- package/out/_next/static/chunks/35995k_05rugk.js +5 -0
- package/out/_next/static/chunks/363ng2l8o_bee.js +101 -0
- package/out/_next/static/chunks/36jick0alh9oa.js +50 -0
- package/out/_next/static/chunks/36pa0vs0telmp.js +1 -0
- package/out/_next/static/chunks/378867ti5yucc.js +3 -0
- package/out/_next/static/chunks/38b7m-s26ciug.js +137 -0
- package/out/_next/static/chunks/38pz7fmyf6ay0.js +1 -0
- package/out/_next/static/chunks/3_fk1axw7jv3l.js +188 -0
- package/out/_next/static/chunks/3_oq57mmti33y.js +60 -0
- package/out/_next/static/chunks/3b5o-l5g62zd5.js +15 -0
- package/out/_next/static/chunks/3bxtyo0u_psf7.js +1 -0
- package/out/_next/static/chunks/3def6w0a5af0g.js +21 -0
- package/out/_next/static/chunks/3ebh4y7h6y1vq.js +58 -0
- package/out/_next/static/chunks/3ely6dgcq2a4h.js +16 -0
- package/out/_next/static/chunks/3f-ap6wo94un_.js +1 -0
- package/out/_next/static/chunks/3gfjdynb9mg8h.js +23 -0
- package/out/_next/static/chunks/3ghzaufs2n8uq.js +2 -0
- package/out/_next/static/chunks/3gls52bjnoo8q.js +596 -0
- package/out/_next/static/chunks/3gx4smk7pb27x.js +119 -0
- package/out/_next/static/chunks/3jv-kmvjt_bno.js +1 -0
- package/out/_next/static/chunks/3k98cr566roh-.js +2 -0
- package/out/_next/static/chunks/3kisw9hre44e5.js +807 -0
- package/out/_next/static/chunks/3l2ohiwua66_k.js +13 -0
- package/out/_next/static/chunks/3mdyli-gbdglv.js +18 -0
- package/out/_next/static/chunks/3o733m88skfkc.js +8 -0
- package/out/_next/static/chunks/3opuxnw_w3yb5.js +101 -0
- package/out/_next/static/chunks/3po074-e_om-u.js +13 -0
- package/out/_next/static/chunks/3qpo866owyu7i.js +16 -0
- package/out/_next/static/chunks/3rnl7-84z1op5.js +28 -0
- package/out/_next/static/chunks/3s1r5r5je7t2j.js +12 -0
- package/out/_next/static/chunks/3tv9csz53av-5.js +1 -0
- package/out/_next/static/chunks/3v1dxn4rp-o3v.js +315 -0
- package/out/_next/static/chunks/3w_wwl_hd91od.js +1 -0
- package/out/_next/static/chunks/3wlt1njh1vvtx.js +16 -0
- package/out/_next/static/chunks/3wwsanj-y2gn3.js +107 -0
- package/out/_next/static/chunks/3wzzh45yillzb.js +1 -0
- package/out/_next/static/chunks/3x96n1j6ap_rg.js +190 -0
- package/out/_next/static/chunks/3xhmfg-981n_5.js +61 -0
- package/out/_next/static/chunks/3yqw8z_udrol0.js +1 -0
- package/out/_next/static/chunks/3z_c5kpm-e1ty.js +15 -0
- package/out/_next/static/chunks/3zqfchpzqxd92.css +1 -0
- package/out/_next/static/chunks/4079hjuumfmm2.js +31 -0
- package/out/_next/static/chunks/40922jbr_e5ug.js +51 -0
- package/out/_next/static/chunks/40zy6mxa-be0m.js +1 -0
- package/out/_next/static/chunks/43-m6q6a0aebk.js +66 -0
- package/out/_next/static/chunks/43lu0r3m_c-km.js +21 -0
- package/out/_next/static/chunks/44nj9c766dqvc.js +807 -0
- package/out/_next/static/chunks/458tg2eg5h8j5.js +324 -0
- package/out/_next/static/chunks/45cd4ypk94sw2.js +807 -0
- package/out/_next/static/chunks/turbopack-0-r_wvlw2r9-u.js +1 -0
- package/out/_next/static/chunks/turbopack-019acfo_4lvwb.js +1 -0
- package/out/_next/static/chunks/turbopack-04p4_o2q-3775.js +1 -0
- package/out/_next/static/chunks/turbopack-05gjzccig6ly0.js +1 -0
- package/out/_next/static/chunks/turbopack-0_-8nqdse9k2n.js +1 -0
- package/out/_next/static/chunks/turbopack-0bakfyovo7_7v.js +1 -0
- package/out/_next/static/chunks/turbopack-0dnmhb2s6oz_0.js +1 -0
- package/out/_next/static/chunks/turbopack-0f_0xhndfo2rg.js +1 -0
- package/out/_next/static/chunks/turbopack-0g8j6jo0h0wr2.js +1 -0
- package/out/_next/static/chunks/turbopack-0higs44_fpd2z.js +1 -0
- package/out/_next/static/chunks/turbopack-0hpqs96ev0qw3.js +1 -0
- package/out/_next/static/chunks/turbopack-0nhgkjul58c0o.js +1 -0
- package/out/_next/static/chunks/turbopack-0o2st91056bew.js +1 -0
- package/out/_next/static/chunks/turbopack-0t_4mmwvh5jcg.js +1 -0
- package/out/_next/static/chunks/turbopack-0x70e5tn0cdka.js +1 -0
- package/out/_next/static/chunks/turbopack-0xkx2uti084qk.js +1 -0
- package/out/_next/static/chunks/turbopack-0yqmz8xksziao.js +1 -0
- package/out/_next/static/chunks/turbopack-12k7mi-z9q_my.js +1 -0
- package/out/_next/static/chunks/turbopack-15m77byc-8nnf.js +1 -0
- package/out/_next/static/chunks/turbopack-18mged-v_fxn-.js +1 -0
- package/out/_next/static/chunks/turbopack-1cuprvm6j2dby.js +1 -0
- package/out/_next/static/chunks/turbopack-1eymghczt7xa6.js +1 -0
- package/out/_next/static/chunks/turbopack-1g54o3vx9b89_.js +1 -0
- package/out/_next/static/chunks/turbopack-1m692rsdwiawo.js +1 -0
- package/out/_next/static/chunks/turbopack-1mm7vtvpd13ez.js +1 -0
- package/out/_next/static/chunks/turbopack-1mpj4cwcr142-.js +1 -0
- package/out/_next/static/chunks/turbopack-1r78bk7u_h8wj.js +1 -0
- package/out/_next/static/chunks/turbopack-1r7fkywendzls.js +1 -0
- package/out/_next/static/chunks/turbopack-1rd9nl8tzd7mh.js +1 -0
- package/out/_next/static/chunks/turbopack-22rm65gb-fb5f.js +1 -0
- package/out/_next/static/chunks/turbopack-25vthc1ebxwmp.js +1 -0
- package/out/_next/static/chunks/turbopack-270o4xzuhcrx0.js +1 -0
- package/out/_next/static/chunks/turbopack-28xworku-1n7z.js +1 -0
- package/out/_next/static/chunks/turbopack-29flyuxccgrne.js +1 -0
- package/out/_next/static/chunks/turbopack-29srldogp40c5.js +1 -0
- package/out/_next/static/chunks/turbopack-2_6wg5anpoge7.js +1 -0
- package/out/_next/static/chunks/turbopack-2bj5y06eussh4.js +1 -0
- package/out/_next/static/chunks/turbopack-2fn9x-4hydbz0.js +1 -0
- package/out/_next/static/chunks/turbopack-2fuo3f3fu4s_7.js +1 -0
- package/out/_next/static/chunks/turbopack-2hl0oouvcl1z1.js +1 -0
- package/out/_next/static/chunks/turbopack-2n2hy492yai1a.js +1 -0
- package/out/_next/static/chunks/turbopack-2p5bsfgvhhojm.js +1 -0
- package/out/_next/static/chunks/turbopack-2rbboc86ezfbu.js +1 -0
- package/out/_next/static/chunks/turbopack-2s2n1a40z_nc8.js +1 -0
- package/out/_next/static/chunks/turbopack-3383eobamf6qf.js +1 -0
- package/out/_next/static/chunks/turbopack-3ef9ygfxmresk.js +1 -0
- package/out/_next/static/chunks/turbopack-3gcd1fazu0e6k.js +1 -0
- package/out/_next/static/chunks/turbopack-3jhuq-3ckq-kq.js +1 -0
- package/out/_next/static/chunks/turbopack-3k39kfzuaitd7.js +1 -0
- package/out/_next/static/chunks/turbopack-3l628cr68ep0q.js +1 -0
- package/out/_next/static/chunks/turbopack-3pajnpuxg-oo4.js +1 -0
- package/out/_next/static/chunks/turbopack-3pb9kv0yc_t53.js +1 -0
- package/out/_next/static/chunks/turbopack-3qe4ztycky7v0.js +1 -0
- package/out/_next/static/chunks/turbopack-3soc2g2pyqtpz.js +1 -0
- package/out/_next/static/chunks/turbopack-3tgiyd018trw3.js +1 -0
- package/out/_next/static/chunks/turbopack-3tml7qmypxr6t.js +1 -0
- package/out/_next/static/chunks/turbopack-3vvw42_0j2__s.js +1 -0
- package/out/_next/static/chunks/turbopack-3xhkblxlca6x1.js +1 -0
- package/out/_next/static/chunks/turbopack-3xz6yhttw8te6.js +1 -0
- package/out/_next/static/chunks/turbopack-3zxdh674077s0.js +1 -0
- package/out/_next/static/chunks/turbopack-4258ul_qgxg3-.js +1 -0
- package/out/_next/static/chunks/turbopack-42gir6e579247.js +1 -0
- package/out/_next/static/chunks/turbopack-42m_zup5_jxr9.js +1 -0
- package/out/_next/static/plNLzDs1uuSExXpN_uubP/_buildManifest.js +258 -0
- package/out/_offline/index.html +2 -2
- package/out/account/forgot-password/index.html +2 -2
- package/out/account/index.html +2 -2
- package/out/assortments/AssortmentDetailPage/index.html +2 -2
- package/out/assortments/index.html +2 -2
- package/out/assortments/new/index.html +2 -2
- package/out/copilot/index.html +2 -2
- package/out/country/CountryDetailPage/index.html +2 -2
- package/out/country/index.html +2 -2
- package/out/country/new/index.html +2 -2
- package/out/currency/CurrencyDetailPage/index.html +2 -2
- package/out/currency/index.html +2 -2
- package/out/currency/new/index.html +2 -2
- package/out/delivery-provider/DeliveryProviderDetailPage/index.html +2 -2
- package/out/delivery-provider/index.html +2 -2
- package/out/delivery-provider/new/index.html +2 -2
- package/out/enrollments/EnrollmentDetailPage/index.html +2 -2
- package/out/enrollments/index.html +2 -2
- package/out/events/EventDetailPage/index.html +2 -2
- package/out/events/index.html +2 -2
- package/out/exports/index.html +2 -2
- package/out/external/index.html +2 -2
- package/out/filters/FilterDetailPage/index.html +2 -2
- package/out/filters/index.html +2 -2
- package/out/filters/new/index.html +2 -2
- package/out/index.html +2 -2
- package/out/install/index.html +2 -2
- package/out/language/LanguageDetailPage/index.html +2 -2
- package/out/language/index.html +2 -2
- package/out/language/new/index.html +2 -2
- package/out/log-in/index.html +2 -2
- package/out/orders/OrderDetailPage/index.html +2 -2
- package/out/orders/index.html +2 -2
- package/out/payment-provider/PaymentProviderDetailPage/index.html +2 -2
- package/out/payment-provider/index.html +2 -2
- package/out/payment-provider/new/index.html +2 -2
- package/out/products/ProductDetailPage/index.html +2 -2
- package/out/products/index.html +2 -2
- package/out/products/new/index.html +2 -2
- package/out/quotations/QuotationDetailPage/index.html +2 -2
- package/out/quotations/index.html +2 -2
- package/out/reset-password/index.html +2 -2
- package/out/sign-up/index.html +2 -2
- package/out/styleguide/index.html +2 -2
- package/out/tokens/TokenDetailPage/index.html +2 -2
- package/out/tokens/index.html +2 -2
- package/out/users/UserDetailPage/index.html +2 -2
- package/out/users/index.html +2 -2
- package/out/users/new/index.html +2 -2
- package/out/verify-email/index.html +2 -2
- package/out/warehousing-provider/WarehousingProviderDetailPage/index.html +2 -2
- package/out/warehousing-provider/index.html +2 -2
- package/out/warehousing-provider/new/index.html +2 -2
- package/out/works/WorkDetailPage/index.html +2 -2
- package/out/works/WorkQueueListView/index.html +2 -2
- package/out/works/index.html +2 -2
- package/out/works/management/index.html +2 -2
- package/package.json +15 -15
- package/out/_next/static/chunks/0-5fyr7499zt-.js +0 -1
- package/out/_next/static/chunks/0-fh37zk913w7.js +0 -13
- package/out/_next/static/chunks/008lcuc11zfte.js +0 -43
- package/out/_next/static/chunks/016okam34efcb.js +0 -81
- package/out/_next/static/chunks/02vbc6plhv4r5.js +0 -384
- package/out/_next/static/chunks/03vpe61v8f-gu.js +0 -342
- package/out/_next/static/chunks/046r7jg73yrg4.js +0 -7
- package/out/_next/static/chunks/0476m35sf_p60.js +0 -147
- package/out/_next/static/chunks/04eely9r7xy_m.js +0 -12
- package/out/_next/static/chunks/05x_nq6c7164m.js +0 -1
- package/out/_next/static/chunks/06e1aw5kfb7xi.js +0 -5
- package/out/_next/static/chunks/083qufblh7mjm.js +0 -1
- package/out/_next/static/chunks/08k08iasjrir_.js +0 -31
- package/out/_next/static/chunks/09z9--qr2tkcu.js +0 -288
- package/out/_next/static/chunks/0_zceuhyoka_a.js +0 -110
- package/out/_next/static/chunks/0aj0bvtuku7d_.js +0 -291
- package/out/_next/static/chunks/0altoqexicqbh.js +0 -1
- package/out/_next/static/chunks/0dbwh_dc2wx4a.js +0 -288
- package/out/_next/static/chunks/0es-a44yzoi_c.js +0 -3
- package/out/_next/static/chunks/0h2609m294ysz.js +0 -41
- package/out/_next/static/chunks/0hgd0co23t_8i.js +0 -1
- package/out/_next/static/chunks/0hq1mco02oyfu.js +0 -15
- package/out/_next/static/chunks/0idef676w-1dr.js +0 -22
- package/out/_next/static/chunks/0ivn6vm7qrjvq.js +0 -1
- package/out/_next/static/chunks/0j01zkyli64rz.js +0 -14
- package/out/_next/static/chunks/0j1q0r96xzpzy.js +0 -46
- package/out/_next/static/chunks/0jian6h40drni.js +0 -13
- package/out/_next/static/chunks/0lt88y29dqxzp.js +0 -807
- package/out/_next/static/chunks/0m4bdyytr95sc.js +0 -177
- package/out/_next/static/chunks/0m7b5siv8r0ut.js +0 -1
- package/out/_next/static/chunks/0mpudwrx5wimh.js +0 -12
- package/out/_next/static/chunks/0nocitcg_prcn.js +0 -12
- package/out/_next/static/chunks/0nxlx7tthmg78.js +0 -31
- package/out/_next/static/chunks/0owtren6z_d3d.js +0 -15
- package/out/_next/static/chunks/0pc76ldf1jpm5.js +0 -807
- package/out/_next/static/chunks/0qchl2kwxk5_b.js +0 -9
- package/out/_next/static/chunks/0qxzncya34yzs.js +0 -135
- package/out/_next/static/chunks/0s1c1ap63wp7w.js +0 -1
- package/out/_next/static/chunks/0semy5tiq3zfa.js +0 -217
- package/out/_next/static/chunks/0sy4g9cj0c0nw.js +0 -1
- package/out/_next/static/chunks/0uvf4fw2u8xlt.js +0 -1
- package/out/_next/static/chunks/0v8wplj4_g1yk.js +0 -14
- package/out/_next/static/chunks/0vsekcvrno4r-.js +0 -12
- package/out/_next/static/chunks/0vskxstx7o46u.js +0 -200
- package/out/_next/static/chunks/0w90onmzd_9vo.js +0 -5
- package/out/_next/static/chunks/0winpgp117o2-.js +0 -14
- package/out/_next/static/chunks/0wooaklx8_14q.js +0 -1
- package/out/_next/static/chunks/0wq-kibsj03f4.js +0 -3
- package/out/_next/static/chunks/0x3i8esz6im79.js +0 -12
- package/out/_next/static/chunks/0xcsxtbxsj1ez.js +0 -807
- package/out/_next/static/chunks/0xmblnoqgtm4c.js +0 -13
- package/out/_next/static/chunks/0y9-ayhjhhngf.js +0 -101
- package/out/_next/static/chunks/0ysqpo9mvr0zd.js +0 -15
- package/out/_next/static/chunks/1-3-xh5bp6iml.js +0 -12
- package/out/_next/static/chunks/10a6m_uzed9ah.js +0 -7
- package/out/_next/static/chunks/110t5i029b2k2.js +0 -15
- package/out/_next/static/chunks/11p5hx0zojiun.js +0 -14
- package/out/_next/static/chunks/11tlxn06pl0v_.js +0 -807
- package/out/_next/static/chunks/1256wg-50z130.js +0 -224
- package/out/_next/static/chunks/12tyi7_yn5xtz.js +0 -13
- package/out/_next/static/chunks/14u7jeuqdz0nk.js +0 -108
- package/out/_next/static/chunks/14voa-w_qaloy.js +0 -10
- package/out/_next/static/chunks/151znlrk2b4e5.js +0 -61
- package/out/_next/static/chunks/1527ha2whtazw.js +0 -88
- package/out/_next/static/chunks/16dj7dz5shhv_.js +0 -1
- package/out/_next/static/chunks/17gp91vlnlpn7.js +0 -346
- package/out/_next/static/chunks/17h2_757nwv56.js +0 -807
- package/out/_next/static/chunks/18609lny07j4e.js +0 -1
- package/out/_next/static/chunks/18keiz8xbbpkq.js +0 -26
- package/out/_next/static/chunks/18pkchouqfxun.js +0 -1
- package/out/_next/static/chunks/199mkuw023v8s.js +0 -144
- package/out/_next/static/chunks/19wuto_c4vh0r.js +0 -1
- package/out/_next/static/chunks/1_evskl07e2cf.js +0 -132
- package/out/_next/static/chunks/1_pteaeq2-av2.js +0 -807
- package/out/_next/static/chunks/1_q3-gzp0dk5q.js +0 -59
- package/out/_next/static/chunks/1bhgl08k6mpqv.js +0 -103
- package/out/_next/static/chunks/1dr9_l25_z_bx.js +0 -1
- package/out/_next/static/chunks/1ec3to11jffvy.js +0 -10
- package/out/_next/static/chunks/1ev76ynqrcgrk.js +0 -1
- package/out/_next/static/chunks/1f3f0m0y4umue.js +0 -1
- package/out/_next/static/chunks/1gg4cjedszfwk.js +0 -13
- package/out/_next/static/chunks/1h1pt2-va82sv.js +0 -13
- package/out/_next/static/chunks/1jhqf1cmlc7pe.js +0 -16
- package/out/_next/static/chunks/1ji3672n2x2p1.js +0 -1
- package/out/_next/static/chunks/1jifp8h0xxr5a.js +0 -1
- package/out/_next/static/chunks/1jqnrnw0p9tw5.js +0 -1
- package/out/_next/static/chunks/1jtbcag00kp9r.js +0 -90
- package/out/_next/static/chunks/1kytgf0whx_qo.js +0 -14
- package/out/_next/static/chunks/1l2mamh-5uwio.js +0 -1
- package/out/_next/static/chunks/1l8j-zb8_9nsi.js +0 -1
- package/out/_next/static/chunks/1m_5ag79zi_f9.js +0 -14
- package/out/_next/static/chunks/1mnpt-bd73euh.js +0 -807
- package/out/_next/static/chunks/1mwnl27etu8p6.js +0 -1
- package/out/_next/static/chunks/1n0nlm7kpcww-.js +0 -61
- package/out/_next/static/chunks/1n3mdw-qdco80.js +0 -8
- package/out/_next/static/chunks/1nbgbej8adbrl.js +0 -188
- package/out/_next/static/chunks/1nj8g7amact5j.js +0 -8
- package/out/_next/static/chunks/1nzeajwrffqt9.js +0 -1
- package/out/_next/static/chunks/1oa-sp6_nb4s7.js +0 -119
- package/out/_next/static/chunks/1ocvav-_1h1ar.js +0 -13
- package/out/_next/static/chunks/1okn_q5vylut9.js +0 -384
- package/out/_next/static/chunks/1p8vfdg0fsork.js +0 -1
- package/out/_next/static/chunks/1qned-0hap5wh.js +0 -1
- package/out/_next/static/chunks/1tj0_95clq0gz.js +0 -13
- package/out/_next/static/chunks/1tss29yg71n68.js +0 -26
- package/out/_next/static/chunks/1uxu8tui0bawr.js +0 -286
- package/out/_next/static/chunks/1viswjqhymg_v.js +0 -836
- package/out/_next/static/chunks/1vt4kev5t-rtb.js +0 -16
- package/out/_next/static/chunks/1vvgg1k4ox4hs.js +0 -20
- package/out/_next/static/chunks/1vvpmer7-2bqu.js +0 -73
- package/out/_next/static/chunks/1w-zy6fc2ehco.js +0 -1
- package/out/_next/static/chunks/1x-mhg4wgh8xs.js +0 -1
- package/out/_next/static/chunks/1x4ypu6tmfyhg.js +0 -14
- package/out/_next/static/chunks/1y4f465xdm5b5.js +0 -50
- package/out/_next/static/chunks/2--jjxpscypa2.js +0 -31
- package/out/_next/static/chunks/2-dekw6fz0zyy.js +0 -137
- package/out/_next/static/chunks/20wpn0cmj1uyu.js +0 -7
- package/out/_next/static/chunks/223ol_txid_e9.js +0 -227
- package/out/_next/static/chunks/22myl2_m23rb-.js +0 -596
- package/out/_next/static/chunks/23o_a2htnomyg.js +0 -43
- package/out/_next/static/chunks/26430jr5_zhmz.js +0 -193
- package/out/_next/static/chunks/26apkiljp9y8j.js +0 -23
- package/out/_next/static/chunks/26fgtdpouev8j.js +0 -1
- package/out/_next/static/chunks/26jxcw998t9wn.js +0 -10
- package/out/_next/static/chunks/26vkx8q85z8r4.js +0 -1
- package/out/_next/static/chunks/279v6ulm8bak8.js +0 -13
- package/out/_next/static/chunks/27c0k45sjypl5.js +0 -138
- package/out/_next/static/chunks/27xa29kcgotjt.js +0 -11
- package/out/_next/static/chunks/28l8pqb5msman.js +0 -142
- package/out/_next/static/chunks/2_t9cm2tzlx6m.js +0 -1
- package/out/_next/static/chunks/2bejn7kgdoibj.js +0 -16
- package/out/_next/static/chunks/2bgk94-v9p3zh.js +0 -5
- package/out/_next/static/chunks/2c1gkwwv20spk.js +0 -384
- package/out/_next/static/chunks/2cykgzchwdf8h.js +0 -13
- package/out/_next/static/chunks/2d2xdaq--g766.js +0 -342
- package/out/_next/static/chunks/2dwssdhayrajs.js +0 -807
- package/out/_next/static/chunks/2ghls3qe3puh7.js +0 -1
- package/out/_next/static/chunks/2h88_6ug5c-64.js +0 -46
- package/out/_next/static/chunks/2i__ckq4rpsy-.js +0 -16
- package/out/_next/static/chunks/2k7cmes14f81v.js +0 -14
- package/out/_next/static/chunks/2kcgr1_1bt0ja.js +0 -13
- package/out/_next/static/chunks/2kw8sncead6q1.js +0 -1
- package/out/_next/static/chunks/2kx374mbbo2fx.js +0 -23
- package/out/_next/static/chunks/2l05fni6rturu.js +0 -324
- package/out/_next/static/chunks/2lickweqd0ttc.js +0 -16
- package/out/_next/static/chunks/2lpu0fgihk_1a.js +0 -1
- package/out/_next/static/chunks/2n37m9ums7yxo.js +0 -209
- package/out/_next/static/chunks/2ndzew-ih0j7o.js +0 -1
- package/out/_next/static/chunks/2ng7fu4nip4iz.js +0 -13
- package/out/_next/static/chunks/2npbjddbiwni8.js +0 -87
- package/out/_next/static/chunks/2nqaesgt8e-dq.js +0 -807
- package/out/_next/static/chunks/2nwi9ew7sgrj3.js +0 -2
- package/out/_next/static/chunks/2onyw1yt2zm92.js +0 -103
- package/out/_next/static/chunks/2ovkbxsq5d7zw.js +0 -101
- package/out/_next/static/chunks/2p2c9lu_w9xpm.js +0 -1
- package/out/_next/static/chunks/2p56h7y83ga43.js +0 -173
- package/out/_next/static/chunks/2q14v90xec8c3.js +0 -188
- package/out/_next/static/chunks/2tuoxofyqz54_.js +0 -12
- package/out/_next/static/chunks/2vg32f3cpxij2.js +0 -1
- package/out/_next/static/chunks/2vkhxhpfyjmdo.js +0 -14
- package/out/_next/static/chunks/2vtw28_by1t1w.js +0 -13
- package/out/_next/static/chunks/2w9yaommb4zvu.js +0 -36
- package/out/_next/static/chunks/2x-arnbqxh83-.js +0 -21
- package/out/_next/static/chunks/2x05qm5tand4y.js +0 -17
- package/out/_next/static/chunks/2y7sjkehompze.js +0 -32
- package/out/_next/static/chunks/2yme0y_2pzj9n.js +0 -44
- package/out/_next/static/chunks/30dk0bk_p44ir.js +0 -905
- package/out/_next/static/chunks/31eux-b8vx_2o.js +0 -596
- package/out/_next/static/chunks/31kcvq4mpuk-n.js +0 -8
- package/out/_next/static/chunks/32iahzknlfas2.js +0 -1
- package/out/_next/static/chunks/32l0f9qsyr70b.js +0 -1
- package/out/_next/static/chunks/32lrbx2g2oi58.js +0 -1
- package/out/_next/static/chunks/33lr5t1t8hzsu.js +0 -15
- package/out/_next/static/chunks/34erk-605s-mm.js +0 -1
- package/out/_next/static/chunks/3586ibuscee3p.js +0 -22
- package/out/_next/static/chunks/36vha92ibdqa5.js +0 -12
- package/out/_next/static/chunks/37clktwywpajv.js +0 -1
- package/out/_next/static/chunks/37s4hnkf3fb_y.js +0 -807
- package/out/_next/static/chunks/37sa01ltf42fy.js +0 -13
- package/out/_next/static/chunks/38afjslqo-ezj.js +0 -8
- package/out/_next/static/chunks/38bczx6d8d6lo.js +0 -5
- package/out/_next/static/chunks/3a0mg8mbspn1l.js +0 -46
- package/out/_next/static/chunks/3blt-diyq-naw.js +0 -14
- package/out/_next/static/chunks/3ciz0xpu_rprn.js +0 -119
- package/out/_next/static/chunks/3e35x8fg5e3pv.js +0 -60
- package/out/_next/static/chunks/3f0cric2zcwaa.js +0 -22
- package/out/_next/static/chunks/3f2jxhatqetvc.js +0 -807
- package/out/_next/static/chunks/3fj61jbc190pd.js +0 -13
- package/out/_next/static/chunks/3fq6z0s1jshzn.js +0 -15
- package/out/_next/static/chunks/3g4cm3-yeecm2.js +0 -44
- package/out/_next/static/chunks/3h3tsq4-en0ds.js +0 -51
- package/out/_next/static/chunks/3hu6bowb801qu.js +0 -73
- package/out/_next/static/chunks/3jv6te4pgio0l.js +0 -20
- package/out/_next/static/chunks/3kml-ussugoev.js +0 -15
- package/out/_next/static/chunks/3l02yeb2txq56.js +0 -137
- package/out/_next/static/chunks/3ldab1ofpij6b.js +0 -19
- package/out/_next/static/chunks/3lvyfkgg8oenq.js +0 -13
- package/out/_next/static/chunks/3mflhqmkkt1mw.js +0 -807
- package/out/_next/static/chunks/3nvwtolqxr_ge.js +0 -1
- package/out/_next/static/chunks/3o4iqy5pws1z9.js +0 -1
- package/out/_next/static/chunks/3pr2jl059hr6b.js +0 -22
- package/out/_next/static/chunks/3qz-e8u_rngvz.js +0 -1
- package/out/_next/static/chunks/3t_1dfdqi26e9.js +0 -18
- package/out/_next/static/chunks/3tl7_-7zqlvzg.js +0 -12
- package/out/_next/static/chunks/3tvg8ygnthkjr.js +0 -16
- package/out/_next/static/chunks/3v36muwibbmij.js +0 -58
- package/out/_next/static/chunks/3x304g0u9phqv.js +0 -51
- package/out/_next/static/chunks/40ang7smtylgf.css +0 -1
- package/out/_next/static/chunks/40j1w9hi4os9m.js +0 -66
- package/out/_next/static/chunks/40kd8woagvta6.js +0 -471
- package/out/_next/static/chunks/42xkht0rt6xf_.js +0 -12
- package/out/_next/static/chunks/43a7fwbiu6x-5.js +0 -13
- package/out/_next/static/chunks/43uz-_umdm9hg.js +0 -50
- package/out/_next/static/chunks/44cjcus7fzro2.js +0 -5
- package/out/_next/static/chunks/45cbkkq5ja1gw.js +0 -15
- package/out/_next/static/chunks/turbopack-060-1ln7tnj_o.js +0 -1
- package/out/_next/static/chunks/turbopack-06b_rq-xsg8x-.js +0 -1
- package/out/_next/static/chunks/turbopack-07j_ygzde0ibk.js +0 -1
- package/out/_next/static/chunks/turbopack-083kyitc50o38.js +0 -1
- package/out/_next/static/chunks/turbopack-090en30hq-ziw.js +0 -1
- package/out/_next/static/chunks/turbopack-0_j93cg1w4d7-.js +0 -1
- package/out/_next/static/chunks/turbopack-0_rslss3ulvpt.js +0 -1
- package/out/_next/static/chunks/turbopack-0bujhjoujrelz.js +0 -1
- package/out/_next/static/chunks/turbopack-0fneu371vdjf1.js +0 -1
- package/out/_next/static/chunks/turbopack-0fnocyew0acyq.js +0 -1
- package/out/_next/static/chunks/turbopack-0fr9xmcpxfoqa.js +0 -1
- package/out/_next/static/chunks/turbopack-0j5di01a8gcxh.js +0 -1
- package/out/_next/static/chunks/turbopack-0j_pfj3li7kkn.js +0 -1
- package/out/_next/static/chunks/turbopack-0jh0k3boktvim.js +0 -1
- package/out/_next/static/chunks/turbopack-0kwipuq5-xmz3.js +0 -1
- package/out/_next/static/chunks/turbopack-0m8f237bj0h96.js +0 -1
- package/out/_next/static/chunks/turbopack-0n7sl47ktn9hk.js +0 -1
- package/out/_next/static/chunks/turbopack-0w37q33v5-6zm.js +0 -1
- package/out/_next/static/chunks/turbopack-1-j7m49r309x4.js +0 -1
- package/out/_next/static/chunks/turbopack-10nzf9877-okq.js +0 -1
- package/out/_next/static/chunks/turbopack-11yslp77vs6mo.js +0 -1
- package/out/_next/static/chunks/turbopack-12kl06t32c8h5.js +0 -1
- package/out/_next/static/chunks/turbopack-15ck0zsoo17qk.js +0 -1
- package/out/_next/static/chunks/turbopack-15z1m4_0bv4zo.js +0 -1
- package/out/_next/static/chunks/turbopack-17hgg9dccrviq.js +0 -1
- package/out/_next/static/chunks/turbopack-17mnrbrw40xul.js +0 -1
- package/out/_next/static/chunks/turbopack-1_alzj1dxez-l.js +0 -1
- package/out/_next/static/chunks/turbopack-1_ij44qvn9x25.js +0 -1
- package/out/_next/static/chunks/turbopack-1c3d9r9igrmgh.js +0 -1
- package/out/_next/static/chunks/turbopack-1cm654d1pgdmv.js +0 -1
- package/out/_next/static/chunks/turbopack-1dzfw_agzw78l.js +0 -1
- package/out/_next/static/chunks/turbopack-1e49xkg-hxkgw.js +0 -1
- package/out/_next/static/chunks/turbopack-1es07ppdqhn8l.js +0 -1
- package/out/_next/static/chunks/turbopack-1hz-oep9si1n4.js +0 -1
- package/out/_next/static/chunks/turbopack-1jsw2ikqqzdii.js +0 -1
- package/out/_next/static/chunks/turbopack-1kl8gahvsru18.js +0 -1
- package/out/_next/static/chunks/turbopack-1lzj42w3ao9lv.js +0 -1
- package/out/_next/static/chunks/turbopack-1nfsu5t6wryjs.js +0 -1
- package/out/_next/static/chunks/turbopack-1sqpspyd-b_u8.js +0 -1
- package/out/_next/static/chunks/turbopack-1u2b1ku-xxpld.js +0 -1
- package/out/_next/static/chunks/turbopack-1yguzhp-196yl.js +0 -1
- package/out/_next/static/chunks/turbopack-216mhl7lyker7.js +0 -1
- package/out/_next/static/chunks/turbopack-251iteu80yhxd.js +0 -1
- package/out/_next/static/chunks/turbopack-268fyi4wvgswd.js +0 -1
- package/out/_next/static/chunks/turbopack-2_w410r5zju-r.js +0 -1
- package/out/_next/static/chunks/turbopack-2a85b71rfv1vo.js +0 -1
- package/out/_next/static/chunks/turbopack-2e_abq5410ocm.js +0 -1
- package/out/_next/static/chunks/turbopack-2jptw2odupw9z.js +0 -1
- package/out/_next/static/chunks/turbopack-2n5cgk5tdnyrr.js +0 -1
- package/out/_next/static/chunks/turbopack-2qh9qcni48nfb.js +0 -1
- package/out/_next/static/chunks/turbopack-2vs1uxhibnike.js +0 -1
- package/out/_next/static/chunks/turbopack-2ysbeqfuzoqya.js +0 -1
- package/out/_next/static/chunks/turbopack-30nunvblnhi54.js +0 -1
- package/out/_next/static/chunks/turbopack-32v2pq35jf6zj.js +0 -1
- package/out/_next/static/chunks/turbopack-32zc13tm-_v-k.js +0 -1
- package/out/_next/static/chunks/turbopack-3_a0ktgrf9wjr.js +0 -1
- package/out/_next/static/chunks/turbopack-3a-4by2ed-ay-.js +0 -1
- package/out/_next/static/chunks/turbopack-3a2_b3fds1ev0.js +0 -1
- package/out/_next/static/chunks/turbopack-3nry4c4egh21l.js +0 -1
- package/out/_next/static/chunks/turbopack-3oydg87ftdlr2.js +0 -1
- package/out/_next/static/chunks/turbopack-3rxchig-6vsve.js +0 -1
- package/out/_next/static/chunks/turbopack-42frj4xnxg40e.js +0 -1
- package/out/_next/static/chunks/turbopack-44efn8-0a_co0.js +0 -1
- package/out/_next/static/fPE_xRhmnMCMvI-EidMrb/_buildManifest.js +0 -258
- /package/out/_next/static/{fPE_xRhmnMCMvI-EidMrb → plNLzDs1uuSExXpN_uubP}/_clientMiddlewareManifest.js +0 -0
- /package/out/_next/static/{fPE_xRhmnMCMvI-EidMrb → plNLzDs1uuSExXpN_uubP}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,315 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,23647,26013,e=>{"use strict";var t=e.i(91398),s=e.i(69322),a=e.i(15361),r=e.i(91788);let l=r.forwardRef(function({title:e,titleId:t,...s},a){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":t},s),e?r.createElement("title",{id:t},e):null,r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});e.s(["XCircleIcon",0,l],26013);var d=e.i(67912),i=e.i(41158),n=e.i(93380),c=e.i(35065);let o=({username:e})=>(0,t.jsx)(d.UserCircleIcon,{className:"h-8 w-8 text-slate-800 dark:text-slate-600"});e.s(["default",0,({user:e,contact:r})=>{let{formatMessage:d}=(0,s.useIntl)();return(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsx)("div",{className:"h-8 w-8 rounded-full",children:e?.avatar?(0,t.jsx)(c.default,{src:e.avatar.url,alt:e.name||e.username,width:100,height:100}):(0,t.jsx)(o,{username:e?.username})}),(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-4",children:[(0,t.jsx)("div",{className:"flex items-center justify-between gap-3 flex-wrap",children:(0,t.jsxs)("span",{className:"flex items-center",children:[(0,t.jsx)("h3",{className:"text-xl font-semibold capitalize",children:(0,t.jsx)(i.default,{href:`/users?userId=${e?._id}`,className:"text-slate-800 dark:text-slate-300 hover:text-slate-900 dark:hover:text-slate-600",children:(0,n.default)(e)})}),e?.primaryEmail?.verified&&(0,t.jsxs)("dl",{className:"self-end",children:[(0,t.jsx)("dt",{className:"sr-only",children:d({id:"account_status",defaultMessage:"Account status"})}),(0,t.jsx)("dd",{className:"mt-3 flex items-center self-end text-sm font-medium capitalize text-slate-900 sm:mr-6 sm:mt-0",children:e?.primaryEmail?.verified?(0,t.jsx)(a.CheckCircleIcon,{className:"h-4 w-4 shrink-0 text-emerald-400","aria-hidden":"true"}):(0,t.jsx)(l,{className:"h-4 w-4 shrink-0 text-rose-400","aria-hidden":"true"})})]})]})}),r?.emailAddress&&(0,t.jsx)("div",{children:r.emailAddress}),r?.telNumber&&(0,t.jsx)("div",{children:r.telNumber})]})]})}],23647)},66885,e=>{"use strict";var t=e.i(91398),s=e.i(69322),a=e.i(38322),r=e.i(84818),l=e.i(83147),d=e.i(51782);e.s(["default",0,({data:e,statusTypes:i,timeline:n})=>{let{formatMessage:c}=(0,s.useIntl)(),{formatDateTime:o}=(0,r.default)(),{content:u={},id:m}=n[e?.status]||{},x=i.filter(({value:e})=>n[e]?.visible);return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{className:"flow-root sm:hidden",children:(0,t.jsx)("ul",{className:"my-4",children:x.map(({value:s,label:r},d)=>(0,t.jsx)("li",{children:(0,t.jsxs)("div",{className:"relative pb-8",children:[d!==x.length-1?(0,t.jsx)("span",{className:(0,l.classNames)(m>d+1?"bg-slate-900":"bg-slate-200","absolute top-2.5 left-2.5 -ml-px h-full w-0.5"),"aria-hidden":"true"}):null,(0,t.jsxs)("div",{className:"relative flex items-center space-x-3",children:[(0,t.jsx)("div",{children:(0,t.jsx)("span",{className:(0,l.classNames)(m>d?"bg-slate-900":"bg-slate-600","flex h-5 w-5 items-center justify-center rounded-full"),children:m>d?(0,t.jsx)(a.CheckIcon,{className:"h-5 w-5 text-white","aria-hidden":"true"}):null})}),(0,t.jsxs)("div",{className:"ml-4 flex min-w-0 flex-1 items-center justify-between",children:[(0,t.jsx)("div",{className:"flex-auto",children:(0,t.jsx)("p",{className:"text-sm text-slate-500",children:(0,t.jsxs)("span",{className:"flex w-full items-center justify-between text-slate-900 dark:text-slate-200",children:[s,n[s]?.Component&&n[s].Component]})})}),m>=n[s].id?(0,t.jsx)("div",{className:"whitespace-nowrap text-right text-sm text-slate-500 dark:text-slate-200 ml-4",children:e[n?.[s]?.content]?o(e[n?.[s]?.content],{dateStyle:"short",timeStyle:"short"}):null}):null]})]})]})},`${s}${r}`))})}),(0,t.jsxs)("div",{className:" p-4 bg-white shadow-sm dark:shadow-none dark:border dark:border-slate-700 sm:rounded-lg dark:bg-slate-900",children:[(0,t.jsxs)("p",{className:"font-medium flex items-center justify-between",children:[(0,t.jsx)(d.OrderStatusBadge,{status:e.status}),(0,t.jsx)("span",{children:e[u]?o(e[u],{dateStyle:"full",timeStyle:"medium"}):c({id:"in_cart",defaultMessage:"In cart"})})]}),(0,t.jsx)("div",{className:"mt-2","aria-hidden":"true",children:(0,t.jsx)("div",{className:"mt-2 hidden text-sm font-medium text-slate-600 sm:flex",children:x.map(({value:s,label:a})=>(0,t.jsxs)("div",{className:"sm:flex-auto",children:[(0,t.jsx)("div",{className:"relative mb-4 mr-1",children:(0,t.jsx)("span",{className:(0,l.classNames)(m>=n[s].id?e?.status==="CONFIRMED"?"bg-lime-600":e?.status==="PENDING"?"bg-amber-600":e?.status==="OPEN"?"bg-sky-600":"bg-emerald-600":"bg-slate-200 dark:bg-slate-700","absolute top-0 left-0 -ml-px h-2 w-full"),"aria-hidden":"true"})}),(0,t.jsxs)("div",{className:(0,l.classNames)(m>=n[s].id?"text-slate-900":"opacity-50","text-start"),children:[(0,t.jsx)("span",{className:"text-slate-900 dark:text-slate-400 uppercase",children:n[s]?.Component?n[s].Component:"CONFIRMED"===s?c({id:"confirmed",defaultMessage:"CONFIRMED"}):"PENDING"===s?c({id:"pending",defaultMessage:"PENDING"}):"OPEN"===s?c({id:"open",defaultMessage:"OPEN"}):"FULFILLED"===s?c({id:"fulfilled",defaultMessage:"FULFILLED"}):"REJECTED"===s?c({id:"rejected",defaultMessage:"REJECTED"}):s}),(0,t.jsx)("span",{className:"block text-slate-900 dark:text-slate-100",children:m>=n?.[s]?.id?o(e[n?.[s]?.content],{dateStyle:"short",timeStyle:"short"}):null})]})]},`${s}${a}`))})})]})]})}])},34728,e=>{"use strict";var t=e.i(91398),s=e.i(38322);e.s(["default",0,({onOkClick:e,buttonText:a,headerText:r,message:l,icon:d=null})=>(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("div",{children:[d||(0,t.jsx)("div",{className:"mx-auto flex h-12 w-12 items-center justify-center rounded-full bg-emerald-100 dark:bg-emerald-900/30",children:(0,t.jsx)(s.CheckIcon,{className:"h-6 w-6 text-emerald-600 dark:text-emerald-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"})}),(0,t.jsxs)("div",{className:"mt-3 text-center sm:mt-5",children:[(0,t.jsx)("h3",{className:"text-lg text-slate-900 dark:text-slate-200",id:"modal-title",children:r}),(0,t.jsx)("div",{className:"mt-2",children:(0,t.jsx)("p",{className:"text-sm text-slate-500 dark:text-slate-200",children:l})})]})]}),(0,t.jsx)("div",{className:"mt-5 sm:mt-6",children:(0,t.jsx)("button",{id:"alert_ok",onClick:e,type:"button",className:"inline-flex w-full justify-center rounded-md border border-transparent bg-slate-800 dark:bg-slate-600 px-4 py-2 text-base font-medium text-white shadow-xs hover:bg-slate-950 dark:hover:bg-slate-500 focus:outline-hidden focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:ring-offset-2 sm:text-sm",children:a})})]})])},71774,e=>{"use strict";var t=e.i(91398),s=e.i(3828),a=e.i(66773),r=e.i(69322),l=e.i(28401),d=e.i(61494),i=e.i(12197),n=e.i(59080),c=e.i(32171),o=e.i(70693),u=e.i(36494);let m=n.gql`
|
|
2
|
+
fragment OrderDetailFragment on Order {
|
|
3
|
+
_id
|
|
4
|
+
totalTax: total(category: TAXES) {
|
|
5
|
+
amount
|
|
6
|
+
currencyCode
|
|
7
|
+
}
|
|
8
|
+
itemsTotal: total(category: ITEMS) {
|
|
9
|
+
amount
|
|
10
|
+
currencyCode
|
|
11
|
+
}
|
|
12
|
+
totalDiscount: total(category: DISCOUNTS) {
|
|
13
|
+
amount
|
|
14
|
+
currencyCode
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
totalPayment: total(category: PAYMENT) {
|
|
18
|
+
amount
|
|
19
|
+
currencyCode
|
|
20
|
+
}
|
|
21
|
+
totalDelivery: total(category: DELIVERY) {
|
|
22
|
+
amount
|
|
23
|
+
currencyCode
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
user {
|
|
27
|
+
_id
|
|
28
|
+
username
|
|
29
|
+
isGuest
|
|
30
|
+
avatar {
|
|
31
|
+
_id
|
|
32
|
+
url
|
|
33
|
+
}
|
|
34
|
+
profile {
|
|
35
|
+
displayName
|
|
36
|
+
address {
|
|
37
|
+
firstName
|
|
38
|
+
lastName
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
discounts {
|
|
43
|
+
_id
|
|
44
|
+
trigger
|
|
45
|
+
code
|
|
46
|
+
interface {
|
|
47
|
+
_id
|
|
48
|
+
label
|
|
49
|
+
version
|
|
50
|
+
}
|
|
51
|
+
total {
|
|
52
|
+
amount
|
|
53
|
+
currencyCode
|
|
54
|
+
isTaxable
|
|
55
|
+
isNetPrice
|
|
56
|
+
}
|
|
57
|
+
discounted {
|
|
58
|
+
_id
|
|
59
|
+
orderDiscount {
|
|
60
|
+
_id
|
|
61
|
+
total {
|
|
62
|
+
amount
|
|
63
|
+
currencyCode
|
|
64
|
+
isTaxable
|
|
65
|
+
isNetPrice
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
total {
|
|
69
|
+
amount
|
|
70
|
+
currencyCode
|
|
71
|
+
isTaxable
|
|
72
|
+
isNetPrice
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
payment {
|
|
77
|
+
_id
|
|
78
|
+
provider {
|
|
79
|
+
_id
|
|
80
|
+
type
|
|
81
|
+
interface {
|
|
82
|
+
_id
|
|
83
|
+
label
|
|
84
|
+
version
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
status
|
|
88
|
+
fee {
|
|
89
|
+
currencyCode
|
|
90
|
+
amount
|
|
91
|
+
}
|
|
92
|
+
paid
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
orderNumber
|
|
96
|
+
status
|
|
97
|
+
created
|
|
98
|
+
updated
|
|
99
|
+
ordered
|
|
100
|
+
|
|
101
|
+
confirmed
|
|
102
|
+
fulfilled
|
|
103
|
+
contact {
|
|
104
|
+
telNumber
|
|
105
|
+
emailAddress
|
|
106
|
+
}
|
|
107
|
+
country {
|
|
108
|
+
_id
|
|
109
|
+
isoCode
|
|
110
|
+
flagEmoji
|
|
111
|
+
name
|
|
112
|
+
}
|
|
113
|
+
currency {
|
|
114
|
+
_id
|
|
115
|
+
isoCode
|
|
116
|
+
isActive
|
|
117
|
+
}
|
|
118
|
+
billingAddress {
|
|
119
|
+
...AddressFragment
|
|
120
|
+
}
|
|
121
|
+
delivery {
|
|
122
|
+
_id
|
|
123
|
+
... on OrderDeliveryPickUp {
|
|
124
|
+
activePickUpLocation {
|
|
125
|
+
_id
|
|
126
|
+
name
|
|
127
|
+
address {
|
|
128
|
+
...AddressFragment
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
... on OrderDeliveryShipping {
|
|
133
|
+
address {
|
|
134
|
+
...AddressFragment
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
provider {
|
|
138
|
+
_id
|
|
139
|
+
created
|
|
140
|
+
updated
|
|
141
|
+
deleted
|
|
142
|
+
type
|
|
143
|
+
configuration
|
|
144
|
+
interface {
|
|
145
|
+
_id
|
|
146
|
+
label
|
|
147
|
+
version
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
status
|
|
151
|
+
delivered
|
|
152
|
+
fee {
|
|
153
|
+
isTaxable
|
|
154
|
+
isNetPrice
|
|
155
|
+
amount
|
|
156
|
+
currencyCode
|
|
157
|
+
}
|
|
158
|
+
discounts {
|
|
159
|
+
_id
|
|
160
|
+
orderDiscount {
|
|
161
|
+
_id
|
|
162
|
+
trigger
|
|
163
|
+
code
|
|
164
|
+
order {
|
|
165
|
+
_id
|
|
166
|
+
orderNumber
|
|
167
|
+
}
|
|
168
|
+
interface {
|
|
169
|
+
_id
|
|
170
|
+
label
|
|
171
|
+
version
|
|
172
|
+
}
|
|
173
|
+
total {
|
|
174
|
+
isTaxable
|
|
175
|
+
isNetPrice
|
|
176
|
+
amount
|
|
177
|
+
currencyCode
|
|
178
|
+
}
|
|
179
|
+
discounted {
|
|
180
|
+
_id
|
|
181
|
+
orderDiscount {
|
|
182
|
+
_id
|
|
183
|
+
trigger
|
|
184
|
+
code
|
|
185
|
+
order {
|
|
186
|
+
_id
|
|
187
|
+
orderNumber
|
|
188
|
+
}
|
|
189
|
+
interface {
|
|
190
|
+
_id
|
|
191
|
+
label
|
|
192
|
+
version
|
|
193
|
+
}
|
|
194
|
+
total {
|
|
195
|
+
isTaxable
|
|
196
|
+
isNetPrice
|
|
197
|
+
amount
|
|
198
|
+
currencyCode
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
delivered
|
|
206
|
+
}
|
|
207
|
+
total {
|
|
208
|
+
isTaxable
|
|
209
|
+
isTaxable
|
|
210
|
+
amount
|
|
211
|
+
currencyCode
|
|
212
|
+
}
|
|
213
|
+
items {
|
|
214
|
+
_id
|
|
215
|
+
product {
|
|
216
|
+
_id
|
|
217
|
+
texts {
|
|
218
|
+
_id
|
|
219
|
+
slug
|
|
220
|
+
brand
|
|
221
|
+
vendor
|
|
222
|
+
title
|
|
223
|
+
subtitle
|
|
224
|
+
}
|
|
225
|
+
media {
|
|
226
|
+
_id
|
|
227
|
+
file {
|
|
228
|
+
_id
|
|
229
|
+
url
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
quantity
|
|
234
|
+
|
|
235
|
+
unitPrice {
|
|
236
|
+
amount
|
|
237
|
+
isTaxable
|
|
238
|
+
isNetPrice
|
|
239
|
+
currencyCode
|
|
240
|
+
}
|
|
241
|
+
total {
|
|
242
|
+
amount
|
|
243
|
+
isTaxable
|
|
244
|
+
isNetPrice
|
|
245
|
+
currencyCode
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
${u.default}
|
|
250
|
+
`;var x=e.i(41158),f=e.i(83147),h=e.i(1880),p=e.i(35065);let g=({item:e})=>{let{formatMessage:s}=(0,r.useIntl)(),{formatPrice:a}=(0,f.useFormatPrice)();return(0,t.jsx)(x.default,{href:`/products?slug=${(0,h.default)(e.product)}`,children:(0,t.jsx)("div",{className:"space-y-8",children:(0,t.jsxs)("div",{className:"flex items-center flex-wrap",children:[(0,t.jsx)("div",{className:"flex shrink-0 overflow-hidden rounded-lg sm:mx-0 ",children:e.product?.media?.length?(0,t.jsx)(p.default,{src:`${e.product?.media[0].file.url}`,alt:e?.product?.texts?.title||e?.product?.texts?.subtitle,className:"object-cover object-center",width:80,height:80}):null}),(0,t.jsxs)("div",{className:"flex flex-col justify-center sm:mt-0 ml-3 sm:flex-auto",children:[(0,t.jsx)("h3",{className:"text-base text-slate-900 dark:text-slate-200 truncate",dangerouslySetInnerHTML:{__html:e?.product?.texts?.title||e?.product?.texts?.subtitle}}),(0,t.jsx)("div",{className:"mt-1 text-sm dark:text-slate-400",children:a(e?.unitPrice)}),(0,t.jsxs)("div",{className:"mt-1 text-sm dark:text-slate-400",children:[s({id:"item_quantity",defaultMessage:"Quantity:"}),(0,t.jsx)("span",{className:"ml-1",children:e?.quantity})]})]})]})})})},v=({order:e})=>{let{formatMessage:s}=(0,r.useIntl)(),{formatPrice:a}=(0,f.useFormatPrice)(),l=e?.status==="OPEN"||!e?.orderNumber;return(0,t.jsx)("div",{"aria-labelledby":"summary-heading",children:(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"flex items-center justify-between pb-3 text-xl",children:[(0,t.jsx)("dt",{className:"",children:s({id:"order_total",defaultMessage:"Order total"})}),(0,t.jsx)("dd",{className:"",children:a(e?.total)})]}),!l&&(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("dt",{className:"text-slate-600 dark:text-slate-400",children:s({id:"discount",defaultMessage:"Discount"})}),(0,t.jsx)("dd",{className:"",children:a(e?.totalDiscount)})]}),(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("dt",{className:"text-slate-600 dark:text-slate-400",children:s({id:"shipping",defaultMessage:"Shipping"})}),(0,t.jsx)("dd",{className:"",children:a(e?.totalDelivery)})]}),(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("dt",{className:"text-slate-600 dark:text-slate-400",children:s({id:"tax",defaultMessage:"Tax"})}),(0,t.jsx)("dd",{className:"",children:a(e?.totalTax)})]}),(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("dt",{className:"text-slate-600 dark:text-slate-400",children:s({id:"order_payment_fees",defaultMessage:"Fees"})}),(0,t.jsx)("dd",{className:"",children:a(e?.totalPayment)})]}),(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("dt",{className:"text-slate-600 dark:text-slate-400",children:s({id:"subtotal",defaultMessage:"Subtotal"})}),(0,t.jsx)("dd",{className:"",children:a(e?.itemsTotal)})]})]})]})})};var j=e.i(37369),b=e.i(34728),y=e.i(6607),N=e.i(76204);let k=n.gql`
|
|
251
|
+
mutation PayOrder($orderId: ID!) {
|
|
252
|
+
payOrder(orderId: $orderId) {
|
|
253
|
+
_id
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
`;var _=e.i(51967);let w=n.gql`
|
|
257
|
+
query OrderPaymentStatus {
|
|
258
|
+
paymentStatusTypes: __type(name: "OrderPaymentStatus") {
|
|
259
|
+
options: enumValues {
|
|
260
|
+
value: name
|
|
261
|
+
label: description
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
`;var I=e.i(84818);let M=({enumType:e,currentType:s,label:a,component:l=null})=>{let{formatMessage:d}=(0,r.useIntl)();return l||(0,t.jsx)("span",{title:a,className:`${s===e?"border-slate-300 bg-slate-200 text-slate-950 dark:bg-slate-800 dark:text-slate-200":"opacity-10 dark:bg-slate-900 "} mr-2 mb-2 inline-flex items-center rounded-md border border-slate-300 bg-white px-2 py-1 text-sm uppercase dark:border-slate-700 dark:bg-slate-800 dark:text-slate-200 transition-colors duration-200 ease-in-out hover:bg-slate-100 dark:hover:bg-slate-700 focus:outline-hidden focus:ring-2 focus:ring-slate-800 focus:ring-offset-2 focus:ring-offset-white dark:focus:ring-offset-slate-800`,children:(e=>{switch(e){case"INVOICE":return d({id:"invoice",defaultMessage:"INVOICE"});case"SHIPPING":return d({id:"shipping_method",defaultMessage:"SHIPPING"});case"OPEN":return d({id:"open",defaultMessage:"OPEN"});case"DELIVERED":return d({id:"delivered",defaultMessage:"Delivered"}).toUpperCase();case"PAID":return d({id:"paid",defaultMessage:"Paid"}).toUpperCase();default:return e}})(e)})};var C=e.i(58971);let O=({order:e})=>{let{paymentProviderType:s}=(0,_.default)(),{paymentStatusTypes:d}=(()=>{let{data:e,loading:t,error:s}=(0,c.useQuery)(w);return{paymentStatusTypes:e?.paymentStatusTypes?.options||[],loading:t,error:s}})(),{formatDateTime:i}=(0,I.default)(),{formatPrice:n}=(0,f.useFormatPrice)(),{formatMessage:o}=(0,r.useIntl)(),{setModal:u}=(0,y.default)(),{payOrder:m}=(()=>{let[e]=(0,N.useMutation)(k);return{payOrder:async({orderId:t})=>e({variables:{orderId:t},refetchQueries:["Order"]})}})(),{hasRole:h}=(0,C.default)(),p=async()=>{await u((0,t.jsx)(b.default,{buttonText:o({id:"pay",defaultMessage:"Mark paid"}),message:o({id:"mark_as_paid_question",defaultMessage:"This will change the order payment status to Paid."}),headerText:o({id:"mark_as_paid_question_header",defaultMessage:"Mark as paid?"}),onOkClick:async()=>{u(""),await m({orderId:e._id}),l.toast.success(o({id:"order_paid",defaultMessage:"Order paid successfully"}))}}))};return(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"flex items-baseline gap-2",children:[(0,t.jsx)("h2",{className:"pt-4 text-2xl text-slate-900 dark:text-slate-200",children:o({id:"payment",defaultMessage:"Payment"})}),e?.payment?.fee?.currencyCode&&(0,t.jsx)("span",{className:"block",children:n(e.payment.fee)}),e?.payment?.paid&&(0,t.jsx)("span",{className:"font-mono",children:i(e.payment.paid,{timeStyle:"short",dateStyle:"medium"})})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("span",{className:"mb-5 block text-xs font-mono",children:e?.payment?.provider&&(0,t.jsx)(x.default,{href:`/payment-provider?paymentProviderId=${e.payment.provider._id}`,className:"text-slate-500 dark:text-slate-300 hover:text-slate-800 dark:hover:text-slate-600",children:(0,f.getInterfaceLabel)(e.payment?.provider?.interface)})}),(0,t.jsx)("div",{className:"mt-3 text-sm text-slate-500 dark:text-slate-200",children:o({id:"method",defaultMessage:"Method"})}),(0,t.jsx)("span",{className:"mr-2 block rounded-full py-1 text-xs font-semibold leading-5",children:[...s].sort((t,s)=>t.value===e.payment?.provider?.type?-1:+(s.value===e.payment?.provider?.type)).map(s=>(0,t.jsx)(M,{enumType:s.value,currentType:e.payment?.provider?.type,label:s.label},s.value))}),(0,t.jsx)("div",{className:"mt-3 text-sm text-slate-500 dark:text-slate-200",children:o({id:"delivery_status",defaultMessage:"Status"})}),(0,t.jsx)("span",{className:"mr-2 block rounded-full py-1 text-xs font-semibold leading-5",children:[...d].sort((t,s)=>t.value===e.payment?.status?-1:+(s.value===e.payment?.status)).map(s=>(0,t.jsx)(M,{enumType:s.value,currentType:e.payment?.status,label:s.label,component:"OPEN"===e.payment.status&&"PAID"===s.value&&h(a.IRoleAction.MarkOrderPaid)&&(0,t.jsxs)("button",{id:"pay",type:"button",onClick:p,className:"cursor-pointer my-2 mr-2 inline-flex h-full items-center justify-center rounded-sm border border-transparent bg-slate-800 dark:bg-slate-600 py-1 px-2 text-xs font-semibold text-white shadow-xs hover:bg-slate-950 dark:hover:bg-slate-500 focus:outline-hidden focus:ring-2 focus:ring-slate-700 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"mr-1",children:(0,t.jsx)(j.PlusIcon,{className:"inline-block h-3 w-3 text-white"})}),o({id:"mark_as_paid",defaultMessage:"Mark as Paid"})]})},s.value))})]})]})};var E=e.i(93333);let P=n.gql`
|
|
266
|
+
query OrderDeliveryStatus {
|
|
267
|
+
deliveryStatusType: __type(name: "OrderDeliveryStatus") {
|
|
268
|
+
options: enumValues {
|
|
269
|
+
value: name
|
|
270
|
+
label: description
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
`,T=n.gql`
|
|
275
|
+
mutation DeliverOrder($orderId: ID!) {
|
|
276
|
+
deliverOrder(orderId: $orderId) {
|
|
277
|
+
_id
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
`,D=({order:e})=>{let{deliveryProviderType:s}=(0,E.default)(),{setModal:d}=(0,y.default)(),{deliveryStatusType:i}=(()=>{let{data:e,loading:t,error:s}=(0,c.useQuery)(P);return{deliveryStatusType:e?.deliveryStatusType?.options||[],loading:t,error:s}})(),{deliverOrder:n}=(()=>{let[e]=(0,N.useMutation)(T);return{deliverOrder:async({orderId:t})=>e({variables:{orderId:t},refetchQueries:["Order"]})}})(),{formatPrice:o}=(0,f.useFormatPrice)(),{formatMessage:u}=(0,r.useIntl)(),{formatDateTime:m}=(0,I.default)(),{hasRole:h}=(0,C.default)(),p=async()=>{await d((0,t.jsx)(b.default,{buttonText:u({id:"delivered",defaultMessage:"Delivered"}),message:u({id:"mark_as_delivered_message",defaultMessage:"This will change the order delivery status to delivered"}),headerText:u({id:"mark_as_delivered_question",defaultMessage:"Mark as delivered ?"}),onOkClick:async()=>{d(""),await n({orderId:e._id}),l.toast.success(u({id:"order__marked_delivered",defaultMessage:"Order marked as delivered successfully"}))}}))};return(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"flex items-baseline gap-2",children:[(0,t.jsx)("h2",{className:"pt-4 text-2xl",children:u({id:"delivery",defaultMessage:"Delivery"})}),e?.delivery?.fee?.currencyCode&&(0,t.jsx)("span",{className:"block",children:o(e.delivery.fee)}),e?.delivery?.delivered&&(0,t.jsx)("span",{className:"font-mono",children:m(e.delivery.delivered,{timeStyle:"short",dateStyle:"medium"})})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("span",{className:"mb-5 block font-mono text-xs",children:e?.delivery&&(0,t.jsx)(x.default,{href:`/delivery-provider?deliveryProviderId=${e?.delivery?.provider?._id}`,className:"text-slate-500 dark:text-slate-300 hover:text-slate-800 dark:hover:text-slate-600",children:(0,f.getInterfaceLabel)(e?.delivery?.provider?.interface)})}),(0,t.jsx)("div",{className:"mt-3 text-sm text-slate-500 dark:text-slate-200",children:u({id:"method",defaultMessage:"Method"})}),(0,t.jsx)("span",{className:"mr-2 block rounded-full py-1 text-xs font-semibold leading-5",children:[...s].sort((t,s)=>t.value===e?.delivery?.provider?.type?-1:+(s.value===e?.delivery?.provider?.type)).map(s=>(0,t.jsx)(M,{enumType:s.value,currentType:e?.delivery?.provider?.type,label:s.label},s.value))}),(0,t.jsx)("div",{className:"mt-3 text-sm text-slate-500 dark:text-slate-200",children:u({id:"status",defaultMessage:"Status"})}),(0,t.jsx)("span",{className:"mr-2 block rounded-full py-1 text-xs font-semibold leading-5",children:[...i].sort((t,s)=>t.value===e?.delivery?.status?-1:+(s.value===e?.delivery?.status)).map(s=>(0,t.jsx)(M,{enumType:s.value,currentType:e?.delivery?.status,label:s.label,component:e?.delivery?.status==="OPEN"&&"DELIVERED"===s.value&&h(a.IRoleAction.MarkOrderDelivered)&&(0,t.jsxs)("button",{id:"deliver",type:"button",onClick:p,className:"my-2 mr-2 inline-flex h-full items-center justify-center rounded-sm border border-slate-300 border-transparent bg-slate-800 dark:bg-slate-600 py-1 px-2 text-xs font-semibold text-white shadow-xs hover:bg-slate-950 dark:hover:bg-slate-500 focus:outline-hidden focus:ring-2 focus:ring-slate-700 dark:focus:ring-slate-400 focus:ring-offset-2",children:[(0,t.jsx)("span",{className:"mr-1",children:(0,t.jsx)(j.PlusIcon,{className:"inline-block h-3 w-3 text-white"})}),u({id:"mark_as_delivered",defaultMessage:"Mark as delivered"})]})},s.value))})]})]})};var S=e.i(64710),A=e.i(91788);let R=A.forwardRef(function({title:e,titleId:t,...s},a){return A.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":t},s),e?A.createElement("title",{id:t},e):null,A.createElement("path",{d:"M6.5 3c-1.051 0-2.093.04-3.125.117A1.49 1.49 0 0 0 2 4.607V10.5h9V4.606c0-.771-.59-1.43-1.375-1.489A41.568 41.568 0 0 0 6.5 3ZM2 12v2.5A1.5 1.5 0 0 0 3.5 16h.041a3 3 0 0 1 5.918 0h.791a.75.75 0 0 0 .75-.75V12H2Z"}),A.createElement("path",{d:"M6.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM13.25 5a.75.75 0 0 0-.75.75v8.514a3.001 3.001 0 0 1 4.893 1.44c.37-.275.61-.719.595-1.227a24.905 24.905 0 0 0-1.784-8.549A1.486 1.486 0 0 0 14.823 5H13.25ZM14.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"}))}),$=A.forwardRef(function({title:e,titleId:t,...s},a){return A.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:a,"aria-labelledby":t},s),e?A.createElement("title",{id:t},e):null,A.createElement("path",{d:"M2.879 7.121A3 3 0 0 0 7.5 6.66a2.997 2.997 0 0 0 2.5 1.34 2.997 2.997 0 0 0 2.5-1.34 3 3 0 1 0 4.622-3.78l-.293-.293A2 2 0 0 0 15.415 2H4.585a2 2 0 0 0-1.414.586l-.292.292a3 3 0 0 0 0 4.243ZM3 9.032a4.507 4.507 0 0 0 4.5-.29A4.48 4.48 0 0 0 10 9.5a4.48 4.48 0 0 0 2.5-.758 4.507 4.507 0 0 0 4.5.29V16.5h.25a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 0-.75-.75h-2.5a.75.75 0 0 0-.75.75v3.5a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1 0-1.5H3V9.032Z"}))}),L=({order:e})=>{let{formatMessage:s}=(0,r.useIntl)(),a=e?.delivery,l=a?.provider?.type==="PICKUP",d=a?.address||a?.activePickUpLocation?.address||{},i=a?.activePickUpLocation?.name;return(0,t.jsxs)("section",{"aria-labelledby":"addresses-heading",className:"lg:grid lg:grid-cols-2 flex flex-col gap-8",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"mb-2 text-xl dark:text-slate-400 flex items-center gap-2",children:[(0,t.jsx)(S.CreditCardIcon,{className:"h-5 w-5"}),s({id:"billing_address",defaultMessage:"Billing address"})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("span",{className:"block",children:e?.billingAddress?.firstName&&e?.billingAddress?.lastName?`${e.billingAddress.firstName} ${e.billingAddress.lastName}`:e?.billingAddress?.firstName||e?.billingAddress?.lastName||""}),(0,t.jsx)("span",{className:"block",children:e?.billingAddress?.addressLine}),e?.billingAddress?.addressLine2&&(0,t.jsx)("span",{className:"block",children:e.billingAddress.addressLine2}),(0,t.jsx)("span",{children:e?.billingAddress?.postalCode})," ",(0,t.jsx)("span",{children:e?.billingAddress?.city}),(0,t.jsx)("span",{className:"block",children:e?.country?.name&&(0,t.jsxs)(t.Fragment,{children:[e.country.name," ",(0,t.jsx)("span",{className:"inline-block grayscale hover:grayscale-0 transition-all text-xl",children:e.country.flagEmoji})]})})]})]}),(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"mb-2 text-xl dark:text-slate-400 flex items-center gap-2",children:[(0,t.jsx)(R,{className:"h-5 w-5"}),s({id:"delivery_details",defaultMessage:"Delivery details"})]}),(0,t.jsxs)("div",{children:[l?(0,t.jsxs)("div",{className:"mb-1 flex items-center gap-1",children:[(0,t.jsx)($,{className:"h-5 w-5 text-gray-500"}),(0,t.jsx)("span",{className:"font-semibold",children:i||s({id:"pickup_location",defaultMessage:"Pickup Location"})})]}):null,(0,t.jsxs)("div",{children:[(0,t.jsx)("span",{className:"block",children:d?.firstName&&d?.lastName?`${d.firstName} ${d.lastName}`:d?.firstName||d?.lastName||""}),d?.company&&(0,t.jsx)("span",{className:"block",children:d.company}),(0,t.jsx)("span",{className:"block",children:d?.addressLine}),d?.addressLine2&&(0,t.jsx)("span",{className:"block",children:d.addressLine2}),(0,t.jsx)("span",{children:d?.postalCode})," ",(0,t.jsx)("span",{children:d?.city}),(0,t.jsxs)("span",{className:"block text-gray-500 text-sm",children:[d?.regionCode," — ",d?.countryCode]})]})]})]})]})};var F=e.i(8918),q=e.i(65153),U=e.i(26178);let V={SYSTEM:"teal",USER:"indigo"},B=({discounts:e})=>{let{formatMessage:s}=(0,r.useIntl)(),{formatPrice:a}=(0,f.useFormatPrice)();return(0,t.jsxs)("div",{className:"flex flex-auto flex-col",children:[(0,t.jsx)("h2",{className:"text-2xl",children:s({id:"discount_information",defaultMessage:"Discounts"})}),(0,t.jsx)("div",{className:"mt-2",children:e?.length?(0,t.jsxs)(F.default,{className:"min-w-full ",children:[(e||[])?.map(e=>(0,t.jsxs)(F.default.Row,{header:!0,children:[(0,t.jsx)(F.default.Cell,{children:s({id:"code",defaultMessage:"Code"})}),(0,t.jsx)(F.default.Cell,{children:s({id:"discount_amount",defaultMessage:"Discount Amount"})})]},e._id)),(e||[])?.map(e=>(0,t.jsx)(A.Fragment,{children:(0,t.jsxs)(F.default.Row,{children:[(0,t.jsx)(F.default.Cell,{children:(0,t.jsxs)("div",{className:"flex items-center text-sm text-slate-900",children:[e.code?e.code:"n/a",(0,t.jsx)("span",{className:"mr-2 inline-block rounded-full py-1 text-xs font-semibold leading-5",children:(0,t.jsx)(q.default,{text:e.trigger,color:V[e.trigger],square:!0})})]})}),(0,t.jsx)(F.default.Cell,{children:(0,t.jsx)("div",{className:"flex items-center text-sm text-slate-900",children:a(e.total)})})]})},e._id))]}):(0,t.jsx)(U.default,{message:s({id:"discounts",defaultMessage:"Discounts"})})})]})},Q=n.gql`
|
|
281
|
+
query OrderStatus {
|
|
282
|
+
orderStatusType: __type(name: "OrderStatus") {
|
|
283
|
+
options: enumValues {
|
|
284
|
+
value: name
|
|
285
|
+
label: description
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
`,G=n.gql`
|
|
290
|
+
mutation ConfirmOrder($orderId: ID!) {
|
|
291
|
+
confirmOrder(orderId: $orderId) {
|
|
292
|
+
_id
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
`;var Z=e.i(66885),H=e.i(23647);let J=({order:e})=>{let{formatMessage:s,locale:a}=(0,r.useIntl)(),{formatDateTime:l}=(0,I.default)();if(!e)return null;let d=e?.status==="OPEN"||!e?.orderNumber;return(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"flex justify-between items-baseline flex-wrap mb-10",children:[(0,t.jsx)("div",{className:"flex items-center justify-between gap-5 flex-wrap",children:(0,t.jsx)("h2",{className:"text-2xl font-medium text-slate-900 dark:text-slate-200 sm:truncate sm:text-3xl lg:text-4xl xl:text-5xl",children:d?(0,t.jsxs)(t.Fragment,{children:[s({id:"cart",defaultMessage:"Cart"}),` ${e._id}`]}):(0,t.jsxs)(t.Fragment,{children:[s({id:"order_number",defaultMessage:"Order #"}),e?.orderNumber?`${e.orderNumber}`:""]})})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("span",{className:"mr-1 text-slate-400 dark:text-slate-500",children:s(d?{id:"cart_created",defaultMessage:"Warenkorb erstellt"}:{id:"order_placed",defaultMessage:"Order placed"})}),d?l(e.created):e?.ordered?l(e.ordered):null]})]}),!d&&(0,t.jsx)(H.default,{user:e?.user,contact:e?.contact}),d&&e?.user&&(0,t.jsx)("div",{className:"mt-5",children:(0,t.jsx)("span",{className:"text-lg text-slate-600 dark:text-slate-400",children:e.user.profile?.displayName||(e.user.profile?.address?.firstName&&e.user.profile?.address?.lastName?`${e.user.profile.address.firstName} ${e.user.profile.address.lastName}`:e.user.username)||"Guest"})})]})},W=n.gql`
|
|
296
|
+
mutation RejectOrder($orderId: ID!) {
|
|
297
|
+
rejectOrder(orderId: $orderId) {
|
|
298
|
+
_id
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
`;var K=e.i(15971);let Y=({order:e})=>{let{formatMessage:s}=(0,r.useIntl)(),{setModal:d}=(0,y.default)(),{confirmOrder:i}=(()=>{let[e]=(0,N.useMutation)(G);return{confirmOrder:async({orderId:t})=>e({variables:{orderId:t},refetchQueries:["Order"]})}})(),{rejectOrder:n}=(()=>{let[e]=(0,N.useMutation)(W);return{rejectOrder:async({orderId:t})=>e({variables:{orderId:t},refetchQueries:["Order"]})}})(),{hasRole:o}=(0,C.default)(),{orderStatusType:u}=(()=>{let{data:e,loading:t,error:s}=(0,c.useQuery)(Q);return{orderStatusType:e?.orderStatusType?.options||[],loading:t,error:s}})();if(!e)return null;let m=e?.status==="OPEN"||!e?.orderNumber,x=async()=>{await d((0,t.jsx)(b.default,{buttonText:s({id:"confirm_order_alert_button",defaultMessage:"Confirm"}),headerText:s({id:"confirm_order_alert_header",defaultMessage:"Confirm order?"}),message:s({id:"confirm_order_alert_message",defaultMessage:"This will mark order as confirmed"}),onOkClick:async()=>{d(""),await i({orderId:e._id}),l.toast.success(s({id:"order_confirmed_success",defaultMessage:"Order confirmed successfully"}))}}))},f=async()=>{await d((0,t.jsx)(K.default,{onCancelClick:async()=>d(""),okText:s({id:"reject_order_alert_button",defaultMessage:"Reject"}),headerText:s({id:"reject_order_alert_header",defaultMessage:"Reject order?"}),onOkClick:async()=>{d(""),await n({orderId:e._id}),l.toast.success(s({id:"order_reject_success",defaultMessage:"Order rejected successfully"}))}}))},h={OPEN:{id:1,content:"created",visible:!0},PENDING:{id:2,content:"ordered",Component:e?.status==="PENDING"&&(0,t.jsxs)(t.Fragment,{children:[o(a.IRoleAction.MarkOrderConfirmed)&&(0,t.jsx)("button",{id:"confirm_order",onClick:x,type:"button",className:"bg-white-300 relative -ml-px inline-flex items-center space-x-2 rounded-md border border-slate-900 dark:border-slate-600 bg-slate-800 dark:bg-slate-600 px-2 py-1 text-sm font-medium text-white hover:bg-slate-950 dark:hover:bg-slate-500 dark:focus:border-slate-400 focus:outline-hidden focus:ring-0 focus:ring-slate-800 dark:focus:ring-slate-400",children:s({id:"confirm_order",defaultMessage:"Confirm order"})}),o(a.IRoleAction.MarkOrderRejected)&&(0,t.jsx)("button",{id:"reject_order",onClick:f,type:"button",className:"bg-white-300 relative -ml-px inline-flex items-center space-x-2 rounded-md border border-rose-500 bg-rose-500 px-2 py-1 text-sm font-medium text-white hover:bg-rose-700 focus:border-rose-400 focus:outline-hidden focus:ring-0 focus:ring-rose-400",children:s({id:"reject_order",defaultMessage:"Reject order"})})]}),visible:!0},REJECTED:{id:3,content:"rejected",visible:e?.status==="REJECTED"},CONFIRMED:{id:4,content:"confirmed",visible:e?.status!=="REJECTED"},FULFILLED:{id:5,content:"fulfilled",visible:e?.status!=="REJECTED"}};return(0,t.jsxs)("div",{className:"space-y-4 lg:gap-10 dark:text-slate-200",children:[(0,t.jsx)("div",{children:(0,t.jsx)(J,{order:e})}),!m&&(0,t.jsx)("div",{className:"mt-10",children:(0,t.jsx)(L,{order:e})}),(0,t.jsxs)("div",{className:"mt-20 lg:grid lg:grid-cols-2 lg:gap-10",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("div",{className:"mb-6 text-xl dark:text-slate-400",children:s({id:"items_purchased",defaultMessage:"Items purchased"})}),(0,t.jsx)("div",{className:"flex gap-5 flex-col",children:e?.items.map(e=>(0,t.jsx)(g,{item:e},e._id))})]}),(0,t.jsx)("div",{children:(0,t.jsx)(v,{order:e})})]}),(0,t.jsx)("div",{className:"mt-20",children:(0,t.jsx)(Z.default,{data:e,statusTypes:u,timeline:h})}),!m&&(0,t.jsxs)("div",{className:"mt-10 lg:mt-30 lg:grid lg:grid-cols-2 xl:grid-cols-3 lg:gap-10",children:[(0,t.jsx)(D,{order:e}),(0,t.jsx)(O,{order:e}),(0,t.jsx)(B,{discounts:e?.discounts})]})]})},z=n.gql`
|
|
302
|
+
mutation RemoveOrder($orderId: ID!) {
|
|
303
|
+
removeOrder(orderId: $orderId) {
|
|
304
|
+
_id
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
`;var X=e.i(81359);e.s(["default",0,({orderId:e})=>{let{formatMessage:u}=(0,r.useIntl)(),{setModal:x}=(0,y.default)(),{removeOrder:f}=(()=>{let[e]=(0,N.useMutation)(z);return{removeOrder:async({orderId:t})=>e({variables:{orderId:t},refetchQueries:["Order"]})}})(),h=(0,s.useRouter)(),{hasRole:p}=(0,C.default)(),{order:g,loading:v}=(({orderId:e=null})=>{let{customProperties:t}=(0,o.default)(),{data:s,loading:a,error:r}=(0,c.useQuery)(((e="")=>n.gql`
|
|
308
|
+
query Order($orderId: ID!) {
|
|
309
|
+
order(orderId: $orderId) {
|
|
310
|
+
...OrderDetailFragment
|
|
311
|
+
${e}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
${m}
|
|
315
|
+
`)(t?.Order),{skip:!e,variables:{orderId:e}});return{order:s?.order,loading:a,error:r}})({orderId:e}),j=async()=>{await x((0,t.jsx)(K.default,{message:u({id:"delete_order_confirmation",defaultMessage:"This action might cause inconsistencies with other data that relates to it. Are you sure you want to delete this order? "}),onCancelClick:async()=>x(""),onOkClick:async()=>{x(""),await f({orderId:e}),l.toast.success(u({id:"order_deleted",defaultMessage:"Order deleted successfully"})),h.push("/orders")},okText:u({id:"delete_order",defaultMessage:"Delete order"})}))};return(0,t.jsxs)("div",{className:"mt-5 max-w-full",children:[(0,t.jsx)(d.default,{currentPageTitle:g?.orderNumber?`#${g?.orderNumber}`:""}),(0,t.jsx)("div",{className:"items-center flex min-w-full justify-end gap-3 flex-wrap",children:g&&"OPEN"===g.status&&p(a.IRoleAction.UpdateOrder)?(0,t.jsx)(X.default,{onClick:j}):null}),v?(0,t.jsx)(i.default,{}):(0,t.jsx)(Y,{order:g})]})}],71774)},15361,e=>{"use strict";var t=e.i(91788);let s=t.forwardRef(function({title:e,titleId:s,...a},r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":s},a),e?t.createElement("title",{id:s},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});e.s(["CheckCircleIcon",0,s],15361)},38322,e=>{"use strict";var t=e.i(91788);let s=t.forwardRef(function({title:e,titleId:s,...a},r){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":s},a),e?t.createElement("title",{id:s},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 6 6 9-13.5"}))});e.s(["CheckIcon",0,s],38322)}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,65153,e=>{"use strict";var t=e.i(91398),r=e.i(72043),a=e.i(60193);e.s(["default",0,({text:e,className:s="",dotted:l=null,color:d="green",square:o=null,onClick:n=null})=>{let i=d?.trim(),b="rainbow"===i;return(0,t.jsx)("span",{id:"badge",className:(0,r.default)(b?"inline-flex items-center text-sm font-bold text-slate-900 dark:text-white shadow-lg relative p-[2px] bg-gradient-to-r from-rose-500 via-emerald-500 to-sky-500":`inline-flex items-center border ${(0,a.borderColor)(i,400)} px-2.5 py-0.5 text-sm font-medium ${(0,a.bgColor)(i,100)} ${(0,a.textColor)(i,800)}`,s,{"rounded-full":!o,"rounded-md":o}),children:b?(0,t.jsxs)("span",{className:(0,r.default)("inline-flex items-center bg-white dark:bg-slate-700 px-2.5 py-0.5",{"rounded-full":!o,"rounded-md":o}),children:[l&&(0,t.jsx)("svg",{className:"text-slate-900 dark:text-white -ml-1 mr-1.5 h-2 w-2",fill:"currentColor",viewBox:"0 0 8 8",children:(0,t.jsx)("circle",{cx:"4",cy:"4",r:"3"})}),e,n&&(0,t.jsx)("button",{id:"badge-x-button",type:"button",onClick:n,className:"ml-0.5 inline-flex h-4 w-4 shrink-0 items-center justify-center rounded-full text-slate-900 dark:text-white hover:bg-slate-900 hover:bg-opacity-10 dark:hover:bg-white dark:hover:bg-opacity-20 focus:outline-hidden focus:bg-slate-900 focus:bg-opacity-20 dark:focus:bg-white dark:focus:bg-opacity-30",children:(0,t.jsx)("svg",{className:"h-2 w-2",stroke:"currentColor",fill:"none",viewBox:"0 0 8 8",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeWidth:"1.5",d:"M1 1l6 6m0-6L1 7"})})})]}):(0,t.jsxs)(t.Fragment,{children:[l&&(0,t.jsx)("svg",{className:`-ml-1 mr-1.5 h-2 w-2 ${(0,a.textColor)(i,400)}`,fill:"currentColor",viewBox:"0 0 8 8",children:(0,t.jsx)("circle",{cx:"4",cy:"4",r:"3"})}),e,n&&(0,t.jsx)("button",{id:"badge-x-button",type:"button",onClick:n,className:`ml-0.5 inline-flex h-4 w-4 shrink-0 items-center justify-center rounded-full ${(0,a.textColor)(i,400)} hover:${(0,a.bgColor)(i,200)} hover:text-${i}-500 focus:outline-hidden focus:${(0,a.bgColor)(i,500)} focus:text-white`,children:(0,t.jsx)("svg",{className:"h-2 w-2",stroke:"currentColor",fill:"none",viewBox:"0 0 8 8",children:(0,t.jsx)("path",{strokeLinecap:"round",strokeWidth:"1.5",d:"M1 1l6 6m0-6L1 7"})})})]})})}])},81013,e=>{"use strict";var t=e.i(91398),r=e.i(72043);e.s(["default",0,({text:e,children:a,onClick:s,className:l="",disabled:d=!1,id:o="",variant:n="primary",size:i="md",type:b="button",loading:c=!1,icon:x,iconRight:g,fullWidth:m=!1,rounded:u="md",ariaLabel:p,...k})=>{let h=a||e,f=(x||g)&&h?"gap-2":"";return(0,t.jsx)("button",{id:o,type:b,disabled:d||c,onClick:s,"aria-label":p,className:(0,r.default)("inline-flex items-center justify-center font-medium shadow-xs focus:outline-hidden focus:ring-2 focus:ring-offset-2 transition-colors duration-200 disabled:cursor-not-allowed disabled:opacity-50",{xs:"px-2.5 py-1.5 text-xs h-6",sm:"px-3 py-2 text-sm h-8",md:"px-4 py-2 text-sm h-9",lg:"px-6 py-3 text-base h-11"}[i],{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}[u],{primary:"border border-slate-800 dark:border-slate-600 bg-slate-800 dark:bg-slate-600 text-white hover:bg-slate-900 dark:hover:bg-slate-500 focus:ring-slate-800 dark:focus:ring-slate-400",secondary:"border border-slate-300 dark:border-slate-600 bg-white dark:bg-slate-800 text-slate-700 dark:text-slate-200 hover:bg-slate-50 dark:hover:bg-slate-700 focus:ring-slate-500",tertiary:"border border-slate-200 dark:border-slate-700 bg-slate-50 dark:bg-slate-800 text-slate-600 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700 focus:ring-slate-400",quaternary:"bg-transparent text-slate-700 dark:text-slate-200 hover:bg-slate-100 dark:hover:bg-slate-800 focus:ring-slate-400",danger:"border border-rose-500 dark:border-rose-400 bg-white dark:bg-slate-800 text-rose-600 dark:text-rose-400 hover:bg-rose-50 dark:hover:bg-rose-900/10 focus:ring-rose-500",ghost:"bg-transparent border border-transparent text-slate-600 dark:text-slate-400 hover:text-slate-900 dark:hover:text-slate-200 hover:bg-slate-100 dark:hover:bg-slate-800 focus:ring-slate-400",success:"border border-emerald-500 dark:border-emerald-400 bg-emerald-50 dark:bg-emerald-900/20 text-emerald-600 dark:text-emerald-400 hover:bg-emerald-100 dark:hover:bg-emerald-900/30 focus:ring-emerald-500",neutral:"border border-slate-300 dark:border-slate-600 bg-slate-100 dark:bg-slate-700 text-slate-600 dark:text-slate-300 hover:bg-slate-200 dark:hover:bg-slate-600 focus:ring-slate-400",input:"border border-slate-300 dark:border-slate-600 bg-white dark:bg-slate-800 text-slate-900 dark:text-slate-100 hover:border-slate-400 dark:hover:border-slate-500 focus:ring-slate-500 focus:border-slate-500"}[n],f,{"w-full":m},l),...k,children:c?(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}),h]}):(0,t.jsxs)(t.Fragment,{children:[x,h,g]})})}])},62100,e=>{"use strict";var t=e.i(91398),r=e.i(24557),a=e.i(72043),s=e.i(69322);e.s(["default",0,({onClick:e,className:l="",icon:d=null,textRight:o="",textLeft:n="",ariaLabel:i=""})=>{let{formatMessage:b}=(0,s.useIntl)();return(0,t.jsxs)("button",{"aria-label":i||b({id:"delete",defaultMessage:"Delete"}),id:"delete_button",type:"button",onClick:e,className:(0,a.default)("flex justify-center items-center rounded-full dark:bg-slate-800 p-2 w-8 h-8 text-sm text-rose-500 dark:text-rose-400 hover:bg-rose-50 dark:hover:bg-rose-900/20 focus:outline-hidden focus:ring-2 focus:ring-rose-500 focus:ring-offset-2",l),children:[n||"",d||(0,t.jsx)(r.TrashIcon,{className:"h-5 w-5"}),o||""]})}])},12197,e=>{"use strict";var t=e.i(91398),r=e.i(69322);e.s(["default",0,()=>{let{formatMessage:e}=(0,r.useIntl)();return(0,t.jsx)("div",{className:"my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5",children:(0,t.jsxs)("div",{className:"flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200",children:[(0,t.jsx)("svg",{fill:"none",className:"h-6 w-6 animate-spin",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",children:(0,t.jsx)("path",{clipRule:"evenodd",d:"M15.165 8.53a.5.5 0 01-.404.58A7 7 0 1023 16a.5.5 0 011 0 8 8 0 11-9.416-7.874.5.5 0 01.58.404z",fill:"currentColor",fillRule:"evenodd"})}),(0,t.jsx)("div",{children:e({id:"loading",defaultMessage:"Loading ..."})})]})})}])},57468,e=>{"use strict";var t=e.i(91398),r=e.i(72043),a=e.i(69322),s=e.i(99160);e.s(["default",0,({cancelText:e=null,showCancel:l=!0,submitText:d=null,showSubmit:o=!0,onCancel:n,className:i=""})=>{let{formatMessage:b}=(0,a.useIntl)();return(0,t.jsxs)("span",{className:(0,r.default)("flex shrink-0 items-center space-x-4 py-5 pl-1",i),children:[l?(0,t.jsx)("button",{onClick:n,"data-id":"cancel_update",type:"button",className:(0,r.default)("focus:ring-slate-800","inline-flex items-center rounded-md border border-slate-300 dark:border-slate-700 bg-white dark:bg-slate-800 px-4 py-2 text-sm font-medium text-slate-700 dark:text-slate-300 shadow-xs hover:bg-slate-50 dark:hover:bg-slate-700 focus:outline-hidden focus:ring-2 focus:ring-slate-800 focus:ring-offset-2"),children:e||b({id:"cancel",defaultMessage:"Cancel"})}):null,o?(0,t.jsx)(s.default,{label:d||b({id:"save",defaultMessage:"Save"})}):null]})}])},37932,e=>{"use strict";var t=e.i(91398),r=e.i(69322),a=e.i(6607),s=e.i(65153),l=e.i(69211),d=e.i(96015),o=e.i(98949),n=e.i(57468);let i=({tags:e,onSubmit:a,onCancel:s,selectOptions:i=[]})=>{let{formatMessage:b}=(0,r.useIntl)(),c=b({id:"tags_updated",defaultMessage:"Tags updated successfully"}),x=(0,o.default)({submit:a,successMessage:c,onSubmitSuccess:s,initialValues:{tags:e}});return(0,t.jsxs)(l.default,{form:x,id:"add_tag_form",children:[(0,t.jsx)("div",{children:(0,t.jsx)(d.default,{name:"tags",id:"tags",label:b({id:"tags",defaultMessage:"Tags"}),tagList:e,selectOptions:i})}),(0,t.jsx)("div",{className:"border border-t-slate-100 bg-slate-50 mt-6 -mx-6 -mb-6 px-6 dark:bg-slate-900 dark:border-0",children:(0,t.jsx)(n.default,{onCancel:s,className:"justify-end "})})]})};e.s(["default",0,({defaultValue:e,onSubmit:l,enableEdit:d,availableTagOptions:o=[]})=>{let{formatMessage:n}=(0,r.useIntl)(),{setModal:b}=(0,a.default)();return(0,t.jsxs)("div",{className:"flex items-center mr-auto gap-2",children:[(0,t.jsx)("div",{className:"flex flex-wrap items-center gap-2",children:e?.length?e.map((e,r)=>(0,t.jsx)("span",{children:(0,t.jsx)(s.default,{text:e,color:"sky"})},`${e}${r+1}`)):(0,t.jsx)("span",{children:(0,t.jsx)(s.default,{text:n({id:"no_tag",defaultMessage:"No Tag"}),color:"slate"})})}),d&&(0,t.jsx)("button",{id:"add_tag",type:"button",className:"rounded-sm hover:shadow-sm px-3 py-2 text-xs inline-flex items-center justify-center text-slate-800 hover:text-slate-900 hover:bg-slate-50 hover:border border-transparent border-1 hover:border-slate-300 dark:text-slate-400 dark:hover:text-slate-200 dark:hover:bg-slate-800 transition-colors focus:outline-hidden focus:ring-2 focus:ring-slate-800",onClick:()=>b((0,t.jsx)(i,{tags:e||[],onCancel:()=>b(""),onSubmit:l,selectOptions:o})),children:n({id:"edit_tags",defaultMessage:"Edit tags"})})]})}],37932)},26917,63529,e=>{"use strict";var t=e.i(91398),r=e.i(91788);let a=r.forwardRef(function({title:e,titleId:t,...a},s){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":t},a),e?r.createElement("title",{id:t},e):null,r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z"}))}),s=r.forwardRef(function({title:e,titleId:t,...a},s){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":t},a),e?r.createElement("title",{id:t},e):null,r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"}))});var l=e.i(72043),d=e.i(83283);e.s(["default",0,()=>{let{theme:e,setTheme:r}=(0,d.default)();return(0,t.jsx)("div",{className:"inline-flex items-center z-50",children:(0,t.jsxs)("button",{type:"button",className:"group hover:cursor-pointer focus:outline-hidden focus:ring-2 focus:ring-slate-800 hover:bg-slate-100 dark:hover:bg-slate-800 transition-colors rounded-md p-2",id:"theme-toggle",title:"Toggles light & dark","aria-label":"auto","aria-live":"polite",onClick:()=>{"dark"===e?r("light"):r("dark")},children:[(0,t.jsx)(s,{className:(0,l.default)("w-6 h-6 text-slate-600 transition-all ease-out delay-1000",{hidden:"dark"===e})}),(0,t.jsx)(a,{className:(0,l.default)("w-6 h-6 text-yellow-200 group-hover:text-white transition-colors duration-200",{hidden:"light"===e})})]})})}],26917);var o=e.i(69322),n=e.i(24629),i=e.i(79684);e.s(["default",0,({narrowNav:e=!1})=>{let{locale:a,formatMessage:s}=(0,o.useIntl)(),[l,d]=(0,r.useState)(!1),b=["en","de"],c=b.find(e=>e===a)||"en",[,x]=(0,i.default)("preferred-language",c),g=async e=>{try{x(e),window.location.reload(),d(!1)}catch(e){console.error("Failed to change language:",e)}};return(0,r.useEffect)(()=>{let e=e=>{e.target.closest("[data-language-toggle]")||d(!1)};if(l)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[l]),(0,t.jsxs)("div",{className:"relative","data-language-toggle":!0,children:[(0,t.jsx)("button",{onClick:()=>d(!l),className:"flex items-center space-x-1 p-2 text-slate-600 dark:text-sky-400 hover:text-slate-900 dark:hover:text-slate-200 rounded-md hover:bg-slate-100 dark:hover:bg-slate-800 transition-colors focus:outline-hidden focus:ring-2 focus:ring-slate-800",title:s({id:"change_language",defaultMessage:"Change language"}),children:(0,t.jsx)(n.GlobeAltIcon,{className:"h-6 w-6"})}),l&&(0,t.jsx)("div",{className:`absolute w-48 rounded-md shadow-lg bg-white dark:bg-slate-800 ring-1 ring-black ring-opacity-5 z-[9999] ${e?"left-full ml-2 bottom-0":"right-0 md:left-full md:ml-2 md:bottom-full md:mb-2 mt-2 md:mt-0"}`,children:(0,t.jsxs)("div",{className:"py-1",role:"menu",children:[(0,t.jsx)("div",{className:"px-4 py-2 text-xs font-semibold text-slate-500 dark:text-slate-400 uppercase tracking-wide border-b border-slate-200 dark:border-slate-700",children:s({id:"select_language",defaultMessage:"Select Language"})}),b.map(e=>(0,t.jsx)("button",{onClick:()=>g(e),className:`w-full text-left px-4 py-2 text-sm hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors ${c===e?"bg-slate-50 dark:bg-slate-700 text-slate-900 dark:text-slate-100 font-medium":"text-slate-700 dark:text-slate-300"}`,role:"menuitem",children:(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("span",{children:{en:"English",de:"Deutsch"}[e]||e.toUpperCase()}),c===e&&(0,t.jsx)("div",{className:"h-2 w-2 rounded-full bg-slate-800"})]})},e))]})})]})}],63529)},60193,e=>{"use strict";let t={red:{bg:{50:"bg-rose-50 dark:bg-rose-900/20",100:"bg-rose-100 dark:bg-rose-900/30",200:"bg-rose-200",300:"bg-rose-300 dark:bg-rose-900/30",400:"bg-rose-400",500:"bg-rose-500",600:"bg-rose-600",700:"bg-rose-700",800:"bg-rose-800",900:"bg-rose-900"},text:{50:"text-rose-50",100:"text-rose-100",200:"text-rose-200",300:"text-rose-300",400:"text-rose-400 dark:text-rose-300",500:"text-rose-500",600:"text-rose-600 dark:text-rose-400",700:"text-rose-700 dark:text-rose-300",800:"text-rose-800 dark:text-rose-200",900:"text-rose-900"},border:{50:"border-rose-50",100:"border-rose-100",200:"border-rose-200 dark:border-rose-800",300:"border-rose-300 dark:border-rose-700",400:"border-rose-400 dark:border-rose-600",500:"border-rose-500",600:"border-rose-600",700:"border-rose-700",800:"border-rose-800",900:"border-rose-900"}},pink:{bg:{50:"bg-pink-50",100:"bg-pink-100",200:"bg-pink-200",300:"bg-pink-300",400:"bg-pink-400",500:"bg-pink-500",600:"bg-pink-600",700:"bg-pink-700",800:"bg-pink-800",900:"bg-pink-900"},text:{50:"text-pink-50",100:"text-pink-100",200:"text-pink-200",300:"text-pink-300",400:"text-pink-400",500:"text-pink-500",600:"text-pink-600",700:"text-pink-700",800:"text-pink-800",900:"text-pink-900"},border:{50:"border-pink-50",100:"border-pink-100",200:"border-pink-200",300:"border-pink-300",400:"border-pink-400",500:"border-pink-500",600:"border-pink-600",700:"border-pink-700",800:"border-pink-800",900:"border-pink-900"}},purple:{bg:{50:"bg-purple-50 dark:bg-purple-900/20",100:"bg-purple-100 dark:bg-purple-900/30",200:"bg-purple-200",300:"bg-purple-300",400:"bg-purple-400",500:"bg-purple-500",600:"bg-purple-600",700:"bg-purple-700",800:"bg-purple-800",900:"bg-purple-900"},text:{50:"text-purple-50",100:"text-purple-100",200:"text-purple-200",300:"text-purple-300",400:"text-purple-400 dark:text-purple-300",500:"text-purple-500",600:"text-purple-600 dark:text-purple-400",700:"text-purple-700",800:"text-purple-800 dark:text-purple-300",900:"text-purple-900"},border:{50:"border-purple-50",100:"border-purple-100",200:"border-purple-200 dark:border-purple-600",300:"border-purple-300 dark:border-purple-500",400:"border-purple-400 dark:border-purple-500",500:"border-purple-500",600:"border-purple-600",700:"border-purple-700",800:"border-purple-800",900:"border-purple-900"}},"deep-purple":{bg:{50:"bg-deep-purple-50",100:"bg-deep-purple-100",200:"bg-deep-purple-200",300:"bg-deep-purple-300",400:"bg-deep-purple-400",500:"bg-deep-purple-500",600:"bg-deep-purple-600",700:"bg-deep-purple-700",800:"bg-deep-purple-800",900:"bg-deep-purple-900"},text:{50:"text-deep-purple-50",100:"text-deep-purple-100",200:"text-deep-purple-200",300:"text-deep-purple-300",400:"text-deep-purple-400",500:"text-deep-purple-500",600:"text-deep-purple-600",700:"text-deep-purple-700",800:"text-deep-purple-800",900:"text-deep-purple-900"},border:{50:"border-deep-purple-50",100:"border-deep-purple-100",200:"border-deep-purple-200",300:"border-deep-purple-300",400:"border-deep-purple-400",500:"border-deep-purple-500",600:"border-deep-purple-600",700:"border-deep-purple-700",800:"border-deep-purple-800",900:"border-deep-purple-900"}},blue:{bg:{50:"bg-sky-50 dark:bg-sky-900/20",100:"bg-sky-100 dark:bg-sky-900/30",200:"bg-sky-200",300:"bg-sky-300",400:"bg-sky-400",500:"bg-sky-500",600:"bg-sky-600",700:"bg-sky-700",800:"bg-sky-800",900:"bg-sky-900"},text:{50:"text-sky-50",100:"text-sky-100",200:"text-sky-200",300:"text-sky-300",400:"text-sky-400 dark:text-sky-300",500:"text-sky-500",600:"text-sky-600 dark:text-sky-400",700:"text-sky-700 dark:text-sky-300",800:"text-sky-800 dark:text-sky-200",900:"text-sky-900"},border:{50:"border-sky-50",100:"border-sky-100",200:"border-sky-200 dark:border-sky-800",300:"border-sky-300 dark:border-sky-700",400:"border-sky-400 dark:border-sky-600",500:"border-sky-500",600:"border-sky-600",700:"border-sky-700",800:"border-sky-800",900:"border-sky-900"}},"light-blue":{bg:{50:"bg-sky-50",100:"bg-sky-100",200:"bg-sky-200",300:"bg-sky-300",400:"bg-sky-400",500:"bg-sky-500",600:"bg-sky-600",700:"bg-sky-700",800:"bg-sky-800",900:"bg-sky-900"},text:{50:"text-sky-50",100:"text-sky-100",200:"text-sky-200",300:"text-sky-300",400:"text-sky-400",500:"text-sky-500",600:"text-sky-600",700:"text-sky-700",800:"text-sky-800",900:"text-sky-900"},border:{50:"border-sky-50",100:"border-sky-100",200:"border-sky-200",300:"border-sky-300",400:"border-sky-400",500:"border-sky-500",600:"border-sky-600",700:"border-sky-700",800:"border-sky-800",900:"border-sky-900"}},indigo:{bg:{50:"bg-indigo-50",100:"bg-indigo-100",200:"bg-indigo-200",300:"bg-indigo-300",400:"bg-indigo-400",500:"bg-indigo-500",600:"bg-indigo-600",700:"bg-indigo-700",800:"bg-indigo-800",900:"bg-indigo-900"},text:{50:"text-indigo-50",100:"text-indigo-100",200:"text-indigo-200",300:"text-indigo-300",400:"text-indigo-400",500:"text-indigo-500",600:"text-indigo-600",700:"text-indigo-700",800:"text-indigo-800",900:"text-indigo-900"},border:{50:"border-indigo-50",100:"border-indigo-100",200:"border-indigo-200",300:"border-indigo-300",400:"border-indigo-400",500:"border-indigo-500",600:"border-indigo-600",700:"border-indigo-700",800:"border-indigo-800",900:"border-indigo-900"}},cyan:{bg:{50:"bg-cyan-50 dark:bg-cyan-900/20",100:"bg-cyan-100 dark:bg-cyan-900/30",200:"bg-cyan-200",300:"bg-cyan-300",400:"bg-cyan-400",500:"bg-cyan-500",600:"bg-cyan-600",700:"bg-cyan-700",800:"bg-cyan-800",900:"bg-cyan-900"},text:{50:"text-cyan-50",100:"text-cyan-100",200:"text-cyan-200",300:"text-cyan-300",400:"text-cyan-400 dark:text-cyan-300",500:"text-cyan-500",600:"text-cyan-600 dark:text-cyan-400",700:"text-cyan-700 dark:text-cyan-300",800:"text-cyan-800 dark:text-cyan-200",900:"text-cyan-900"},border:{50:"border-cyan-50",100:"border-cyan-100",200:"border-cyan-200 dark:border-cyan-800",300:"border-cyan-300 dark:border-cyan-700",400:"border-cyan-400 dark:border-cyan-600",500:"border-cyan-500",600:"border-cyan-600",700:"border-cyan-700",800:"border-cyan-800",900:"border-cyan-900"}},teal:{bg:{50:"bg-teal-50 dark:bg-teal-900/20",100:"bg-teal-100 dark:bg-teal-900/30",200:"bg-teal-200",300:"bg-teal-300",400:"bg-teal-400",500:"bg-teal-500",600:"bg-teal-600",700:"bg-teal-700",800:"bg-teal-800",900:"bg-teal-900"},text:{50:"text-teal-50",100:"text-teal-100",200:"text-teal-200",300:"text-teal-300",400:"text-teal-400 dark:text-teal-300",500:"text-teal-500",600:"text-teal-600 dark:text-teal-400",700:"text-teal-700 dark:text-teal-300",800:"text-teal-800 dark:text-teal-200",900:"text-teal-900"},border:{50:"border-teal-50",100:"border-teal-100",200:"border-teal-200 dark:border-teal-800",300:"border-teal-300 dark:border-teal-700",400:"border-teal-400 dark:border-teal-600",500:"border-teal-500",600:"border-teal-600",700:"border-teal-700",800:"border-teal-800",900:"border-teal-900"}},green:{bg:{50:"bg-emerald-50 dark:bg-emerald-900/20",100:"bg-emerald-50 dark:bg-emerald-900/30",200:"bg-emerald-200",300:"bg-emerald-300",400:"bg-emerald-400",500:"bg-emerald-500",600:"bg-emerald-600",700:"bg-emerald-700",800:"bg-emerald-800",900:"bg-emerald-900"},text:{50:"text-emerald-50",100:"text-emerald-100",200:"text-emerald-200",300:"text-emerald-300",400:"text-emerald-400",500:"text-emerald-500",600:"text-emerald-600 dark:text-emerald-400",700:"text-emerald-700 dark:text-emerald-300",800:"text-emerald-700 dark:text-emerald-300",900:"text-emerald-900"},border:{50:"border-emerald-50",100:"border-emerald-100",200:"border-emerald-200 dark:border-emerald-800",300:"border-emerald-300 dark:border-emerald-700",400:"border-emerald-200 dark:border-emerald-800",500:"border-emerald-500",600:"border-emerald-600",700:"border-emerald-700",800:"border-emerald-800",900:"border-emerald-900"}},"light-green":{bg:{50:"bg-light-green-50",100:"bg-light-green-100",200:"bg-light-green-200",300:"bg-light-green-300",400:"bg-light-green-400",500:"bg-light-green-500",600:"bg-light-green-600",700:"bg-light-green-700",800:"bg-light-green-800",900:"bg-light-green-900"},text:{50:"text-light-green-50",100:"text-light-green-100",200:"text-light-green-200",300:"text-light-green-300",400:"text-light-green-400",500:"text-light-green-500",600:"text-light-green-600",700:"text-light-green-700",800:"text-light-green-800",900:"text-light-green-900"},border:{50:"border-light-green-50",100:"border-light-green-100",200:"border-light-green-200",300:"border-light-green-300",400:"border-light-green-400",500:"border-light-green-500",600:"border-light-green-600",700:"border-light-green-700",800:"border-light-green-800",900:"border-light-green-900"}},lime:{bg:{50:"bg-lime-50 dark:bg-lime-900/20",100:"bg-lime-100 dark:bg-lime-900/30",200:"bg-lime-200",300:"bg-lime-300",400:"bg-lime-400",500:"bg-lime-500",600:"bg-lime-600",700:"bg-lime-700",800:"bg-lime-800",900:"bg-lime-900"},text:{50:"text-lime-50",100:"text-lime-100",200:"text-lime-200",300:"text-lime-300",400:"text-lime-400 dark:text-lime-300",500:"text-lime-500",600:"text-lime-600 dark:text-lime-400",700:"text-lime-700 dark:text-lime-300",800:"text-lime-800 dark:text-lime-200",900:"text-lime-900"},border:{50:"border-lime-50",100:"border-lime-100",200:"border-lime-200 dark:border-lime-800",300:"border-lime-300 dark:border-lime-700",400:"border-lime-400 dark:border-lime-600",500:"border-lime-500",600:"border-lime-600",700:"border-lime-700",800:"border-lime-800",900:"border-lime-900"}},yellow:{bg:{50:"bg-yellow-50 dark:bg-yellow-900/20",100:"bg-amber-100 dark:bg-yellow-900/30",200:"bg-yellow-200",300:"bg-yellow-300",400:"bg-amber-400",500:"bg-amber-500",600:"bg-yellow-600",700:"bg-yellow-700",800:"bg-yellow-800",900:"bg-yellow-900"},text:{50:"text-yellow-50",100:"text-yellow-100",200:"text-yellow-200",300:"text-yellow-300",400:"text-amber-400 dark:text-yellow-300",500:"text-amber-500",600:"text-amber-600 dark:text-yellow-400",700:"text-yellow-700",800:"text-yellow-800 dark:text-yellow-300",900:"text-yellow-900"},border:{50:"border-yellow-50",100:"border-yellow-100",200:"border-yellow-200 dark:border-yellow-800",300:"border-yellow-300 dark:border-yellow-700",400:"border-amber-400 dark:border-yellow-800",500:"border-yellow-500",600:"border-yellow-600",700:"border-yellow-700",800:"border-yellow-800",900:"border-yellow-900"}},amber:{bg:{50:"bg-amber-50 dark:bg-amber-900/20",100:"bg-amber-100 dark:bg-amber-900/30",200:"bg-amber-200",300:"bg-amber-300",400:"bg-amber-400",500:"bg-amber-500",600:"bg-amber-600",700:"bg-amber-700",800:"bg-amber-800",900:"bg-amber-900"},text:{50:"text-amber-50",100:"text-amber-100",200:"text-amber-200",300:"text-amber-300",400:"text-amber-400 dark:text-amber-300",500:"text-amber-500",600:"text-amber-600 dark:text-amber-400",700:"text-amber-700 dark:text-amber-300",800:"text-amber-800 dark:text-amber-200",900:"text-amber-900"},border:{50:"border-amber-50",100:"border-amber-100",200:"border-amber-200 dark:border-amber-800",300:"border-amber-300 dark:border-amber-700",400:"border-amber-400 dark:border-amber-600",500:"border-amber-500",600:"border-amber-600",700:"border-amber-700",800:"border-amber-800",900:"border-amber-900"}},orange:{bg:{50:"bg-orange-50 dark:bg-orange-900/20",100:"bg-orange-100 dark:bg-orange-900/30",200:"bg-orange-200",300:"bg-orange-300",400:"bg-orange-400",500:"bg-orange-500",600:"bg-orange-600",700:"bg-orange-700",800:"bg-orange-800",900:"bg-orange-900"},text:{50:"text-orange-50",100:"text-orange-100",200:"text-orange-200",300:"text-orange-300",400:"text-orange-400 dark:text-orange-300",500:"text-orange-500",600:"text-orange-600 dark:text-orange-400",700:"text-orange-700 dark:text-orange-300",800:"text-orange-800 dark:text-orange-200",900:"text-orange-900"},border:{50:"border-orange-50",100:"border-orange-100",200:"border-orange-200 dark:border-orange-800",300:"border-orange-300 dark:border-orange-700",400:"border-orange-400 dark:border-orange-600",500:"border-orange-500",600:"border-orange-600",700:"border-orange-700",800:"border-orange-800",900:"border-orange-900"}},"deep-orange":{bg:{50:"bg-deep-orange-50",100:"bg-deep-orange-100",200:"bg-deep-orange-200",300:"bg-deep-orange-300",400:"bg-deep-orange-400",500:"bg-deep-orange-500",600:"bg-deep-orange-600",700:"bg-deep-orange-700",800:"bg-deep-orange-800",900:"bg-deep-orange-900"},text:{50:"text-deep-orange-50",100:"text-deep-orange-100",200:"text-deep-orange-200",300:"text-deep-orange-300",400:"text-deep-orange-400",500:"text-deep-orange-500",600:"text-deep-orange-600",700:"text-deep-orange-700",800:"text-deep-orange-800",900:"text-deep-orange-900"},border:{50:"border-deep-orange-50",100:"border-deep-orange-100",200:"border-deep-orange-200",300:"border-deep-orange-300",400:"border-deep-orange-400",500:"border-deep-orange-500",600:"border-deep-orange-600",700:"border-deep-orange-700",800:"border-deep-orange-800",900:"border-deep-orange-900"}},stone:{bg:{50:"bg-stone-50",100:"bg-stone-100",200:"bg-stone-200",300:"bg-stone-300",400:"bg-stone-400",500:"bg-stone-500",600:"bg-stone-600",700:"bg-stone-700",800:"bg-stone-800",900:"bg-stone-900"},text:{50:"text-stone-50",100:"text-stone-100",200:"text-stone-200",300:"text-stone-300",400:"text-stone-400",500:"text-stone-500",600:"text-stone-600",700:"text-stone-700",800:"text-stone-800",900:"text-stone-900"},border:{50:"border-stone-50",100:"border-stone-100",200:"border-stone-200",300:"border-stone-300",400:"border-stone-400",500:"border-stone-500",600:"border-stone-600",700:"border-stone-700",800:"border-stone-800",900:"border-stone-900"}},slate:{bg:{50:"bg-slate-50",100:"bg-slate-50 dark:bg-slate-800/50",200:"bg-slate-200",300:"bg-slate-300",400:"bg-slate-400",500:"bg-slate-500",600:"bg-slate-600",700:"bg-slate-700",800:"bg-slate-800",900:"bg-slate-900"},text:{50:"text-slate-50",100:"text-slate-100",200:"text-slate-200",300:"text-slate-300",400:"text-slate-400",500:"text-slate-500",600:"text-slate-600 dark:text-slate-400",700:"text-slate-700",800:"text-slate-600 dark:text-slate-400",900:"text-slate-900"},border:{50:"border-slate-50",100:"border-slate-100",200:"border-slate-300 dark:border-slate-700",300:"border-slate-300",400:"border-slate-300 dark:border-slate-700",500:"border-slate-500",600:"border-slate-600",700:"border-slate-700",800:"border-slate-800",900:"border-slate-900"}},rose:{bg:{50:"bg-rose-50 dark:bg-rose-900/20",100:"bg-rose-100 dark:bg-rose-900/30",200:"bg-rose-200",300:"bg-rose-300 dark:bg-rose-900/30",400:"bg-rose-400",500:"bg-rose-500",600:"bg-rose-600",700:"bg-rose-700",800:"bg-rose-800",900:"bg-rose-900"},text:{50:"text-rose-50",100:"text-rose-100",200:"text-rose-200",300:"text-rose-300",400:"text-rose-400 dark:text-rose-300",500:"text-rose-500",600:"text-rose-600 dark:text-rose-400",700:"text-rose-700 dark:text-rose-300",800:"text-rose-800 dark:text-rose-200",900:"text-rose-900"},border:{50:"border-rose-50",100:"border-rose-100",200:"border-rose-200 dark:border-rose-800",300:"border-rose-300 dark:border-rose-700",400:"border-rose-400 dark:border-rose-600",500:"border-rose-500",600:"border-rose-600",700:"border-rose-700",800:"border-rose-800",900:"border-rose-900"}},sky:{bg:{50:"bg-sky-50 dark:bg-sky-900/20",100:"bg-sky-100 dark:bg-sky-900/30",200:"bg-sky-200",300:"bg-sky-300",400:"bg-sky-400",500:"bg-sky-500",600:"bg-sky-600",700:"bg-sky-700",800:"bg-sky-800",900:"bg-sky-900"},text:{50:"text-sky-50",100:"text-sky-100",200:"text-sky-200",300:"text-sky-300",400:"text-sky-400 dark:text-sky-300",500:"text-sky-500",600:"text-sky-600 dark:text-sky-400",700:"text-sky-700 dark:text-sky-300",800:"text-sky-800 dark:text-sky-200",900:"text-sky-900"},border:{50:"border-sky-50",100:"border-sky-100",200:"border-sky-200 dark:border-sky-800",300:"border-sky-300 dark:border-sky-700",400:"border-sky-400 dark:border-sky-600",500:"border-sky-500",600:"border-sky-600",700:"border-sky-700",800:"border-sky-800",900:"border-sky-900"}},emerald:{bg:{50:"bg-emerald-50 dark:bg-emerald-900/20",100:"bg-emerald-100 dark:bg-emerald-900/30",200:"bg-emerald-200",300:"bg-emerald-300",400:"bg-emerald-400",500:"bg-emerald-500",600:"bg-emerald-600",700:"bg-emerald-700",800:"bg-emerald-800",900:"bg-emerald-900"},text:{50:"text-emerald-50",100:"text-emerald-100",200:"text-emerald-200",300:"text-emerald-300",400:"text-emerald-400",500:"text-emerald-500",600:"text-emerald-600 dark:text-emerald-400",700:"text-emerald-700 dark:text-emerald-300",800:"text-emerald-800 dark:text-emerald-200",900:"text-emerald-900"},border:{50:"border-emerald-50",100:"border-emerald-100",200:"border-emerald-200 dark:border-emerald-800",300:"border-emerald-300 dark:border-emerald-700",400:"border-emerald-400 dark:border-emerald-600",500:"border-emerald-500",600:"border-emerald-600",700:"border-emerald-700",800:"border-emerald-800",900:"border-emerald-900"}},"blue-slate":{bg:{50:"bg-slate-50",100:"bg-slate-100",200:"bg-slate-200",300:"bg-slate-300",400:"bg-slate-400",500:"bg-slate-500",600:"bg-slate-600",700:"bg-slate-700",800:"bg-slate-800",900:"bg-slate-900"},text:{50:"text-slate-50",100:"text-slate-100",200:"text-slate-200",300:"text-slate-300",400:"text-slate-400",500:"text-slate-500",600:"text-slate-600",700:"text-slate-700",800:"text-slate-800",900:"text-slate-900"}}},r={NEW:"shadow-[inset_0_0_0_5px_rgb(168_85_247)]",ALLOCATED:"shadow-[inset_0_0_0_5px_rgb(14_165_233)]",SUCCESS:"shadow-[inset_0_0_0_5px_rgb(16_185_129)]",FAILED:"shadow-[inset_0_0_0_5px_rgb(244_63_94)]",DELETED:"shadow-[inset_0_0_0_5px_rgb(251_146_60)]"};e.s(["DELIVERY_STATUSES",0,{DELIVERED:"green",RETURNED:"red",OPEN:"yellow"},"DefaultLimit",0,50,"ORDER_STATUSES",0,{OPEN:"purple",PENDING:"sky",CONFIRMED:"lime",FULFILLED:"emerald",REJECTED:"rose"},"PAYMENT_STATUSES",0,{PAID:"green",REFUNDED:"red",OPEN:"yellow"},"PROVIDER_TYPE_CLASSES",0,{PHYSICAL:"emerald",CARD:"sky",INVOICE:"lime",GENERIC:"purple",PICKUP:"red",SHIPPING:"sky"},"QUOTATION_STATUS",0,{REQUESTED:"orange",PROCESSING:"yellow",PROPOSED:"cyan",REJECTED:"red",FULFILLED:"emerald"},"TOKEN_STATUSES",0,{CENTRALIZED:"sky",EXPORTING:"amber",DECENTRALIZED:"emerald"},"WORK_STATUSES",0,{NEW:"purple",ALLOCATED:"sky",SUCCESS:"emerald",FAILED:"rose",DELETED:"orange"},"bgColor",0,(e,r)=>`${t?.[e].bg[r]}`,"borderColor",0,(e,r)=>`${t[e]?.border[r]}`,"getShadowStyle",0,e=>`${r[e]}`,"textColor",0,(e,r)=>`${t[e].text[r]}`])},79684,e=>{"use strict";var t=e.i(91788);e.s(["default",0,(e,r)=>{let[a,s]=(0,t.useState)(()=>{try{if(window.localStorage){let t=window.localStorage.getItem(e);return t?JSON.parse(t):r}return r}catch(e){return r}});return[a,t=>{try{if(window.localStorage){let r=t instanceof Function?t(a):t;s(r),window.localStorage.setItem(e,JSON.stringify(r))}else console.error("localStorage is not available")}catch(e){console.error(e)}}]}])},83283,78001,e=>{"use strict";var t=e.i(91788),r=e.i(91398),a=e.i(79684);let s=(0,t.createContext)(void 0);e.s(["ThemeContext",0,s,"default",0,({children:e})=>{let[l,d]=(0,a.default)("theme","light");(0,t.useEffect)(()=>{"dark"!==localStorage.theme&&("theme"in localStorage||!window.matchMedia("(prefers-color-scheme: dark)").matches)?document.getElementsByTagName("html")[0].classList.remove("dark"):document.getElementsByTagName("html")[0].classList.add("dark")},[]),(0,t.useEffect)(()=>{"dark"===l?(document.getElementsByTagName("html")[0].classList.add("dark"),localStorage.theme="dark"):(document.getElementsByTagName("html")[0].classList.remove("dark"),localStorage.theme="light")},[l]);let o=(0,t.useMemo)(()=>[l,d],[l]);return(0,r.jsx)(s.Provider,{value:o,children:e})}],78001),e.s(["default",0,()=>{let e=(0,t.useContext)(s);if(void 0===e)throw Error("Theme Context was used outside of its Provider");let[r,a]=e;return{theme:r,setTheme:a}}],83283)},73319,e=>{"use strict";let t=e=>"[object Object]"===Object.prototype.toString.call(e);e.s(["extractQuery",0,e=>decodeURIComponent(e||[])?.split(",")?.filter(Boolean),"isObject",0,t,"isTruthy",0,e=>!(!e||null==e||t(e)&&!Object.keys(e).length||Array.isArray(e)&&!e.length)])},99160,e=>{"use strict";var t=e.i(91398),r=e.i(72043),a=e.i(38865),s=e.i(61898);e.s(["default",0,({label:e,disabled:l=!1,className:d="",hidden:o=!1,...n})=>{let i=(0,a.useFormikContext)(),{...b}=n,c=Object.fromEntries(Object.keys(i.initialValues).map(e=>[e,i.getFieldMeta(e)])),{disabled:x}=(0,s.default)(),g=Object.values(c).reduce((e,{error:t,touched:r})=>e||t&&r,!1),m=l||x||i.isSubmitting||g,u=i.isSubmitting&&!g,p=(l||x||g)&&!i.isSubmitting;return(0,t.jsx)("input",{className:(0,r.default)("inline-flex cursor-pointer justify-center rounded-sm border border-slate-300 px-4 py-2 text-center text-sm font-medium leading-5 shadow-sm hover:shadow-md focus:ring-slate-800 dark:focus:ring-slate-400",d,{"bg-rose-50 dark:bg-slate-800 dark:text-rose-300 cursor-not-allowed border-rose-300 dark:border-rose-600 text-rose-900":p,"bg-slate-600 dark:bg-slate-700 text-white cursor-not-allowed border-slate-400 dark:border-slate-600":u,"bg-slate-800 dark:bg-slate-600 text-white hover:bg-slate-900 dark:hover:bg-slate-500 focus:outline-hidden focus:ring-2 focus:ring-offset-2 border-transparent":!m,hidden:o}),"aria-label":e,type:"submit",value:e,disabled:m,...b})}])},96015,e=>{"use strict";var t=e.i(91398),r=e.i(72043),a=e.i(68835),s=e.i(60741),l=e.i(82226),d=e.i(29691);e.s(["default",0,({buttonText:e="",validators:o=[],selectOptions:n=[],...i})=>{let b=(0,s.default)({validators:[...o,(0,l.validateRequiredTag)(i?.required)],label:"Tags",...i});return(0,t.jsx)(d.default,{...b,children:(0,t.jsx)(a.default,{disabled:b.disabled,id:b.id,name:b.name,className:(0,r.default)({"border-rose-300":!!b.error}),onChange:e=>b.setValue(e),placeholder:b.placeholder,tagList:b.value,buttonText:e,selectOptions:n})})}])},6607,e=>{"use strict";var t=e.i(91788),r=e.i(6444);e.s(["default",0,()=>(0,t.useContext)(r.default)])},6444,e=>{"use strict";let t=e.i(91788).default.createContext({setModal:()=>{throw Error("No ModalContext/ModalWrapper ancestor found.")}});e.s(["default",0,t])},40762,e=>{"use strict";var t=e.i(91398),r=e.i(69322),a=e.i(91788);let s=a.forwardRef(function({title:e,titleId:t,...r},s){return a.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":t},r),e?a.createElement("title",{id:t},e):null,a.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"}))});var l=e.i(37369),d=e.i(39382),o=e.i(24608),n=e.i(91412),i=e.i(38322),b=e.i(38187),c=e.i(12197),x=e.i(26917),g=e.i(63529),m=e.i(81013),u=e.i(62100),p=e.i(65153),k=e.i(37932);let h=()=>{let{formatMessage:e}=(0,r.useIntl)();return(0,t.jsx)("div",{className:"min-h-screen bg-slate-50 dark:bg-slate-900 py-8",children:(0,t.jsxs)("div",{className:"max-w-6xl mx-auto px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"mb-8 flex items-center justify-between",children:[(0,t.jsx)("h1",{className:"text-3xl font-semibold text-slate-900 dark:text-slate-100",children:"Style Guide"}),(0,t.jsxs)("div",{className:"flex items-center space-x-4",children:[(0,t.jsx)(g.default,{narrowNav:!1}),(0,t.jsx)(x.default,{})]})]}),(0,t.jsxs)("div",{className:"space-y-12",children:[(0,t.jsxs)("section",{children:[(0,t.jsx)("h2",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100 mb-6",children:"Loading Indicators"}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-8 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Loading Indicators"}),(0,t.jsx)(c.default,{})]})]}),(0,t.jsxs)("section",{children:[(0,t.jsx)("h2",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100 mb-6",children:"Color Palette"}),(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Slate Colors"}),(0,t.jsx)("div",{className:"space-y-3",children:[50,100,200,300,400,500,600,700,800,900].map(e=>(0,t.jsxs)("div",{className:"flex items-center space-x-3",children:[(0,t.jsx)("div",{className:`w-12 h-8 rounded border border-slate-300 dark:border-slate-600 bg-slate-${e}`}),(0,t.jsxs)("span",{className:"text-sm font-mono text-slate-600 dark:text-slate-400",children:["slate-",e]})]},e))})]}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Status Colors"}),(0,t.jsxs)("div",{className:"space-y-3",children:[(0,t.jsxs)("div",{className:"flex items-center space-x-3",children:[(0,t.jsx)("div",{className:"w-12 h-8 rounded border border-slate-300 dark:border-slate-600 bg-lime-600"}),(0,t.jsxs)("span",{className:"text-sm font-mono text-slate-600 dark:text-slate-400",children:[(0,t.jsx)("span",{className:"font-medium",children:"Confirmed"})," - lime-600"]})]}),(0,t.jsxs)("div",{className:"flex items-center space-x-3",children:[(0,t.jsx)("div",{className:"w-12 h-8 rounded border border-slate-300 dark:border-slate-600 bg-amber-600"}),(0,t.jsxs)("span",{className:"text-sm font-mono text-slate-600 dark:text-slate-400",children:[(0,t.jsx)("span",{className:"font-medium",children:"Pending"})," - amber-600"]})]}),(0,t.jsxs)("div",{className:"flex items-center space-x-3",children:[(0,t.jsx)("div",{className:"w-12 h-8 rounded border border-slate-300 dark:border-slate-600 bg-sky-600"}),(0,t.jsxs)("span",{className:"text-sm font-mono text-slate-600 dark:text-slate-400",children:[(0,t.jsx)("span",{className:"font-medium",children:"Open"})," - sky-600"]})]}),(0,t.jsxs)("div",{className:"flex items-center space-x-3",children:[(0,t.jsx)("div",{className:"w-12 h-8 rounded border border-slate-300 dark:border-slate-600 bg-emerald-600"}),(0,t.jsxs)("span",{className:"text-sm font-mono text-slate-600 dark:text-slate-400",children:[(0,t.jsx)("span",{className:"font-medium",children:"Fulfilled"})," - emerald-600"]})]}),(0,t.jsxs)("div",{className:"flex items-center space-x-3",children:[(0,t.jsx)("div",{className:"w-12 h-8 rounded border border-slate-300 dark:border-slate-600 bg-rose-600"}),(0,t.jsxs)("span",{className:"text-sm font-mono text-slate-600 dark:text-slate-400",children:[(0,t.jsx)("span",{className:"font-medium",children:"Rejected/Error"})," - rose-600"]})]}),(0,t.jsxs)("div",{className:"flex items-center space-x-3",children:[(0,t.jsx)("div",{className:"w-12 h-8 rounded border border-slate-300 dark:border-slate-600 bg-slate-600"}),(0,t.jsxs)("span",{className:"text-sm font-mono text-slate-600 dark:text-slate-400",children:[(0,t.jsx)("span",{className:"font-medium",children:"Default/Neutral"})," - slate-600"]})]})]})]})]})]}),(0,t.jsxs)("section",{children:[(0,t.jsx)("h2",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100 mb-6",children:"Status Badges"}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsxs)("div",{className:"flex flex-wrap gap-3",children:[(0,t.jsx)(p.default,{text:"CONFIRMED",color:"lime",className:"rounded-md uppercase"}),(0,t.jsx)(p.default,{text:"PENDING",color:"amber",className:"rounded-md uppercase"}),(0,t.jsx)(p.default,{text:"OPEN",color:"sky",className:"rounded-md uppercase"}),(0,t.jsx)(p.default,{text:"FULFILLED",color:"emerald",className:"rounded-md uppercase"}),(0,t.jsx)(p.default,{text:"REJECTED",color:"rose",className:"rounded-md uppercase"}),(0,t.jsx)(p.default,{text:"DEFAULT",color:"slate",className:"rounded-md uppercase"})]}),(0,t.jsxs)("div",{className:"mt-6",children:[(0,t.jsx)("h4",{className:"text-sm font-medium text-slate-700 dark:text-slate-300 mb-3",children:"Badge Variations"}),(0,t.jsxs)("div",{className:"flex flex-wrap gap-3",children:[(0,t.jsx)(p.default,{text:"With Dot",color:"emerald",dotted:!0}),(0,t.jsx)(p.default,{text:"Square Badge",color:"amber",square:!0}),(0,t.jsx)(p.default,{text:"Closeable",color:"rose",onClick:()=>alert("Badge closed!")}),(0,t.jsx)(p.default,{text:"Rounded",color:"sky"})]})]})]})]}),(0,t.jsxs)("section",{children:[(0,t.jsx)("h2",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100 mb-6",children:"Tag Lists"}),(0,t.jsx)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("h4",{className:"text-sm font-medium text-slate-700 dark:text-slate-300 mb-3",children:"TagList with Tags"}),(0,t.jsx)(k.default,{defaultValue:["Product","Electronics","Gaming","Accessories"],onSubmit:e=>console.log("Tags submitted:",e),enableEdit:!0})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h4",{className:"text-sm font-medium text-slate-700 dark:text-slate-300 mb-3",children:"TagList without Tags (Empty State)"}),(0,t.jsx)(k.default,{defaultValue:[],onSubmit:e=>console.log("Tags submitted:",e),enableEdit:!0})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h4",{className:"text-sm font-medium text-slate-700 dark:text-slate-300 mb-3",children:"TagList Read-Only (No Edit Button)"}),(0,t.jsx)(k.default,{defaultValue:["Read Only","Display Only","No Edit"],onSubmit:e=>console.log("Tags submitted:",e),enableEdit:!1})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h4",{className:"text-sm font-medium text-slate-700 dark:text-slate-300 mb-3",children:"TagList with Many Tags (Wrapping)"}),(0,t.jsx)(k.default,{defaultValue:["Technology","Software","Development","Frontend","React","TypeScript","Tailwind CSS","UI/UX","Design System","Component Library"],onSubmit:e=>console.log("Tags submitted:",e),enableEdit:!0})]})]})})]}),(0,t.jsxs)("section",{children:[(0,t.jsx)("h2",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100 mb-6",children:"Typography"}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700 space-y-4",children:[(0,t.jsx)("h1",{className:"text-4xl font-semibold text-slate-900 dark:text-slate-100",children:"Heading 1 - 4xl Semibold"}),(0,t.jsx)("h2",{className:"text-3xl font-semibold text-slate-900 dark:text-slate-100",children:"Heading 2 - 3xl Semibold"}),(0,t.jsx)("h3",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100",children:"Heading 3 - 2xl Semibold"}),(0,t.jsx)("h4",{className:"text-xl font-semibold text-slate-900 dark:text-slate-100",children:"Heading 4 - xl Semibold"}),(0,t.jsx)("h5",{className:"text-lg font-medium text-slate-900 dark:text-slate-100",children:"Heading 5 - lg Medium"}),(0,t.jsx)("h6",{className:"text-base font-medium text-slate-900 dark:text-slate-100",children:"Heading 6 - base Medium"}),(0,t.jsx)("p",{className:"text-base text-slate-600 dark:text-slate-400",children:"Body text - Regular paragraph text with good readability and contrast."}),(0,t.jsx)("p",{className:"text-sm text-slate-500 dark:text-slate-500",children:"Small text - Used for captions, metadata, and secondary information."})]})]}),(0,t.jsxs)("section",{children:[(0,t.jsx)("h2",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100 mb-6",children:"Button System"}),(0,t.jsxs)("div",{className:"space-y-8",children:[(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Button Variants"}),(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:[(0,t.jsx)(m.default,{variant:"primary",text:"Primary"}),(0,t.jsx)(m.default,{variant:"secondary",text:"Secondary"}),(0,t.jsx)(m.default,{variant:"tertiary",text:"Tertiary"}),(0,t.jsx)(m.default,{variant:"quaternary",text:"Quaternary"}),(0,t.jsx)(m.default,{variant:"danger",text:"Danger"}),(0,t.jsx)(m.default,{variant:"ghost",text:"Ghost"}),(0,t.jsx)(m.default,{variant:"success",text:"Success"}),(0,t.jsx)(m.default,{variant:"neutral",text:"Neutral"}),(0,t.jsx)(m.default,{variant:"input",text:"Input Style"})]})]}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Button Sizes"}),(0,t.jsxs)("div",{className:"flex items-end space-x-4",children:[(0,t.jsx)(m.default,{size:"xs",text:"Extra Small"}),(0,t.jsx)(m.default,{size:"sm",text:"Small"}),(0,t.jsx)(m.default,{size:"md",text:"Medium"}),(0,t.jsx)(m.default,{size:"lg",text:"Large"})]})]}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Button States"}),(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4",children:[(0,t.jsx)(m.default,{text:"Normal"}),(0,t.jsx)(m.default,{text:"Disabled",disabled:!0}),(0,t.jsx)(m.default,{text:"Loading",loading:!0}),(0,t.jsx)(m.default,{text:"With Icon",icon:(0,t.jsx)(l.PlusIcon,{className:"w-4 h-4"})})]})]}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Buttons with Icons"}),(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:[(0,t.jsx)(m.default,{text:"Add Item",icon:(0,t.jsx)(l.PlusIcon,{className:"w-4 h-4"}),variant:"primary"}),(0,t.jsx)(m.default,{text:"Delete",icon:(0,t.jsx)(d.TrashIcon,{className:"w-4 h-4"}),variant:"danger"}),(0,t.jsx)(m.default,{text:"Like",iconRight:(0,t.jsx)(s,{className:"w-4 h-4"}),variant:"ghost"})]})]}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Button Shapes"}),(0,t.jsxs)("div",{className:"flex items-center space-x-4",children:[(0,t.jsx)(m.default,{text:"Sharp",rounded:"none"}),(0,t.jsx)(m.default,{text:"Small Radius",rounded:"sm"}),(0,t.jsx)(m.default,{text:"Default",rounded:"md"}),(0,t.jsx)(m.default,{text:"Large Radius",rounded:"lg"}),(0,t.jsx)(m.default,{text:"Pill",rounded:"full"})]})]}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Full Width Button"}),(0,t.jsx)(m.default,{text:"Full Width Button",fullWidth:!0})]}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Application Style Buttons"}),(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-4",children:[(0,t.jsx)(m.default,{variant:"success",icon:(0,t.jsx)(i.CheckIcon,{className:"h-4 w-4"}),iconRight:(0,t.jsx)(b.ChevronDownIcon,{className:"h-4 w-4"}),text:"Activated",rounded:"lg"}),(0,t.jsx)(m.default,{variant:"neutral",icon:(0,t.jsx)(i.CheckIcon,{className:"h-4 w-4"}),iconRight:(0,t.jsx)(b.ChevronDownIcon,{className:"h-4 w-4"}),text:"Root",rounded:"lg"}),(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(m.default,{variant:"input",text:"Display Order",rounded:"lg"}),(0,t.jsx)(m.default,{variant:"input",text:"10",size:"sm",rounded:"lg",className:"w-16"})]}),(0,t.jsx)(m.default,{variant:"secondary",text:"Mark as Base",rounded:"lg"}),(0,t.jsx)(m.default,{variant:"danger",icon:(0,t.jsx)(o.XMarkIcon,{className:"h-4 w-4"}),text:"Delete",rounded:"lg"})]})]}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-700 dark:text-slate-300 mb-4",children:"Specialized Icon Buttons"}),(0,t.jsxs)("div",{className:"flex items-center space-x-4",children:[(0,t.jsxs)("div",{className:"flex flex-col items-center space-y-2",children:[(0,t.jsx)(u.default,{onClick:()=>alert("Delete clicked!")}),(0,t.jsx)("span",{className:"text-xs text-slate-500 dark:text-slate-400",children:"Default Delete"})]}),(0,t.jsxs)("div",{className:"flex flex-col items-center space-y-2",children:[(0,t.jsx)(u.default,{onClick:()=>alert("Close clicked!"),icon:(0,t.jsx)(o.XMarkIcon,{className:"h-5 w-5"}),ariaLabel:"Close"}),(0,t.jsx)("span",{className:"text-xs text-slate-500 dark:text-slate-400",children:"Close Button"})]}),(0,t.jsxs)("div",{className:"flex flex-col items-center space-y-2",children:[(0,t.jsx)(u.default,{onClick:()=>alert("View clicked!"),icon:(0,t.jsx)(n.EyeIcon,{className:"h-5 w-5"}),ariaLabel:"View",className:"text-blue-600 dark:text-blue-400 hover:bg-blue-50 dark:hover:bg-blue-900/20 focus:ring-blue-500"}),(0,t.jsx)("span",{className:"text-xs text-slate-500 dark:text-slate-400",children:"Custom Icon"})]}),(0,t.jsxs)("div",{className:"flex flex-col items-center space-y-2",children:[(0,t.jsx)(u.default,{onClick:()=>alert("Custom clicked!"),textLeft:"X",icon:null,ariaLabel:"Custom text"}),(0,t.jsx)("span",{className:"text-xs text-slate-500 dark:text-slate-400",children:"Text Only"})]})]})]})]})]}),(0,t.jsxs)("section",{children:[(0,t.jsx)("h2",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100 mb-6",children:"Form Elements"}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700 space-y-4",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("label",{className:"block text-sm font-medium text-slate-700 dark:text-slate-300 mb-2",children:"Text Input"}),(0,t.jsx)("input",{type:"text",placeholder:"Enter text here...",className:"w-full px-3 py-2 border border-slate-300 dark:border-slate-600 rounded-md bg-white dark:bg-slate-700 text-slate-900 dark:text-slate-100 focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:border-transparent"})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("label",{className:"block text-sm font-medium text-slate-700 dark:text-slate-300 mb-2",children:"Select"}),(0,t.jsxs)("select",{className:"w-full px-3 py-2 border border-slate-300 dark:border-slate-600 rounded-md bg-white dark:bg-slate-700 text-slate-900 dark:text-slate-100 focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:border-transparent",children:[(0,t.jsx)("option",{children:"Option 1"}),(0,t.jsx)("option",{children:"Option 2"}),(0,t.jsx)("option",{children:"Option 3"})]})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("label",{className:"block text-sm font-medium text-slate-700 dark:text-slate-300 mb-2",children:"Textarea"}),(0,t.jsx)("textarea",{placeholder:"Enter longer text here...",rows:3,className:"w-full px-3 py-2 border border-slate-300 dark:border-slate-600 rounded-md bg-white dark:bg-slate-700 text-slate-900 dark:text-slate-100 focus:ring-2 focus:ring-slate-800 dark:focus:ring-slate-400 focus:border-transparent"})]}),(0,t.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,t.jsx)("input",{type:"checkbox",id:"checkbox",className:"rounded border-slate-300 dark:border-slate-600 text-slate-800 focus:ring-slate-800 dark:focus:ring-slate-400"}),(0,t.jsx)("label",{htmlFor:"checkbox",className:"text-sm text-slate-700 dark:text-slate-300",children:"Checkbox option"})]})]})]}),(0,t.jsxs)("section",{children:[(0,t.jsx)("h2",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100 mb-6",children:"Theme Controls"}),(0,t.jsx)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700",children:(0,t.jsxs)("div",{className:"flex items-center space-x-6",children:[(0,t.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,t.jsx)("span",{className:"text-sm font-medium text-slate-700 dark:text-slate-300",children:"Theme Toggle:"}),(0,t.jsx)(x.default,{})]}),(0,t.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,t.jsx)("span",{className:"text-sm font-medium text-slate-700 dark:text-slate-300",children:"Language Toggle:"}),(0,t.jsx)(g.default,{narrowNav:!1})]})]})})]}),(0,t.jsxs)("section",{children:[(0,t.jsx)("h2",{className:"text-2xl font-semibold text-slate-900 dark:text-slate-100 mb-6",children:"Cards & Containers"}),(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700 shadow-sm",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-900 dark:text-slate-100 mb-2",children:"Standard Card"}),(0,t.jsx)("p",{className:"text-slate-600 dark:text-slate-400",children:"This is a standard card with border, shadow, and rounded corners."})]}),(0,t.jsxs)("div",{className:"bg-white dark:bg-slate-800 rounded-lg p-6 border border-slate-200 dark:border-slate-700 shadow-lg",children:[(0,t.jsx)("h3",{className:"text-lg font-medium text-slate-900 dark:text-slate-100 mb-2",children:"Elevated Card"}),(0,t.jsx)("p",{className:"text-slate-600 dark:text-slate-400",children:"This card has a larger shadow for more emphasis."})]})]})]})]})]})})};h.getLayout=e=>e,e.s(["default",0,h],40762)},5628,(e,t,r)=>{let a="/styleguide";(window.__NEXT_P=window.__NEXT_P||[]).push([a,()=>e.r(40762)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push([a])})},24557,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},s){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{fillRule:"evenodd",d:"M8.75 1A2.75 2.75 0 0 0 6 3.75v.443c-.795.077-1.584.176-2.365.298a.75.75 0 1 0 .23 1.482l.149-.022.841 10.518A2.75 2.75 0 0 0 7.596 19h4.807a2.75 2.75 0 0 0 2.742-2.53l.841-10.52.149.023a.75.75 0 0 0 .23-1.482A41.03 41.03 0 0 0 14 4.193V3.75A2.75 2.75 0 0 0 11.25 1h-2.5ZM10 4c.84 0 1.673.025 2.5.075V3.75c0-.69-.56-1.25-1.25-1.25h-2.5c-.69 0-1.25.56-1.25 1.25v.325C8.327 4.025 9.16 4 10 4ZM8.58 7.72a.75.75 0 0 0-1.5.06l.3 7.5a.75.75 0 1 0 1.5-.06l-.3-7.5Zm4.34.06a.75.75 0 1 0-1.5-.06l-.3 7.5a.75.75 0 1 0 1.5.06l.3-7.5Z",clipRule:"evenodd"}))});e.s(["TrashIcon",0,r],24557)},38322,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},s){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m4.5 12.75 6 6 9-13.5"}))});e.s(["CheckIcon",0,r],38322)},38187,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},s){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m19.5 8.25-7.5 7.5-7.5-7.5"}))});e.s(["ChevronDownIcon",0,r],38187)},91412,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},s){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z"}),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"}))});e.s(["EyeIcon",0,r],91412)},24629,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},s){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"}))});e.s(["GlobeAltIcon",0,r],24629)},37369,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},s){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"}))});e.s(["PlusIcon",0,r],37369)},39382,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},s){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"}))});e.s(["TrashIcon",0,r],39382)},24608,e=>{"use strict";var t=e.i(91788);let r=t.forwardRef(function({title:e,titleId:r,...a},s){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:s,"aria-labelledby":r},a),e?t.createElement("title",{id:r},e):null,t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18 18 6M6 6l12 12"}))});e.s(["XMarkIcon",0,r],24608)},40563,(e,t,r)=>{"use strict";var a="function"==typeof Symbol&&Symbol.for,s=a?Symbol.for("react.element"):60103,l=a?Symbol.for("react.portal"):60106,d=a?Symbol.for("react.fragment"):60107,o=a?Symbol.for("react.strict_mode"):60108,n=a?Symbol.for("react.profiler"):60114,i=a?Symbol.for("react.provider"):60109,b=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,x=a?Symbol.for("react.concurrent_mode"):60111,g=a?Symbol.for("react.forward_ref"):60112,m=a?Symbol.for("react.suspense"):60113,u=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,k=a?Symbol.for("react.lazy"):60116,h=a?Symbol.for("react.block"):60121,f=a?Symbol.for("react.fundamental"):60117,y=a?Symbol.for("react.responder"):60118,j=a?Symbol.for("react.scope"):60119;function v(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case s:switch(e=e.type){case c:case x:case d:case n:case o:case m:return e;default:switch(e=e&&e.$$typeof){case b:case g:case k:case p:case i:return e;default:return t}}case l:return t}}}function w(e){return v(e)===x}r.AsyncMode=c,r.ConcurrentMode=x,r.ContextConsumer=b,r.ContextProvider=i,r.Element=s,r.ForwardRef=g,r.Fragment=d,r.Lazy=k,r.Memo=p,r.Portal=l,r.Profiler=n,r.StrictMode=o,r.Suspense=m,r.isAsyncMode=function(e){return w(e)||v(e)===c},r.isConcurrentMode=w,r.isContextConsumer=function(e){return v(e)===b},r.isContextProvider=function(e){return v(e)===i},r.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===s},r.isForwardRef=function(e){return v(e)===g},r.isFragment=function(e){return v(e)===d},r.isLazy=function(e){return v(e)===k},r.isMemo=function(e){return v(e)===p},r.isPortal=function(e){return v(e)===l},r.isProfiler=function(e){return v(e)===n},r.isStrictMode=function(e){return v(e)===o},r.isSuspense=function(e){return v(e)===m},r.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===d||e===x||e===n||e===o||e===m||e===u||"object"==typeof e&&null!==e&&(e.$$typeof===k||e.$$typeof===p||e.$$typeof===i||e.$$typeof===b||e.$$typeof===g||e.$$typeof===f||e.$$typeof===y||e.$$typeof===j||e.$$typeof===h)},r.typeOf=v},49957,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(40563)},34980,(e,t,r)=>{"use strict";var a=e.r(49957),s={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},l={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},d={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function n(e){return a.isMemo(e)?d:o[e.$$typeof]||s}o[a.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[a.Memo]=d;var i=Object.defineProperty,b=Object.getOwnPropertyNames,c=Object.getOwnPropertySymbols,x=Object.getOwnPropertyDescriptor,g=Object.getPrototypeOf,m=Object.prototype;t.exports=function e(t,r,a){if("string"!=typeof r){if(m){var s=g(r);s&&s!==m&&e(t,s,a)}var d=b(r);c&&(d=d.concat(c(r)));for(var o=n(t),u=n(r),p=0;p<d.length;++p){var k=d[p];if(!l[k]&&!(a&&a[k])&&!(u&&u[k])&&!(o&&o[k])){var h=x(r,k);try{i(t,k,h)}catch(e){}}}}return t}},28805,e=>{e.v(t=>Promise.all(["static/chunks/0h0r_q6xa9qr_.js"].map(t=>e.l(t))).then(()=>t(79466)))},48761,e=>{e.v(t=>Promise.all(["static/chunks/2ljoq6sr-g2da.js"].map(t=>e.l(t))).then(()=>t(93594)))},13521,(e,t,r)=>{"use strict";e.i(50461),Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return l}});let a=e.r(41705)._(e.r(91788)),s=e.r(15125),l=a.default.createContext(s.imageConfigDefault)},15125,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a={VALID_LOADERS:function(){return l},imageConfigDefault:function(){return d}};for(var s in a)Object.defineProperty(r,s,{enumerable:!0,get:a[s]});let l=["default","imgix","cloudinary","akamai","custom"],d={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumDiskCacheSize:void 0,maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1,customCacheHandler:!1}}]);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
__turbopack_load_page_chunks__("/language", [
|
|
2
|
+
"static/chunks/40922jbr_e5ug.js",
|
|
3
|
+
"static/chunks/38pz7fmyf6ay0.js",
|
|
4
|
+
"static/chunks/3bxtyo0u_psf7.js",
|
|
5
|
+
"static/chunks/3rnl7-84z1op5.js",
|
|
6
|
+
"static/chunks/2kbieaechn8m8.js",
|
|
7
|
+
"static/chunks/1398hevtpl_69.js",
|
|
8
|
+
"static/chunks/2hm0mbq0vtqmw.js",
|
|
9
|
+
"static/chunks/2jtk4-i4e9lug.js",
|
|
10
|
+
"static/chunks/2-4ng9fxftmld.js",
|
|
11
|
+
"static/chunks/252jebodi67kg.js",
|
|
12
|
+
"static/chunks/0d6_opzy2p6ik.js",
|
|
13
|
+
"static/chunks/3jv-kmvjt_bno.js",
|
|
14
|
+
"static/chunks/3ghzaufs2n8uq.js",
|
|
15
|
+
"static/chunks/turbopack-42gir6e579247.js"
|
|
16
|
+
])
|