@unchainedshop/admin-ui 4.8.26 → 4.8.27
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 +30108 -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 +21540 -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/{31_pg1fxqgdfx.js → 01crynfjy3xpb.js} +2 -2
- package/out/_next/static/chunks/{1hwup6qqzqzh8.js → 1-mz7zwy-mbvq.js} +2 -2
- package/out/_next/static/chunks/{2ecq8dhsm2eu1.js → 1szkbg0-e_tli.js} +1 -1
- package/out/_next/static/chunks/{0ac5zzn3zeki5.js → 2ncenexps2330.js} +2 -2
- package/out/_next/static/chunks/3-2opr3e2h-8o.js +105 -0
- package/out/_next/static/chunks/{turbopack-14zydki2yqyd3.js → turbopack-058ikg9c4qsyu.js} +1 -1
- package/out/_next/static/chunks/{turbopack-0la8grv9f6bxn.js → turbopack-22gnlzp5il9ai.js} +1 -1
- package/out/_next/static/chunks/{turbopack-1w2r6t0rjz8pp.js → turbopack-2h_05wv-1o-qp.js} +1 -1
- package/out/_next/static/{_TiowajLX6Z3MYsLPNgxd → hZLisNV-2KMtO7y1-ggVm}/_buildManifest.js +2 -2
- 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/manifest.json +48 -0
- 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 +1 -1
- package/out/_next/static/chunks/1t20r1ofch5r3.js +0 -95
- /package/out/_next/static/{_TiowajLX6Z3MYsLPNgxd → hZLisNV-2KMtO7y1-ggVm}/_clientMiddlewareManifest.js +0 -0
- /package/out/_next/static/{_TiowajLX6Z3MYsLPNgxd → hZLisNV-2KMtO7y1-ggVm}/_ssgManifest.js +0 -0
package/out/403/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.
|
|
1
|
+
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.27" id="role-config-script"></script><link rel="stylesheet" href="/_next/static/chunks/3zqfchpzqxd92.css" data-n-g=""/><noscript data-n-css=""></noscript><script src="/_next/static/chunks/2kzyda4a6mqut.js" defer=""></script><script src="/_next/static/chunks/3yqw8z_udrol0.js" defer=""></script><script src="/_next/static/chunks/36pa0vs0telmp.js" defer=""></script><script src="/_next/static/chunks/2hm0mbq0vtqmw.js" defer=""></script><script src="/_next/static/chunks/3rnl7-84z1op5.js" defer=""></script><script src="/_next/static/chunks/0c9ruqj2wf3n6.js" defer=""></script><script src="/_next/static/chunks/37phwvegpccj0.js" defer=""></script><script src="/_next/static/chunks/3k98cr566roh-.js" defer=""></script><script src="/_next/static/chunks/036jcj4okqca4.js" defer=""></script><script src="/_next/static/chunks/252jebodi67kg.js" defer=""></script><script src="/_next/static/chunks/3ghzaufs2n8uq.js" defer=""></script><script src="/_next/static/chunks/1shkyosfbiwr4.js" defer=""></script><script src="/_next/static/chunks/1sivy8bkkmwxl.js" defer=""></script><script src="/_next/static/chunks/3-2opr3e2h-8o.js" defer=""></script><script src="/_next/static/chunks/turbopack-2h_05wv-1o-qp.js" defer=""></script><script src="/_next/static/chunks/2eh6ku1a1zbs4.js" defer=""></script><script src="/_next/static/chunks/3f-ap6wo94un_.js" defer=""></script><script src="/_next/static/chunks/turbopack-34gjko7_04blz.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_buildManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_ssgManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_clientMiddlewareManifest.js" defer=""></script></head><body class="h-full bg-slate-50 dark:bg-slate-950 dark:text-slate-200"><noscript>
|
|
2
2
|
<!--
|
|
3
3
|
_____ _____ _____ _____ _____ _____ _____ _____ ____
|
|
4
4
|
| | | | | | | | _ | | | | __| \
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
- Technology, Engineering & Design by Unchained Commerce GmbH - https://unchained.shop
|
|
9
9
|
|
|
10
10
|
-->
|
|
11
|
-
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"k"},"page":"/403","query":{},"buildId":"
|
|
11
|
+
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"k"},"page":"/403","query":{},"buildId":"hZLisNV-2KMtO7y1-ggVm","nextExport":true,"isFallback":false,"appGip":true,"scriptLoader":[]}</script></body></html>
|
package/out/404/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.
|
|
1
|
+
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.27" id="role-config-script"></script><link rel="stylesheet" href="/_next/static/chunks/3zqfchpzqxd92.css" data-n-g=""/><noscript data-n-css=""></noscript><script src="/_next/static/chunks/2kzyda4a6mqut.js" defer=""></script><script src="/_next/static/chunks/3yqw8z_udrol0.js" defer=""></script><script src="/_next/static/chunks/36pa0vs0telmp.js" defer=""></script><script src="/_next/static/chunks/2hm0mbq0vtqmw.js" defer=""></script><script src="/_next/static/chunks/3rnl7-84z1op5.js" defer=""></script><script src="/_next/static/chunks/0c9ruqj2wf3n6.js" defer=""></script><script src="/_next/static/chunks/37phwvegpccj0.js" defer=""></script><script src="/_next/static/chunks/3k98cr566roh-.js" defer=""></script><script src="/_next/static/chunks/036jcj4okqca4.js" defer=""></script><script src="/_next/static/chunks/252jebodi67kg.js" defer=""></script><script src="/_next/static/chunks/3ghzaufs2n8uq.js" defer=""></script><script src="/_next/static/chunks/1shkyosfbiwr4.js" defer=""></script><script src="/_next/static/chunks/1sivy8bkkmwxl.js" defer=""></script><script src="/_next/static/chunks/3-2opr3e2h-8o.js" defer=""></script><script src="/_next/static/chunks/turbopack-2h_05wv-1o-qp.js" defer=""></script><script src="/_next/static/chunks/40zy6mxa-be0m.js" defer=""></script><script src="/_next/static/chunks/turbopack-3591lq9bl5zm-.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_buildManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_ssgManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_clientMiddlewareManifest.js" defer=""></script></head><body class="h-full bg-slate-50 dark:bg-slate-950 dark:text-slate-200"><noscript>
|
|
2
2
|
<!--
|
|
3
3
|
_____ _____ _____ _____ _____ _____ _____ _____ ____
|
|
4
4
|
| | | | | | | | _ | | | | __| \
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
- Technology, Engineering & Design by Unchained Commerce GmbH - https://unchained.shop
|
|
9
9
|
|
|
10
10
|
-->
|
|
11
|
-
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"i"},"page":"/404","query":{},"buildId":"
|
|
11
|
+
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"i"},"page":"/404","query":{},"buildId":"hZLisNV-2KMtO7y1-ggVm","nextExport":true,"isFallback":false,"appGip":true,"scriptLoader":[]}</script></body></html>
|
package/out/404.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.
|
|
1
|
+
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.27" id="role-config-script"></script><link rel="stylesheet" href="/_next/static/chunks/3zqfchpzqxd92.css" data-n-g=""/><noscript data-n-css=""></noscript><script src="/_next/static/chunks/2kzyda4a6mqut.js" defer=""></script><script src="/_next/static/chunks/3yqw8z_udrol0.js" defer=""></script><script src="/_next/static/chunks/36pa0vs0telmp.js" defer=""></script><script src="/_next/static/chunks/2hm0mbq0vtqmw.js" defer=""></script><script src="/_next/static/chunks/3rnl7-84z1op5.js" defer=""></script><script src="/_next/static/chunks/0c9ruqj2wf3n6.js" defer=""></script><script src="/_next/static/chunks/37phwvegpccj0.js" defer=""></script><script src="/_next/static/chunks/3k98cr566roh-.js" defer=""></script><script src="/_next/static/chunks/036jcj4okqca4.js" defer=""></script><script src="/_next/static/chunks/252jebodi67kg.js" defer=""></script><script src="/_next/static/chunks/3ghzaufs2n8uq.js" defer=""></script><script src="/_next/static/chunks/1shkyosfbiwr4.js" defer=""></script><script src="/_next/static/chunks/1sivy8bkkmwxl.js" defer=""></script><script src="/_next/static/chunks/3-2opr3e2h-8o.js" defer=""></script><script src="/_next/static/chunks/turbopack-2h_05wv-1o-qp.js" defer=""></script><script src="/_next/static/chunks/40zy6mxa-be0m.js" defer=""></script><script src="/_next/static/chunks/turbopack-3591lq9bl5zm-.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_buildManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_ssgManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_clientMiddlewareManifest.js" defer=""></script></head><body class="h-full bg-slate-50 dark:bg-slate-950 dark:text-slate-200"><noscript>
|
|
2
2
|
<!--
|
|
3
3
|
_____ _____ _____ _____ _____ _____ _____ _____ ____
|
|
4
4
|
| | | | | | | | _ | | | | __| \
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
- Technology, Engineering & Design by Unchained Commerce GmbH - https://unchained.shop
|
|
9
9
|
|
|
10
10
|
-->
|
|
11
|
-
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"i"},"page":"/404","query":{},"buildId":"
|
|
11
|
+
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"i"},"page":"/404","query":{},"buildId":"hZLisNV-2KMtO7y1-ggVm","nextExport":true,"isFallback":false,"appGip":true,"scriptLoader":[]}</script></body></html>
|
package/out/423/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.
|
|
1
|
+
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.27" id="role-config-script"></script><link rel="stylesheet" href="/_next/static/chunks/3zqfchpzqxd92.css" data-n-g=""/><noscript data-n-css=""></noscript><script src="/_next/static/chunks/2kzyda4a6mqut.js" defer=""></script><script src="/_next/static/chunks/3yqw8z_udrol0.js" defer=""></script><script src="/_next/static/chunks/36pa0vs0telmp.js" defer=""></script><script src="/_next/static/chunks/2hm0mbq0vtqmw.js" defer=""></script><script src="/_next/static/chunks/3rnl7-84z1op5.js" defer=""></script><script src="/_next/static/chunks/0c9ruqj2wf3n6.js" defer=""></script><script src="/_next/static/chunks/37phwvegpccj0.js" defer=""></script><script src="/_next/static/chunks/3k98cr566roh-.js" defer=""></script><script src="/_next/static/chunks/036jcj4okqca4.js" defer=""></script><script src="/_next/static/chunks/252jebodi67kg.js" defer=""></script><script src="/_next/static/chunks/3ghzaufs2n8uq.js" defer=""></script><script src="/_next/static/chunks/1shkyosfbiwr4.js" defer=""></script><script src="/_next/static/chunks/1sivy8bkkmwxl.js" defer=""></script><script src="/_next/static/chunks/3-2opr3e2h-8o.js" defer=""></script><script src="/_next/static/chunks/turbopack-2h_05wv-1o-qp.js" defer=""></script><script src="/_next/static/chunks/030bzkeke0edz.js" defer=""></script><script src="/_next/static/chunks/1j2ko85jp-5wy.js" defer=""></script><script src="/_next/static/chunks/turbopack-0jijm5fs2d3pa.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_buildManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_ssgManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_clientMiddlewareManifest.js" defer=""></script></head><body class="h-full bg-slate-50 dark:bg-slate-950 dark:text-slate-200"><noscript>
|
|
2
2
|
<!--
|
|
3
3
|
_____ _____ _____ _____ _____ _____ _____ _____ ____
|
|
4
4
|
| | | | | | | | _ | | | | __| \
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
- Technology, Engineering & Design by Unchained Commerce GmbH - https://unchained.shop
|
|
9
9
|
|
|
10
10
|
-->
|
|
11
|
-
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"o"},"page":"/423","query":{},"buildId":"
|
|
11
|
+
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"o"},"page":"/423","query":{},"buildId":"hZLisNV-2KMtO7y1-ggVm","nextExport":true,"isFallback":false,"appGip":true,"scriptLoader":[]}</script></body></html>
|
package/out/500/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.
|
|
1
|
+
<!DOCTYPE html><html class="h-full"><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">Unchained: Admin UI</title><meta name="og:description-0-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="og:site_name-1-Admin UI" content="Admin UI"/><meta name="og:url-2-https://unchained.shop" content="https://unchained.shop"/><meta name="og:image-3-/icons/manifest-icon-512.maskable.png" content="/icons/manifest-icon-512.maskable.png"/><meta name="og:type-4-website" content="website"/><meta name="og:title-5-Unchained Admin UI" content="Unchained Admin UI"/><meta name="twitter:image-6-/icons/manifest-icon-192.maskable.png" content="/icons/manifest-icon-192.maskable.png"/><meta name="twitter:creator-7-@unchainedshop" content="@unchainedshop"/><meta name="twitter:description-8-Unchained e-commerce shop controller" content="Unchained e-commerce shop controller"/><meta name="twitter:card-9-summary" content="summary"/><meta name="twitter:url-10-https://unchained.shop" content="https://unchained.shop"/><meta name="twitter:title-11-Unchained Admin UI" content="Unchained Admin UI"/><meta name="application-name-12-Unchained Admin UI" content="Unchained Admin UI"/><meta name="apple-mobile-web-app-capable-13-yes" content="yes"/><meta name="apple-mobile-web-app-status-bar-style-14-default" content="default"/><meta name="apple-mobile-web-app-title-15-Admin UI" content="Admin UI"/><meta name="description-16-Unchained e-commerce shop admin control" content="Unchained e-commerce shop admin control"/><meta name="format-detection-17-telephone=no" content="telephone=no"/><meta name="mobile-web-app-capable-18-yes" content="yes"/><meta name="msapplication-config-19-/icons/browserconfig.xml" content="/icons/browserconfig.xml"/><meta name="msapplication-TileColor-20-#537bd8" content="#537bd8"/><meta name="msapplication-tap-highlight-21-no" content="no"/><meta name="theme-color-22-#537bd8" content="#537bd8"/><link rel="icon" type="image/svg+xml" href="/favicon.svg"/><link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-196.png"/><link rel="apple-touch-icon" href="/icons/apple-icon-180.png"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-2732.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2732-2048.jpg" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2388-1668.jpg" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1536-2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2048-1536.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1668-2224.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2224-1668.jpg" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1620-2160.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2160-1620.jpg" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1284-2778.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2778-1284.jpg" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1170-2532.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2532-1170.jpg" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1125-2436.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2436-1125.jpg" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2688.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2688-1242.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-828-1792.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1792-828.jpg" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1242-2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-2208-1242.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-750-1334.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"/><link rel="apple-touch-startup-image" href="/icons/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"/><link rel="preload" href="/_next/static/chunks/3zqfchpzqxd92.css" as="style"/><script src="/admin-ui-permissions.js?v=4.8.27" id="role-config-script"></script><link rel="stylesheet" href="/_next/static/chunks/3zqfchpzqxd92.css" data-n-g=""/><noscript data-n-css=""></noscript><script src="/_next/static/chunks/2kzyda4a6mqut.js" defer=""></script><script src="/_next/static/chunks/3yqw8z_udrol0.js" defer=""></script><script src="/_next/static/chunks/36pa0vs0telmp.js" defer=""></script><script src="/_next/static/chunks/2hm0mbq0vtqmw.js" defer=""></script><script src="/_next/static/chunks/3rnl7-84z1op5.js" defer=""></script><script src="/_next/static/chunks/0c9ruqj2wf3n6.js" defer=""></script><script src="/_next/static/chunks/37phwvegpccj0.js" defer=""></script><script src="/_next/static/chunks/3k98cr566roh-.js" defer=""></script><script src="/_next/static/chunks/036jcj4okqca4.js" defer=""></script><script src="/_next/static/chunks/252jebodi67kg.js" defer=""></script><script src="/_next/static/chunks/3ghzaufs2n8uq.js" defer=""></script><script src="/_next/static/chunks/1shkyosfbiwr4.js" defer=""></script><script src="/_next/static/chunks/1sivy8bkkmwxl.js" defer=""></script><script src="/_next/static/chunks/3-2opr3e2h-8o.js" defer=""></script><script src="/_next/static/chunks/turbopack-2h_05wv-1o-qp.js" defer=""></script><script src="/_next/static/chunks/164wr2-2gfnlb.js" defer=""></script><script src="/_next/static/chunks/1mwvnv71bl7mc.js" defer=""></script><script src="/_next/static/chunks/turbopack-148_1qw3wae7d.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_buildManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_ssgManifest.js" defer=""></script><script src="/_next/static/hZLisNV-2KMtO7y1-ggVm/_clientMiddlewareManifest.js" defer=""></script></head><body class="h-full bg-slate-50 dark:bg-slate-950 dark:text-slate-200"><noscript>
|
|
2
2
|
<!--
|
|
3
3
|
_____ _____ _____ _____ _____ _____ _____ _____ ____
|
|
4
4
|
| | | | | | | | _ | | | | __| \
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
- Technology, Engineering & Design by Unchained Commerce GmbH - https://unchained.shop
|
|
9
9
|
|
|
10
10
|
-->
|
|
11
|
-
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"g"},"page":"/500","query":{},"buildId":"
|
|
11
|
+
</noscript><div id="__next"><div class="my-5 flex h-full w-full items-center justify-center bg-slate-50 dark:bg-slate-950 py-5"><div class="flex items-center justify-center space-x-1 text-sm text-slate-700 dark:text-slate-200"><svg fill="none" class="h-6 w-6 animate-spin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path clip-rule="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" fill-rule="evenodd"></path></svg><div>Loading ...</div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"componentName":"g"},"page":"/500","query":{},"buildId":"hZLisNV-2KMtO7y1-ggVm","nextExport":true,"isFallback":false,"appGip":true,"scriptLoader":[]}</script></body></html>
|
|
@@ -9,6 +9,6 @@ __turbopack_load_page_chunks__("/", [
|
|
|
9
9
|
"static/chunks/2hm0mbq0vtqmw.js",
|
|
10
10
|
"static/chunks/252jebodi67kg.js",
|
|
11
11
|
"static/chunks/119eyvb0tl4d7.js",
|
|
12
|
-
"static/chunks/
|
|
13
|
-
"static/chunks/turbopack-
|
|
12
|
+
"static/chunks/1szkbg0-e_tli.js",
|
|
13
|
+
"static/chunks/turbopack-22gnlzp5il9ai.js"
|
|
14
14
|
])
|
|
@@ -12,7 +12,7 @@ __turbopack_load_page_chunks__("/_app", [
|
|
|
12
12
|
"static/chunks/3ghzaufs2n8uq.js",
|
|
13
13
|
"static/chunks/1shkyosfbiwr4.js",
|
|
14
14
|
"static/chunks/1sivy8bkkmwxl.js",
|
|
15
|
-
"static/chunks/
|
|
15
|
+
"static/chunks/3-2opr3e2h-8o.js",
|
|
16
16
|
"static/chunks/3zqfchpzqxd92.css",
|
|
17
|
-
"static/chunks/turbopack-
|
|
17
|
+
"static/chunks/turbopack-2h_05wv-1o-qp.js"
|
|
18
18
|
])
|
|
@@ -187,4 +187,4 @@
|
|
|
187
187
|
confirmCount
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
`,ej={sales:{label:"Sales",color:"hsl(var(--chart-1))"},orders:{label:"Orders",color:"hsl(var(--chart-2))"},avgOrderValue:{label:"Avg Order Value",color:"hsl(var(--chart-3))"}},eC=()=>{let{formatMessage:e}=(0,a.useIntl)(),{dateRange:s,totalSales:i,totalOrders:n,averageOrderValue:l,salesData:o,loading:d,currencyCode:c}=(({days:e=30})=>{let t=(0,r.useMemo)(()=>new Date,[]),a=ev(t,e),s=(0,r.useMemo)(()=>({start:(0,ey.startOfDay)(a).toISOString(),end:(0,ek.endOfDay)(t).toISOString()}),[a,t]),{data:i,loading:n,error:l}=(0,eg.useQuery)(ew,{variables:{dateRange:s},errorPolicy:"all"});return(0,r.useMemo)(()=>{let r=i?.orderStatistics;if(!i?.orderStatistics?.confirmCount)return{totalSales:0,totalOrders:0,averageOrderValue:0,salesData:[],loading:n,error:l,dateRange:s};let a=((e,t)=>{let r=new Map;for(let a=0;a<e;a++){let e=(0,eh.format)(ev(t,a),"MMM d");r.set(e,{sales:0,orders:0})}return r})(e,t),o=0,d=r.confirmRecords[0]?.total?.currencyCode;r.confirmRecords.forEach(e=>{if(!e.date||!e.total?.amount||!e.count)return;let t=(0,eh.format)((0,ex.parseISO)(e.date),"MMM d"),r=a.get(t),s=Number(e.total.amount??0),i=e.count??0;r&&(r.sales+=s,r.orders+=i),o+=s});let c=r.confirmCount,u=c>0?o/c:0;return{totalSales:Math.round(o),totalOrders:c,currencyCode:d,averageOrderValue:Math.round(u),salesData:Array.from(a.entries()).map(([e,{sales:t,orders:r}])=>({date:e,sales:Number(t.toFixed(2)),orders:r,avgOrderValue:r>0?Math.round(t/r):0})).reverse(),loading:n,error:l,dateRange:s}},[i,n,l,s,e,t])})({days:30}),{formatPrice:u}=(0,eu.useFormatPrice)();return d?(0,t.jsx)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6 my-8",children:[1,2,3].map(e=>(0,t.jsxs)(ed.Card,{className:"animate-pulse",children:[(0,t.jsxs)(ed.CardHeader,{className:"pb-2",children:[(0,t.jsx)("div",{className:"h-4 bg-slate-200 dark:bg-slate-700 rounded w-1/2"}),(0,t.jsx)("div",{className:"h-8 bg-slate-200 dark:bg-slate-700 rounded w-1/3"})]}),(0,t.jsx)(ed.CardContent,{children:(0,t.jsx)("div",{className:"h-32 bg-slate-200 dark:bg-slate-700 rounded"})})]},e))}):(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6 my-8",children:[(0,t.jsx)(ef.default,{icon:(0,t.jsx)(eo.CurrencyIcon,{className:"h-4 w-4"}),title:e({id:"total_sales",defaultMessage:"Total sales"}),value:u({currencyCode:c,amount:i}),chart:(0,t.jsx)(ec.ChartContainer,{config:ej,children:(0,t.jsxs)(X.LineChart,{accessibilityLayer:!0,data:o,margin:{left:12,right:12},children:[(0,t.jsx)(er.CartesianGrid,{vertical:!1}),(0,t.jsx)(ee.XAxis,{dataKey:"date",tickLine:!1,axisLine:!1,tickMargin:8,tickFormatter:e=>e.slice(0,6)}),(0,t.jsx)(et.YAxis,{hide:!0}),(0,t.jsx)(ec.ChartTooltip,{wrapperStyle:{pointerEvents:"auto",zIndex:50},cursor:!1,content:(0,t.jsx)(ec.ChartTooltipContent,{formatter:e=>u({currencyCode:c,amount:e})})}),(0,t.jsx)(K.Line,{dataKey:"sales",type:"natural",stroke:"var(--color-sales)",strokeWidth:2,dot:!1})]})}),dateRange:s}),(0,t.jsx)(ef.default,{icon:(0,t.jsx)(ei,{className:"h-4 w-4"}),title:e({id:"total_orders",defaultMessage:"Total orders"}),value:n,chart:(0,t.jsx)(ec.ChartContainer,{config:ej,children:(0,t.jsxs)(Y.BarChart,{accessibilityLayer:!0,data:o,margin:{left:12,right:12},children:[(0,t.jsx)(er.CartesianGrid,{vertical:!1}),(0,t.jsx)(ee.XAxis,{dataKey:"date",tickLine:!1,axisLine:!1,tickMargin:8,tickFormatter:e=>e.slice(0,6)}),(0,t.jsx)(et.YAxis,{hide:!0}),(0,t.jsx)(ec.ChartTooltip,{cursor:!1,content:(0,t.jsx)(ec.ChartTooltipContent,{})}),(0,t.jsx)(J.Bar,{dataKey:"orders",fill:"var(--color-orders)",radius:4})]})}),dateRange:s}),(0,t.jsx)(ef.default,{icon:(0,t.jsx)(el,{className:"h-4 w-4"}),title:e({id:"average_order_value",defaultMessage:"Average order value"}),value:u({amount:l,currencyCode:c}),chart:(0,t.jsx)(ec.ChartContainer,{config:ej,children:(0,t.jsxs)(X.LineChart,{accessibilityLayer:!0,data:o,margin:{left:12,right:12},children:[(0,t.jsx)(er.CartesianGrid,{vertical:!1}),(0,t.jsx)(ee.XAxis,{dataKey:"date",tickLine:!1,axisLine:!1,tickMargin:8,tickFormatter:e=>e.slice(0,6)}),(0,t.jsx)(et.YAxis,{hide:!0}),(0,t.jsx)(ec.ChartTooltip,{cursor:!1,content:(0,t.jsx)(ec.ChartTooltipContent,{formatter:e=>u({currencyCode:c,amount:e})})}),(0,t.jsx)(K.Line,{dataKey:"avgOrderValue",type:"natural",stroke:"var(--color-avgOrderValue)",strokeWidth:2,dot:!1})]})}),dateRange:s})]})};e.s(["default",0,()=>{let{configuration:e}=(0,c.default)(),{isFullyConfigured:r}=e;return(0,t.jsxs)("div",{children:[(0,t.jsx)(R,{}),(0,t.jsx)("div",{className:"mt-5",children:(0,t.jsxs)("div",{className:"text-xl font-semibold text-slate-900 dark:text-slate-100",children:["Unchained",(0,t.jsxs)("span",{className:"font-light ml-1",children:["AdminUI",(0,t.jsxs)("span",{className:"text-xs ml-1",children:[" ","4.8.26"]})]})]})}),(0,t.jsxs)("div",{className:"mx-auto py-6",children:[(0,t.jsx)($,{className:"mb-8"}),r&&(0,t.jsx)(G,{}),(0,t.jsx)(eC,{}),(0,t.jsxs)("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:[r&&(0,t.jsx)("div",{className:"bg-white dark:bg-slate-800 rounded-lg border border-slate-200 dark:border-slate-700 p-6",children:(0,t.jsx)(B,{})}),(0,t.jsx)(L,{})]})]})]})}],57201)},3050,(e,t,r)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/",()=>e.r(57201)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push(["/"])})},52745,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",{d:"M10.362 1.093a.75.75 0 0 0-.724 0L2.523 5.018 10 9.143l7.477-4.125-7.115-3.925ZM18 6.443l-7.25 4v8.25l6.862-3.786A.75.75 0 0 0 18 14.25V6.443ZM9.25 18.693v-8.25l-7.25-4v7.807a.75.75 0 0 0 .388.657l6.862 3.786Z"}))});e.s(["CubeIcon",0,r],52745)},31004,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",{d:"M7 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM14.5 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM1.615 16.428a1.224 1.224 0 0 1-.569-1.175 6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 0 1 7 18a9.953 9.953 0 0 1-5.385-1.572ZM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 0 0-1.588-3.755 4.502 4.502 0 0 1 5.874 2.636.818.818 0 0 1-.36.98A7.465 7.465 0 0 1 14.5 16Z"}))});e.s(["UsersIcon",0,r],31004)},15361,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:"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,r],15361)},48953,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 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});e.s(["ClockIcon",0,r],48953)},83345,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:"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"}))});e.s(["CubeIcon",0,r],83345)},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)},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)},56206,e=>{"use strict";function t(){for(var e,t,r=0,a="",s=arguments.length;r<s;r++)(e=arguments[r])&&(t=function e(t){var r,a,s="";if("string"==typeof t||"number"==typeof t)s+=t;else if("object"==typeof t)if(Array.isArray(t)){var i=t.length;for(r=0;r<i;r++)t[r]&&(a=e(t[r]))&&(s&&(s+=" "),s+=a)}else for(a in t)t[a]&&(s&&(s+=" "),s+=a);return s}(e))&&(a&&(a+=" "),a+=t);return a}e.s(["clsx",0,t,"default",0,t])},31599,e=>{"use strict";e.s(["default",0,function(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}])},59015,e=>{"use strict";e.s(["default",0,function(e,t){let r;if(void 0===t)for(let t of e)null!=t&&(r<t||void 0===r&&t>=t)&&(r=t);else{let a=-1;for(let s of e)null!=(s=t(s,++a,e))&&(r<s||void 0===r&&s>=s)&&(r=s)}return r}])},28917,e=>{"use strict";e.s(["default",0,function(e,t){let r;if(void 0===t)for(let t of e)null!=t&&(r>t||void 0===r&&t>=t)&&(r=t);else{let a=-1;for(let s of e)null!=(s=t(s,++a,e))&&(r>s||void 0===r&&s>=s)&&(r=s)}return r}])},98952,19903,47672,11049,74037,44641,25369,e=>{"use strict";function t(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function r(e,t){var r=Object.create(e.prototype);for(var a in t)r[a]=t[a];return r}function a(){}e.s(["default",()=>z],44641);var s="\\s*([+-]?\\d+)\\s*",i="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",n="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",l=/^#([0-9a-f]{3,8})$/,o=RegExp(`^rgb\\(${s},${s},${s}\\)$`),d=RegExp(`^rgb\\(${n},${n},${n}\\)$`),c=RegExp(`^rgba\\(${s},${s},${s},${i}\\)$`),u=RegExp(`^rgba\\(${n},${n},${n},${i}\\)$`),f=RegExp(`^hsl\\(${i},${n},${n}\\)$`),m=RegExp(`^hsla\\(${i},${n},${n},${i}\\)$`),g={aliceblue:0xf0f8ff,antiquewhite:0xfaebd7,aqua:65535,aquamarine:8388564,azure:0xf0ffff,beige:0xf5f5dc,bisque:0xffe4c4,black:0,blanchedalmond:0xffebcd,blue:255,blueviolet:9055202,brown:0xa52a2a,burlywood:0xdeb887,cadetblue:6266528,chartreuse:8388352,chocolate:0xd2691e,coral:0xff7f50,cornflowerblue:6591981,cornsilk:0xfff8dc,crimson:0xdc143c,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:0xb8860b,darkgray:0xa9a9a9,darkgreen:25600,darkgrey:0xa9a9a9,darkkhaki:0xbdb76b,darkmagenta:9109643,darkolivegreen:5597999,darkorange:0xff8c00,darkorchid:0x9932cc,darkred:9109504,darksalmon:0xe9967a,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:0xff1493,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:0xb22222,floralwhite:0xfffaf0,forestgreen:2263842,fuchsia:0xff00ff,gainsboro:0xdcdcdc,ghostwhite:0xf8f8ff,gold:0xffd700,goldenrod:0xdaa520,gray:8421504,green:32768,greenyellow:0xadff2f,grey:8421504,honeydew:0xf0fff0,hotpink:0xff69b4,indianred:0xcd5c5c,indigo:4915330,ivory:0xfffff0,khaki:0xf0e68c,lavender:0xe6e6fa,lavenderblush:0xfff0f5,lawngreen:8190976,lemonchiffon:0xfffacd,lightblue:0xadd8e6,lightcoral:0xf08080,lightcyan:0xe0ffff,lightgoldenrodyellow:0xfafad2,lightgray:0xd3d3d3,lightgreen:9498256,lightgrey:0xd3d3d3,lightpink:0xffb6c1,lightsalmon:0xffa07a,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:0xb0c4de,lightyellow:0xffffe0,lime:65280,limegreen:3329330,linen:0xfaf0e6,magenta:0xff00ff,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:0xba55d3,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:0xc71585,midnightblue:1644912,mintcream:0xf5fffa,mistyrose:0xffe4e1,moccasin:0xffe4b5,navajowhite:0xffdead,navy:128,oldlace:0xfdf5e6,olive:8421376,olivedrab:7048739,orange:0xffa500,orangered:0xff4500,orchid:0xda70d6,palegoldenrod:0xeee8aa,palegreen:0x98fb98,paleturquoise:0xafeeee,palevioletred:0xdb7093,papayawhip:0xffefd5,peachpuff:0xffdab9,peru:0xcd853f,pink:0xffc0cb,plum:0xdda0dd,powderblue:0xb0e0e6,purple:8388736,rebeccapurple:6697881,red:0xff0000,rosybrown:0xbc8f8f,royalblue:4286945,saddlebrown:9127187,salmon:0xfa8072,sandybrown:0xf4a460,seagreen:3050327,seashell:0xfff5ee,sienna:0xa0522d,silver:0xc0c0c0,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:0xfffafa,springgreen:65407,steelblue:4620980,tan:0xd2b48c,teal:32896,thistle:0xd8bfd8,tomato:0xff6347,turquoise:4251856,violet:0xee82ee,wheat:0xf5deb3,white:0xffffff,whitesmoke:0xf5f5f5,yellow:0xffff00,yellowgreen:0x9acd32};function h(){return this.rgb().formatHex()}function x(){return this.rgb().formatRgb()}function p(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=l.exec(e))?(r=t[1].length,t=parseInt(t[1],16),6===r?b(t):3===r?new k(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===r?v(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===r?v(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=o.exec(e))?new k(t[1],t[2],t[3],1):(t=d.exec(e))?new k(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=c.exec(e))?v(t[1],t[2],t[3],t[4]):(t=u.exec(e))?v(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=f.exec(e))?$(t[1],t[2]/100,t[3]/100,1):(t=m.exec(e))?$(t[1],t[2]/100,t[3]/100,t[4]):g.hasOwnProperty(e)?b(g[e]):"transparent"===e?new k(NaN,NaN,NaN,0):null}function b(e){return new k(e>>16&255,e>>8&255,255&e,1)}function v(e,t,r,a){return a<=0&&(e=t=r=NaN),new k(e,t,r,a)}function y(e,t,r,s){var i;return 1==arguments.length?((i=e)instanceof a||(i=p(i)),i)?new k((i=i.rgb()).r,i.g,i.b,i.opacity):new k:new k(e,t,r,null==s?1:s)}function k(e,t,r,a){this.r=+e,this.g=+t,this.b=+r,this.opacity=+a}function w(){return`#${M(this.r)}${M(this.g)}${M(this.b)}`}function j(){let e=C(this.opacity);return`${1===e?"rgb(":"rgba("}${N(this.r)}, ${N(this.g)}, ${N(this.b)}${1===e?")":`, ${e})`}`}function C(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function N(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function M(e){return((e=N(e))<16?"0":"")+e.toString(16)}function $(e,t,r,a){return a<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new I(e,t,r,a)}function S(e){if(e instanceof I)return new I(e.h,e.s,e.l,e.opacity);if(e instanceof a||(e=p(e)),!e)return new I;if(e instanceof I)return e;var t=(e=e.rgb()).r/255,r=e.g/255,s=e.b/255,i=Math.min(t,r,s),n=Math.max(t,r,s),l=NaN,o=n-i,d=(n+i)/2;return o?(l=t===n?(r-s)/o+(r<s)*6:r===n?(s-t)/o+2:(t-r)/o+4,o/=d<.5?n+i:2-n-i,l*=60):o=d>0&&d<1?0:l,new I(l,o,d,e.opacity)}function I(e,t,r,a){this.h=+e,this.s=+t,this.l=+r,this.opacity=+a}function _(e){return(e=(e||0)%360)<0?e+360:e}function E(e){return Math.max(0,Math.min(1,e||0))}function R(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}function q(e,t,r,a,s){var i=e*e,n=i*e;return((1-3*e+3*i-n)*t+(4-6*i+3*n)*r+(1+3*e+3*i-3*n)*a+n*s)/6}t(a,p,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:h,formatHex:h,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return S(this).formatHsl()},formatRgb:x,toString:x}),t(k,y,r(a,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new k(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new k(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new k(N(this.r),N(this.g),N(this.b),C(this.opacity))},displayable(){return -.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:w,formatHex:w,formatHex8:function(){return`#${M(this.r)}${M(this.g)}${M(this.b)}${M((isNaN(this.opacity)?1:this.opacity)*255)}`},formatRgb:j,toString:j})),t(I,function(e,t,r,a){return 1==arguments.length?S(e):new I(e,t,r,null==a?1:a)},r(a,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new I(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new I(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,a=r+(r<.5?r:1-r)*t,s=2*r-a;return new k(R(e>=240?e-240:e+120,s,a),R(e,s,a),R(e<120?e+240:e-120,s,a),this.opacity)},clamp(){return new I(_(this.h),E(this.s),E(this.l),C(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){let e=C(this.opacity);return`${1===e?"hsl(":"hsla("}${_(this.h)}, ${100*E(this.s)}%, ${100*E(this.l)}%${1===e?")":`, ${e})`}`}})),e.s(["color",0,p],19903);let A=e=>()=>e;function L(e,t){var r=t-e;return r?function(t){return e+t*r}:A(isNaN(e)?t:e)}let O=function e(t){var r,a=1==(r=+t)?L:function(e,t){var a,s,i;return t-e?(a=e,s=t,a=Math.pow(a,i=r),s=Math.pow(s,i)-a,i=1/i,function(e){return Math.pow(a+e*s,i)}):A(isNaN(e)?t:e)};function s(e,t){var r=a((e=y(e)).r,(t=y(t)).r),s=a(e.g,t.g),i=a(e.b,t.b),n=L(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=s(t),e.b=i(t),e.opacity=n(t),e+""}}return s.gamma=e,s}(1);function P(e){return function(t){var r,a,s=t.length,i=Array(s),n=Array(s),l=Array(s);for(r=0;r<s;++r)a=y(t[r]),i[r]=a.r||0,n[r]=a.g||0,l[r]=a.b||0;return i=e(i),n=e(n),l=e(l),a.opacity=1,function(e){return a.r=i(e),a.g=n(e),a.b=l(e),a+""}}}function D(e,t){return e*=1,t*=1,function(r){return e*(1-r)+t*r}}P(function(e){var t=e.length-1;return function(r){var a=r<=0?r=0:r>=1?(r=1,t-1):Math.floor(r*t),s=e[a],i=e[a+1],n=a>0?e[a-1]:2*s-i,l=a<t-1?e[a+2]:2*i-s;return q((r-a/t)*t,n,s,i,l)}}),P(function(e){var t=e.length;return function(r){var a=Math.floor(((r%=1)<0?++r:r)*t),s=e[(a+t-1)%t],i=e[a%t],n=e[(a+1)%t],l=e[(a+2)%t];return q((r-a/t)*t,s,i,n,l)}}),e.s(["default",0,O],47672),e.s(["default",0,D],11049);var W=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,B=RegExp(W.source,"g");function T(e,t){var r,a,s,i,n,l=W.lastIndex=B.lastIndex=0,o=-1,d=[],c=[];for(e+="",t+="";(s=W.exec(e))&&(i=B.exec(t));)(n=i.index)>l&&(n=t.slice(l,n),d[o]?d[o]+=n:d[++o]=n),(s=s[0])===(i=i[0])?d[o]?d[o]+=i:d[++o]=i:(d[++o]=null,c.push({i:o,x:D(s,i)})),l=B.lastIndex;return l<t.length&&(n=t.slice(l),d[o]?d[o]+=n:d[++o]=n),d.length<2?c[0]?(r=c[0].x,function(e){return r(e)+""}):(a=t,function(){return a}):(t=c.length,function(e){for(var r,a=0;a<t;++a)d[(r=c[a]).i]=r.x(e);return d.join("")})}function z(e,t){var r,a,s=typeof t;return null==t||"boolean"===s?A(t):("number"===s?D:"string"===s?(a=p(t))?(t=a,O):T:t instanceof p?O:t instanceof Date?function(e,t){var r=new Date;return e*=1,t*=1,function(a){return r.setTime(e*(1-a)+t*a),r}}:!ArrayBuffer.isView(r=t)||r instanceof DataView?Array.isArray(t)?function(e,t){var r,a=t?t.length:0,s=e?Math.min(a,e.length):0,i=Array(s),n=Array(a);for(r=0;r<s;++r)i[r]=z(e[r],t[r]);for(;r<a;++r)n[r]=t[r];return function(e){for(r=0;r<s;++r)n[r]=i[r](e);return n}}:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?function(e,t){var r,a={},s={};for(r in(null===e||"object"!=typeof e)&&(e={}),(null===t||"object"!=typeof t)&&(t={}),t)r in e?a[r]=z(e[r],t[r]):s[r]=t[r];return function(e){for(r in a)s[r]=a[r](e);return s}}:D:function(e,t){t||(t=[]);var r,a=e?Math.min(t.length,e.length):0,s=t.slice();return function(i){for(r=0;r<a;++r)s[r]=e[r]*(1-i)+t[r]*i;return s}})(e,t)}e.s(["default",0,T],74037),e.s(["interpolate",0,z],98952),e.s(["interpolateNumber",0,D],25369)},23874,e=>{"use strict";e.s(["initInterpolator",0,function(e,t){switch(arguments.length){case 0:break;case 1:"function"==typeof e?this.interpolator(e):this.range(e);break;default:this.domain(e),"function"==typeof t?this.interpolator(t):this.range(t)}return this},"initRange",0,function(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}])},28120,e=>{"use strict";var t=e.i(21791),r=e.i(23874);let a=Symbol("implicit");e.s(["default",0,function e(){var s=new t.InternMap,i=[],n=[],l=a;function o(e){let t=s.get(e);if(void 0===t){if(l!==a)return l;s.set(e,t=i.push(e)-1)}return n[t%n.length]}return o.domain=function(e){if(!arguments.length)return i.slice();for(let r of(i=[],s=new t.InternMap,e))s.has(r)||s.set(r,i.push(r)-1);return o},o.range=function(e){return arguments.length?(n=Array.from(e),o):n.slice()},o.unknown=function(e){return arguments.length?(l=e,o):l},o.copy=function(){return e(i,n).unknown(l)},r.initRange.apply(o,arguments),o},"implicit",0,a])},21791,e=>{"use strict";class t extends Map{constructor(e,t=a){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,r]of e)this.set(t,r)}get(e){return super.get(r(this,e))}has(e){return super.has(r(this,e))}set(e,t){return super.set(function({_intern:e,_key:t},r){let a=t(r);return e.has(a)?e.get(a):(e.set(a,r),r)}(this,e),t)}delete(e){return super.delete(function({_intern:e,_key:t},r){let a=t(r);return e.has(a)&&(r=e.get(a),e.delete(a)),r}(this,e))}}function r({_intern:e,_key:t},a){let s=t(a);return e.has(s)?e.get(s):a}function a(e){return null!==e&&"object"==typeof e?e.valueOf():e}e.s(["InternMap",0,t])},5270,e=>{"use strict";var t=e.i(91788);let r=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),a={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"},s=(0,t.createContext)({}),i=(0,t.forwardRef)(({color:e,size:i,width:n,height:l,strokeWidth:o,absoluteStrokeWidth:d,nonScalingStroke:c,className:u="",children:f,iconNode:m=[],icon:g={node:m,aliases:[],size:24},...h},x)=>{let{size:p=24,strokeWidth:b=2,absoluteStrokeWidth:v=!1,nonScalingStroke:y=!1,color:k="currentColor",className:w=""}=(0,t.useContext)(s)??{},j=!!f||(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(h),[C,N,M=[]]=function(e,t={}){return function(e,t={}){let s=t.attributeNames??{},i=e=>s[e]??e,n=e.size??e.width??a.width,l=e.size??e.height??a.height,o=e.aliases?.filter(e=>"string"==typeof e&&""!==e.trim()).map(e=>`lucide-${e}`)??[],d=[...e.name?[`lucide-${e.name}`]:[],...o],c=t.className?.split(" ").filter(Boolean)??[],u=!1===t.includeDefaultClasses?r(...c):r("lucide",...d,...c),f=t.absoluteStrokeWidth?Number(t.strokeWidth??a["stroke-width"])*Number(e.size??e.width??a.width)/Number(t.size??t.width??a.width):t.strokeWidth??a["stroke-width"];return["svg",{...Object.entries(a).reduce((e,[t,r])=>(e[i(t)]=r,e),{}),..."color"in t&&t.color&&{[i("stroke")]:t.color},..."size"in t&&null!=t.size&&{[i("width")]:t.size,[i("height")]:t.size},..."width"in t&&null!=t.width&&{[i("width")]:t.width},..."height"in t&&null!=t.height&&{[i("height")]:t.height},[i("stroke-width")]:f,...u&&{[i("class")]:u},[i("viewBox")]:`0 0 ${n} ${l}`,...!1===t.hasA11yProp?{[i("aria-hidden")]:"true"}:{},..."attributes"in t&&t.attributes},e.node.map(e=>{let[r,a,s]=e,n=t.nonScalingStroke?{[i("vector-effect")]:"non-scaling-stroke",...a}:a;return s?[r,n,s]:[r,n]})]}(e,{...t,attributeNames:{...t.attributeNames,class:"className","stroke-width":"strokeWidth","stroke-linecap":"strokeLinecap","stroke-linejoin":"strokeLinejoin","vector-effect":"vectorEffect"}})}(g,{color:e??k,width:n??i??p,height:l??i??p,strokeWidth:o??b,absoluteStrokeWidth:d??v,nonScalingStroke:c??y,className:r(w,u),hasA11yProp:j,attributes:h});return(0,t.createElement)(C,{ref:x,...N},[...M.map(([e,r])=>(0,t.createElement)(e,r)),...Array.isArray(f)?f:[f]])});e.s(["default",0,function(e,r=[],a=[]){let s,n="string"==typeof e?function(e,t,r=[]){if(null==t)throw Error("[lucide]: iconNode is required when icon name is used");return{name:e?.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),size:24,node:t,...r.length>0?{aliases:r}:{}}}(e,r,a):e,l=(0,t.forwardRef)(({className:e,...r},a)=>(0,t.createElement)(i,{ref:a,icon:n,className:e,...r}));return n.name&&(l.displayName=(s=(e=>{let t="",r=!1;for(let a of e){if("-"===a||"_"===a||a<=" "){r=t.length>0;continue}0===t.length?t+=a.toLowerCase():t+=r?a.toUpperCase():a,r=!1}return t})(n.name)).charAt(0).toUpperCase()+s.slice(1)),l}],5270)},60121,(e,t,r)=>{"use strict";var a=e.r(91788),s="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},i=a.useState,n=a.useEffect,l=a.useLayoutEffect,o=a.useDebugValue;function d(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!s(e,r)}catch(e){return!0}}var c="u"<typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var r=t(),a=i({inst:{value:r,getSnapshot:t}}),s=a[0].inst,c=a[1];return l(function(){s.value=r,s.getSnapshot=t,d(s)&&c({inst:s})},[e,r,t]),n(function(){return d(s)&&c({inst:s}),e(function(){d(s)&&c({inst:s})})},[e]),o(r),r};r.useSyncExternalStore=void 0!==a.useSyncExternalStore?a.useSyncExternalStore:c},90979,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(60121)}]);
|
|
190
|
+
`,ej={sales:{label:"Sales",color:"hsl(var(--chart-1))"},orders:{label:"Orders",color:"hsl(var(--chart-2))"},avgOrderValue:{label:"Avg Order Value",color:"hsl(var(--chart-3))"}},eC=()=>{let{formatMessage:e}=(0,a.useIntl)(),{dateRange:s,totalSales:i,totalOrders:n,averageOrderValue:l,salesData:o,loading:d,currencyCode:c}=(({days:e=30})=>{let t=(0,r.useMemo)(()=>new Date,[]),a=ev(t,e),s=(0,r.useMemo)(()=>({start:(0,ey.startOfDay)(a).toISOString(),end:(0,ek.endOfDay)(t).toISOString()}),[a,t]),{data:i,loading:n,error:l}=(0,eg.useQuery)(ew,{variables:{dateRange:s},errorPolicy:"all"});return(0,r.useMemo)(()=>{let r=i?.orderStatistics;if(!i?.orderStatistics?.confirmCount)return{totalSales:0,totalOrders:0,averageOrderValue:0,salesData:[],loading:n,error:l,dateRange:s};let a=((e,t)=>{let r=new Map;for(let a=0;a<e;a++){let e=(0,eh.format)(ev(t,a),"MMM d");r.set(e,{sales:0,orders:0})}return r})(e,t),o=0,d=r.confirmRecords[0]?.total?.currencyCode;r.confirmRecords.forEach(e=>{if(!e.date||!e.total?.amount||!e.count)return;let t=(0,eh.format)((0,ex.parseISO)(e.date),"MMM d"),r=a.get(t),s=Number(e.total.amount??0),i=e.count??0;r&&(r.sales+=s,r.orders+=i),o+=s});let c=r.confirmCount,u=c>0?o/c:0;return{totalSales:Math.round(o),totalOrders:c,currencyCode:d,averageOrderValue:Math.round(u),salesData:Array.from(a.entries()).map(([e,{sales:t,orders:r}])=>({date:e,sales:Number(t.toFixed(2)),orders:r,avgOrderValue:r>0?Math.round(t/r):0})).reverse(),loading:n,error:l,dateRange:s}},[i,n,l,s,e,t])})({days:30}),{formatPrice:u}=(0,eu.useFormatPrice)();return d?(0,t.jsx)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6 my-8",children:[1,2,3].map(e=>(0,t.jsxs)(ed.Card,{className:"animate-pulse",children:[(0,t.jsxs)(ed.CardHeader,{className:"pb-2",children:[(0,t.jsx)("div",{className:"h-4 bg-slate-200 dark:bg-slate-700 rounded w-1/2"}),(0,t.jsx)("div",{className:"h-8 bg-slate-200 dark:bg-slate-700 rounded w-1/3"})]}),(0,t.jsx)(ed.CardContent,{children:(0,t.jsx)("div",{className:"h-32 bg-slate-200 dark:bg-slate-700 rounded"})})]},e))}):(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6 my-8",children:[(0,t.jsx)(ef.default,{icon:(0,t.jsx)(eo.CurrencyIcon,{className:"h-4 w-4"}),title:e({id:"total_sales",defaultMessage:"Total sales"}),value:u({currencyCode:c,amount:i}),chart:(0,t.jsx)(ec.ChartContainer,{config:ej,children:(0,t.jsxs)(X.LineChart,{accessibilityLayer:!0,data:o,margin:{left:12,right:12},children:[(0,t.jsx)(er.CartesianGrid,{vertical:!1}),(0,t.jsx)(ee.XAxis,{dataKey:"date",tickLine:!1,axisLine:!1,tickMargin:8,tickFormatter:e=>e.slice(0,6)}),(0,t.jsx)(et.YAxis,{hide:!0}),(0,t.jsx)(ec.ChartTooltip,{wrapperStyle:{pointerEvents:"auto",zIndex:50},cursor:!1,content:(0,t.jsx)(ec.ChartTooltipContent,{formatter:e=>u({currencyCode:c,amount:e})})}),(0,t.jsx)(K.Line,{dataKey:"sales",type:"natural",stroke:"var(--color-sales)",strokeWidth:2,dot:!1})]})}),dateRange:s}),(0,t.jsx)(ef.default,{icon:(0,t.jsx)(ei,{className:"h-4 w-4"}),title:e({id:"total_orders",defaultMessage:"Total orders"}),value:n,chart:(0,t.jsx)(ec.ChartContainer,{config:ej,children:(0,t.jsxs)(Y.BarChart,{accessibilityLayer:!0,data:o,margin:{left:12,right:12},children:[(0,t.jsx)(er.CartesianGrid,{vertical:!1}),(0,t.jsx)(ee.XAxis,{dataKey:"date",tickLine:!1,axisLine:!1,tickMargin:8,tickFormatter:e=>e.slice(0,6)}),(0,t.jsx)(et.YAxis,{hide:!0}),(0,t.jsx)(ec.ChartTooltip,{cursor:!1,content:(0,t.jsx)(ec.ChartTooltipContent,{})}),(0,t.jsx)(J.Bar,{dataKey:"orders",fill:"var(--color-orders)",radius:4})]})}),dateRange:s}),(0,t.jsx)(ef.default,{icon:(0,t.jsx)(el,{className:"h-4 w-4"}),title:e({id:"average_order_value",defaultMessage:"Average order value"}),value:u({amount:l,currencyCode:c}),chart:(0,t.jsx)(ec.ChartContainer,{config:ej,children:(0,t.jsxs)(X.LineChart,{accessibilityLayer:!0,data:o,margin:{left:12,right:12},children:[(0,t.jsx)(er.CartesianGrid,{vertical:!1}),(0,t.jsx)(ee.XAxis,{dataKey:"date",tickLine:!1,axisLine:!1,tickMargin:8,tickFormatter:e=>e.slice(0,6)}),(0,t.jsx)(et.YAxis,{hide:!0}),(0,t.jsx)(ec.ChartTooltip,{cursor:!1,content:(0,t.jsx)(ec.ChartTooltipContent,{formatter:e=>u({currencyCode:c,amount:e})})}),(0,t.jsx)(K.Line,{dataKey:"avgOrderValue",type:"natural",stroke:"var(--color-avgOrderValue)",strokeWidth:2,dot:!1})]})}),dateRange:s})]})};e.s(["default",0,()=>{let{configuration:e}=(0,c.default)(),{isFullyConfigured:r}=e;return(0,t.jsxs)("div",{children:[(0,t.jsx)(R,{}),(0,t.jsx)("div",{className:"mt-5",children:(0,t.jsxs)("div",{className:"text-xl font-semibold text-slate-900 dark:text-slate-100",children:["Unchained",(0,t.jsxs)("span",{className:"font-light ml-1",children:["AdminUI",(0,t.jsxs)("span",{className:"text-xs ml-1",children:[" ","4.8.27"]})]})]})}),(0,t.jsxs)("div",{className:"mx-auto py-6",children:[(0,t.jsx)($,{className:"mb-8"}),r&&(0,t.jsx)(G,{}),(0,t.jsx)(eC,{}),(0,t.jsxs)("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:[r&&(0,t.jsx)("div",{className:"bg-white dark:bg-slate-800 rounded-lg border border-slate-200 dark:border-slate-700 p-6",children:(0,t.jsx)(B,{})}),(0,t.jsx)(L,{})]})]})]})}],57201)},3050,(e,t,r)=>{(window.__NEXT_P=window.__NEXT_P||[]).push(["/",()=>e.r(57201)]),t.hot&&t.hot.dispose(function(){window.__NEXT_P.push(["/"])})},52745,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",{d:"M10.362 1.093a.75.75 0 0 0-.724 0L2.523 5.018 10 9.143l7.477-4.125-7.115-3.925ZM18 6.443l-7.25 4v8.25l6.862-3.786A.75.75 0 0 0 18 14.25V6.443ZM9.25 18.693v-8.25l-7.25-4v7.807a.75.75 0 0 0 .388.657l6.862 3.786Z"}))});e.s(["CubeIcon",0,r],52745)},31004,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",{d:"M7 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM14.5 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM1.615 16.428a1.224 1.224 0 0 1-.569-1.175 6.002 6.002 0 0 1 11.908 0c.058.467-.172.92-.57 1.174A9.953 9.953 0 0 1 7 18a9.953 9.953 0 0 1-5.385-1.572ZM14.5 16h-.106c.07-.297.088-.611.048-.933a7.47 7.47 0 0 0-1.588-3.755 4.502 4.502 0 0 1 5.874 2.636.818.818 0 0 1-.36.98A7.465 7.465 0 0 1 14.5 16Z"}))});e.s(["UsersIcon",0,r],31004)},15361,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:"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,r],15361)},48953,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 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"}))});e.s(["ClockIcon",0,r],48953)},83345,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:"m21 7.5-9-5.25L3 7.5m18 0-9 5.25m9-5.25v9l-9 5.25M3 7.5l9 5.25M3 7.5v9l9 5.25m0-9v9"}))});e.s(["CubeIcon",0,r],83345)},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)},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)},56206,e=>{"use strict";function t(){for(var e,t,r=0,a="",s=arguments.length;r<s;r++)(e=arguments[r])&&(t=function e(t){var r,a,s="";if("string"==typeof t||"number"==typeof t)s+=t;else if("object"==typeof t)if(Array.isArray(t)){var i=t.length;for(r=0;r<i;r++)t[r]&&(a=e(t[r]))&&(s&&(s+=" "),s+=a)}else for(a in t)t[a]&&(s&&(s+=" "),s+=a);return s}(e))&&(a&&(a+=" "),a+=t);return a}e.s(["clsx",0,t,"default",0,t])},31599,e=>{"use strict";e.s(["default",0,function(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}])},59015,e=>{"use strict";e.s(["default",0,function(e,t){let r;if(void 0===t)for(let t of e)null!=t&&(r<t||void 0===r&&t>=t)&&(r=t);else{let a=-1;for(let s of e)null!=(s=t(s,++a,e))&&(r<s||void 0===r&&s>=s)&&(r=s)}return r}])},28917,e=>{"use strict";e.s(["default",0,function(e,t){let r;if(void 0===t)for(let t of e)null!=t&&(r>t||void 0===r&&t>=t)&&(r=t);else{let a=-1;for(let s of e)null!=(s=t(s,++a,e))&&(r>s||void 0===r&&s>=s)&&(r=s)}return r}])},98952,19903,47672,11049,74037,44641,25369,e=>{"use strict";function t(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function r(e,t){var r=Object.create(e.prototype);for(var a in t)r[a]=t[a];return r}function a(){}e.s(["default",()=>z],44641);var s="\\s*([+-]?\\d+)\\s*",i="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",n="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",l=/^#([0-9a-f]{3,8})$/,o=RegExp(`^rgb\\(${s},${s},${s}\\)$`),d=RegExp(`^rgb\\(${n},${n},${n}\\)$`),c=RegExp(`^rgba\\(${s},${s},${s},${i}\\)$`),u=RegExp(`^rgba\\(${n},${n},${n},${i}\\)$`),f=RegExp(`^hsl\\(${i},${n},${n}\\)$`),m=RegExp(`^hsla\\(${i},${n},${n},${i}\\)$`),g={aliceblue:0xf0f8ff,antiquewhite:0xfaebd7,aqua:65535,aquamarine:8388564,azure:0xf0ffff,beige:0xf5f5dc,bisque:0xffe4c4,black:0,blanchedalmond:0xffebcd,blue:255,blueviolet:9055202,brown:0xa52a2a,burlywood:0xdeb887,cadetblue:6266528,chartreuse:8388352,chocolate:0xd2691e,coral:0xff7f50,cornflowerblue:6591981,cornsilk:0xfff8dc,crimson:0xdc143c,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:0xb8860b,darkgray:0xa9a9a9,darkgreen:25600,darkgrey:0xa9a9a9,darkkhaki:0xbdb76b,darkmagenta:9109643,darkolivegreen:5597999,darkorange:0xff8c00,darkorchid:0x9932cc,darkred:9109504,darksalmon:0xe9967a,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:0xff1493,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:0xb22222,floralwhite:0xfffaf0,forestgreen:2263842,fuchsia:0xff00ff,gainsboro:0xdcdcdc,ghostwhite:0xf8f8ff,gold:0xffd700,goldenrod:0xdaa520,gray:8421504,green:32768,greenyellow:0xadff2f,grey:8421504,honeydew:0xf0fff0,hotpink:0xff69b4,indianred:0xcd5c5c,indigo:4915330,ivory:0xfffff0,khaki:0xf0e68c,lavender:0xe6e6fa,lavenderblush:0xfff0f5,lawngreen:8190976,lemonchiffon:0xfffacd,lightblue:0xadd8e6,lightcoral:0xf08080,lightcyan:0xe0ffff,lightgoldenrodyellow:0xfafad2,lightgray:0xd3d3d3,lightgreen:9498256,lightgrey:0xd3d3d3,lightpink:0xffb6c1,lightsalmon:0xffa07a,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:0xb0c4de,lightyellow:0xffffe0,lime:65280,limegreen:3329330,linen:0xfaf0e6,magenta:0xff00ff,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:0xba55d3,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:0xc71585,midnightblue:1644912,mintcream:0xf5fffa,mistyrose:0xffe4e1,moccasin:0xffe4b5,navajowhite:0xffdead,navy:128,oldlace:0xfdf5e6,olive:8421376,olivedrab:7048739,orange:0xffa500,orangered:0xff4500,orchid:0xda70d6,palegoldenrod:0xeee8aa,palegreen:0x98fb98,paleturquoise:0xafeeee,palevioletred:0xdb7093,papayawhip:0xffefd5,peachpuff:0xffdab9,peru:0xcd853f,pink:0xffc0cb,plum:0xdda0dd,powderblue:0xb0e0e6,purple:8388736,rebeccapurple:6697881,red:0xff0000,rosybrown:0xbc8f8f,royalblue:4286945,saddlebrown:9127187,salmon:0xfa8072,sandybrown:0xf4a460,seagreen:3050327,seashell:0xfff5ee,sienna:0xa0522d,silver:0xc0c0c0,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:0xfffafa,springgreen:65407,steelblue:4620980,tan:0xd2b48c,teal:32896,thistle:0xd8bfd8,tomato:0xff6347,turquoise:4251856,violet:0xee82ee,wheat:0xf5deb3,white:0xffffff,whitesmoke:0xf5f5f5,yellow:0xffff00,yellowgreen:0x9acd32};function h(){return this.rgb().formatHex()}function x(){return this.rgb().formatRgb()}function p(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=l.exec(e))?(r=t[1].length,t=parseInt(t[1],16),6===r?b(t):3===r?new k(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===r?v(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===r?v(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=o.exec(e))?new k(t[1],t[2],t[3],1):(t=d.exec(e))?new k(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=c.exec(e))?v(t[1],t[2],t[3],t[4]):(t=u.exec(e))?v(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=f.exec(e))?$(t[1],t[2]/100,t[3]/100,1):(t=m.exec(e))?$(t[1],t[2]/100,t[3]/100,t[4]):g.hasOwnProperty(e)?b(g[e]):"transparent"===e?new k(NaN,NaN,NaN,0):null}function b(e){return new k(e>>16&255,e>>8&255,255&e,1)}function v(e,t,r,a){return a<=0&&(e=t=r=NaN),new k(e,t,r,a)}function y(e,t,r,s){var i;return 1==arguments.length?((i=e)instanceof a||(i=p(i)),i)?new k((i=i.rgb()).r,i.g,i.b,i.opacity):new k:new k(e,t,r,null==s?1:s)}function k(e,t,r,a){this.r=+e,this.g=+t,this.b=+r,this.opacity=+a}function w(){return`#${M(this.r)}${M(this.g)}${M(this.b)}`}function j(){let e=C(this.opacity);return`${1===e?"rgb(":"rgba("}${N(this.r)}, ${N(this.g)}, ${N(this.b)}${1===e?")":`, ${e})`}`}function C(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function N(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function M(e){return((e=N(e))<16?"0":"")+e.toString(16)}function $(e,t,r,a){return a<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new I(e,t,r,a)}function S(e){if(e instanceof I)return new I(e.h,e.s,e.l,e.opacity);if(e instanceof a||(e=p(e)),!e)return new I;if(e instanceof I)return e;var t=(e=e.rgb()).r/255,r=e.g/255,s=e.b/255,i=Math.min(t,r,s),n=Math.max(t,r,s),l=NaN,o=n-i,d=(n+i)/2;return o?(l=t===n?(r-s)/o+(r<s)*6:r===n?(s-t)/o+2:(t-r)/o+4,o/=d<.5?n+i:2-n-i,l*=60):o=d>0&&d<1?0:l,new I(l,o,d,e.opacity)}function I(e,t,r,a){this.h=+e,this.s=+t,this.l=+r,this.opacity=+a}function _(e){return(e=(e||0)%360)<0?e+360:e}function E(e){return Math.max(0,Math.min(1,e||0))}function R(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}function q(e,t,r,a,s){var i=e*e,n=i*e;return((1-3*e+3*i-n)*t+(4-6*i+3*n)*r+(1+3*e+3*i-3*n)*a+n*s)/6}t(a,p,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:h,formatHex:h,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return S(this).formatHsl()},formatRgb:x,toString:x}),t(k,y,r(a,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new k(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new k(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new k(N(this.r),N(this.g),N(this.b),C(this.opacity))},displayable(){return -.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:w,formatHex:w,formatHex8:function(){return`#${M(this.r)}${M(this.g)}${M(this.b)}${M((isNaN(this.opacity)?1:this.opacity)*255)}`},formatRgb:j,toString:j})),t(I,function(e,t,r,a){return 1==arguments.length?S(e):new I(e,t,r,null==a?1:a)},r(a,{brighter(e){return e=null==e?1.4285714285714286:Math.pow(1.4285714285714286,e),new I(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new I(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,a=r+(r<.5?r:1-r)*t,s=2*r-a;return new k(R(e>=240?e-240:e+120,s,a),R(e,s,a),R(e<120?e+240:e-120,s,a),this.opacity)},clamp(){return new I(_(this.h),E(this.s),E(this.l),C(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){let e=C(this.opacity);return`${1===e?"hsl(":"hsla("}${_(this.h)}, ${100*E(this.s)}%, ${100*E(this.l)}%${1===e?")":`, ${e})`}`}})),e.s(["color",0,p],19903);let A=e=>()=>e;function L(e,t){var r=t-e;return r?function(t){return e+t*r}:A(isNaN(e)?t:e)}let O=function e(t){var r,a=1==(r=+t)?L:function(e,t){var a,s,i;return t-e?(a=e,s=t,a=Math.pow(a,i=r),s=Math.pow(s,i)-a,i=1/i,function(e){return Math.pow(a+e*s,i)}):A(isNaN(e)?t:e)};function s(e,t){var r=a((e=y(e)).r,(t=y(t)).r),s=a(e.g,t.g),i=a(e.b,t.b),n=L(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=s(t),e.b=i(t),e.opacity=n(t),e+""}}return s.gamma=e,s}(1);function P(e){return function(t){var r,a,s=t.length,i=Array(s),n=Array(s),l=Array(s);for(r=0;r<s;++r)a=y(t[r]),i[r]=a.r||0,n[r]=a.g||0,l[r]=a.b||0;return i=e(i),n=e(n),l=e(l),a.opacity=1,function(e){return a.r=i(e),a.g=n(e),a.b=l(e),a+""}}}function D(e,t){return e*=1,t*=1,function(r){return e*(1-r)+t*r}}P(function(e){var t=e.length-1;return function(r){var a=r<=0?r=0:r>=1?(r=1,t-1):Math.floor(r*t),s=e[a],i=e[a+1],n=a>0?e[a-1]:2*s-i,l=a<t-1?e[a+2]:2*i-s;return q((r-a/t)*t,n,s,i,l)}}),P(function(e){var t=e.length;return function(r){var a=Math.floor(((r%=1)<0?++r:r)*t),s=e[(a+t-1)%t],i=e[a%t],n=e[(a+1)%t],l=e[(a+2)%t];return q((r-a/t)*t,s,i,n,l)}}),e.s(["default",0,O],47672),e.s(["default",0,D],11049);var W=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,B=RegExp(W.source,"g");function T(e,t){var r,a,s,i,n,l=W.lastIndex=B.lastIndex=0,o=-1,d=[],c=[];for(e+="",t+="";(s=W.exec(e))&&(i=B.exec(t));)(n=i.index)>l&&(n=t.slice(l,n),d[o]?d[o]+=n:d[++o]=n),(s=s[0])===(i=i[0])?d[o]?d[o]+=i:d[++o]=i:(d[++o]=null,c.push({i:o,x:D(s,i)})),l=B.lastIndex;return l<t.length&&(n=t.slice(l),d[o]?d[o]+=n:d[++o]=n),d.length<2?c[0]?(r=c[0].x,function(e){return r(e)+""}):(a=t,function(){return a}):(t=c.length,function(e){for(var r,a=0;a<t;++a)d[(r=c[a]).i]=r.x(e);return d.join("")})}function z(e,t){var r,a,s=typeof t;return null==t||"boolean"===s?A(t):("number"===s?D:"string"===s?(a=p(t))?(t=a,O):T:t instanceof p?O:t instanceof Date?function(e,t){var r=new Date;return e*=1,t*=1,function(a){return r.setTime(e*(1-a)+t*a),r}}:!ArrayBuffer.isView(r=t)||r instanceof DataView?Array.isArray(t)?function(e,t){var r,a=t?t.length:0,s=e?Math.min(a,e.length):0,i=Array(s),n=Array(a);for(r=0;r<s;++r)i[r]=z(e[r],t[r]);for(;r<a;++r)n[r]=t[r];return function(e){for(r=0;r<s;++r)n[r]=i[r](e);return n}}:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?function(e,t){var r,a={},s={};for(r in(null===e||"object"!=typeof e)&&(e={}),(null===t||"object"!=typeof t)&&(t={}),t)r in e?a[r]=z(e[r],t[r]):s[r]=t[r];return function(e){for(r in a)s[r]=a[r](e);return s}}:D:function(e,t){t||(t=[]);var r,a=e?Math.min(t.length,e.length):0,s=t.slice();return function(i){for(r=0;r<a;++r)s[r]=e[r]*(1-i)+t[r]*i;return s}})(e,t)}e.s(["default",0,T],74037),e.s(["interpolate",0,z],98952),e.s(["interpolateNumber",0,D],25369)},23874,e=>{"use strict";e.s(["initInterpolator",0,function(e,t){switch(arguments.length){case 0:break;case 1:"function"==typeof e?this.interpolator(e):this.range(e);break;default:this.domain(e),"function"==typeof t?this.interpolator(t):this.range(t)}return this},"initRange",0,function(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}])},28120,e=>{"use strict";var t=e.i(21791),r=e.i(23874);let a=Symbol("implicit");e.s(["default",0,function e(){var s=new t.InternMap,i=[],n=[],l=a;function o(e){let t=s.get(e);if(void 0===t){if(l!==a)return l;s.set(e,t=i.push(e)-1)}return n[t%n.length]}return o.domain=function(e){if(!arguments.length)return i.slice();for(let r of(i=[],s=new t.InternMap,e))s.has(r)||s.set(r,i.push(r)-1);return o},o.range=function(e){return arguments.length?(n=Array.from(e),o):n.slice()},o.unknown=function(e){return arguments.length?(l=e,o):l},o.copy=function(){return e(i,n).unknown(l)},r.initRange.apply(o,arguments),o},"implicit",0,a])},21791,e=>{"use strict";class t extends Map{constructor(e,t=a){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,r]of e)this.set(t,r)}get(e){return super.get(r(this,e))}has(e){return super.has(r(this,e))}set(e,t){return super.set(function({_intern:e,_key:t},r){let a=t(r);return e.has(a)?e.get(a):(e.set(a,r),r)}(this,e),t)}delete(e){return super.delete(function({_intern:e,_key:t},r){let a=t(r);return e.has(a)&&(r=e.get(a),e.delete(a)),r}(this,e))}}function r({_intern:e,_key:t},a){let s=t(a);return e.has(s)?e.get(s):a}function a(e){return null!==e&&"object"==typeof e?e.valueOf():e}e.s(["InternMap",0,t])},5270,e=>{"use strict";var t=e.i(91788);let r=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),a={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"},s=(0,t.createContext)({}),i=(0,t.forwardRef)(({color:e,size:i,width:n,height:l,strokeWidth:o,absoluteStrokeWidth:d,nonScalingStroke:c,className:u="",children:f,iconNode:m=[],icon:g={node:m,aliases:[],size:24},...h},x)=>{let{size:p=24,strokeWidth:b=2,absoluteStrokeWidth:v=!1,nonScalingStroke:y=!1,color:k="currentColor",className:w=""}=(0,t.useContext)(s)??{},j=!!f||(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(h),[C,N,M=[]]=function(e,t={}){return function(e,t={}){let s=t.attributeNames??{},i=e=>s[e]??e,n=e.size??e.width??a.width,l=e.size??e.height??a.height,o=e.aliases?.filter(e=>"string"==typeof e&&""!==e.trim()).map(e=>`lucide-${e}`)??[],d=[...e.name?[`lucide-${e.name}`]:[],...o],c=t.className?.split(" ").filter(Boolean)??[],u=!1===t.includeDefaultClasses?r(...c):r("lucide",...d,...c),f=t.absoluteStrokeWidth?Number(t.strokeWidth??a["stroke-width"])*Number(e.size??e.width??a.width)/Number(t.size??t.width??a.width):t.strokeWidth??a["stroke-width"];return["svg",{...Object.entries(a).reduce((e,[t,r])=>(e[i(t)]=r,e),{}),..."color"in t&&t.color&&{[i("stroke")]:t.color},..."size"in t&&null!=t.size&&{[i("width")]:t.size,[i("height")]:t.size},..."width"in t&&null!=t.width&&{[i("width")]:t.width},..."height"in t&&null!=t.height&&{[i("height")]:t.height},[i("stroke-width")]:f,...u&&{[i("class")]:u},[i("viewBox")]:`0 0 ${n} ${l}`,...!1===t.hasA11yProp?{[i("aria-hidden")]:"true"}:{},..."attributes"in t&&t.attributes},e.node.map(e=>{let[r,a,s]=e,n=t.nonScalingStroke?{[i("vector-effect")]:"non-scaling-stroke",...a}:a;return s?[r,n,s]:[r,n]})]}(e,{...t,attributeNames:{...t.attributeNames,class:"className","stroke-width":"strokeWidth","stroke-linecap":"strokeLinecap","stroke-linejoin":"strokeLinejoin","vector-effect":"vectorEffect"}})}(g,{color:e??k,width:n??i??p,height:l??i??p,strokeWidth:o??b,absoluteStrokeWidth:d??v,nonScalingStroke:c??y,className:r(w,u),hasA11yProp:j,attributes:h});return(0,t.createElement)(C,{ref:x,...N},[...M.map(([e,r])=>(0,t.createElement)(e,r)),...Array.isArray(f)?f:[f]])});e.s(["default",0,function(e,r=[],a=[]){let s,n="string"==typeof e?function(e,t,r=[]){if(null==t)throw Error("[lucide]: iconNode is required when icon name is used");return{name:e?.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),size:24,node:t,...r.length>0?{aliases:r}:{}}}(e,r,a):e,l=(0,t.forwardRef)(({className:e,...r},a)=>(0,t.createElement)(i,{ref:a,icon:n,className:e,...r}));return n.name&&(l.displayName=(s=(e=>{let t="",r=!1;for(let a of e){if("-"===a||"_"===a||a<=" "){r=t.length>0;continue}0===t.length?t+=a.toLowerCase():t+=r?a.toUpperCase():a,r=!1}return t})(n.name)).charAt(0).toUpperCase()+s.slice(1)),l}],5270)},60121,(e,t,r)=>{"use strict";var a=e.r(91788),s="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},i=a.useState,n=a.useEffect,l=a.useLayoutEffect,o=a.useDebugValue;function d(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!s(e,r)}catch(e){return!0}}var c="u"<typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var r=t(),a=i({inst:{value:r,getSnapshot:t}}),s=a[0].inst,c=a[1];return l(function(){s.value=r,s.getSnapshot=t,d(s)&&c({inst:s})},[e,r,t]),n(function(){return d(s)&&c({inst:s}),e(function(){d(s)&&c({inst:s})})},[e]),o(r),r};r.useSyncExternalStore=void 0!==a.useSyncExternalStore?a.useSyncExternalStore:c},90979,(e,t,r)=>{"use strict";e.i(50461),t.exports=e.r(60121)}]);
|
|
@@ -7,11 +7,11 @@ __turbopack_load_page_chunks__("/copilot", [
|
|
|
7
7
|
"static/chunks/0w2zoz_fn_wha.js",
|
|
8
8
|
"static/chunks/0ukyxgmnqos6o.js",
|
|
9
9
|
"static/chunks/119eyvb0tl4d7.js",
|
|
10
|
-
"static/chunks/
|
|
10
|
+
"static/chunks/3-2opr3e2h-8o.js",
|
|
11
11
|
"static/chunks/2tw-iq1oliu-h.js",
|
|
12
12
|
"static/chunks/3ghzaufs2n8uq.js",
|
|
13
13
|
"static/chunks/31y7dx6ytab7h.js",
|
|
14
14
|
"static/chunks/252jebodi67kg.js",
|
|
15
15
|
"static/chunks/036jcj4okqca4.js",
|
|
16
|
-
"static/chunks/turbopack-
|
|
16
|
+
"static/chunks/turbopack-058ikg9c4qsyu.js"
|
|
17
17
|
])
|