@mantajs/dashboard 0.1.5 → 0.1.6
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/app.js +1 -1
- package/dist/app.mjs +1 -1
- package/dist/{chunk-X3F7Q2VV.mjs → chunk-EZVEBD35.mjs} +7 -7
- package/dist/{dashboard-GVFLCWWT.mjs → dashboard-C2M5PQNL.mjs} +1 -1
- package/dist/{product-attributes-625PVFI3.mjs → product-attributes-LGV7337C.mjs} +1 -1
- package/dist/{product-create-JGIECXSM.mjs → product-create-STUQVGHO.mjs} +1 -1
- package/dist/{product-detail-3ZPY2FUO.mjs → product-detail-FXEXDNZQ.mjs} +1 -1
- package/dist/{product-edit-YKOA2KR4.mjs → product-edit-HLYORUHR.mjs} +1 -1
- package/dist/{product-organization-FYEUAXJV.mjs → product-organization-O5XFMRUA.mjs} +1 -1
- package/package.json +1 -1
- package/src/routes/dashboard/dashboard.tsx +1 -1
package/dist/app.js
CHANGED
|
@@ -103329,7 +103329,7 @@ var init_dashboard = __esm({
|
|
|
103329
103329
|
if (isLoading && !orders && !products && !customers) {
|
|
103330
103330
|
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(SingleColumnPageSkeleton, { sections: 3 });
|
|
103331
103331
|
}
|
|
103332
|
-
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(SingleColumnPage, { children: [
|
|
103332
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(SingleColumnPage, { widgets: { before: [], after: [] }, children: [
|
|
103333
103333
|
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_ui20.Container, { className: "p-6", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "flex flex-col gap-y-1", children: [
|
|
103334
103334
|
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_ui20.Heading, { level: "h1", children: "Dashboard" }),
|
|
103335
103335
|
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_ui20.Text, { className: "text-ui-fg-subtle", children: "Vue d'ensemble de votre activit\xE9 commerciale." })
|
package/dist/app.mjs
CHANGED
|
@@ -95960,7 +95960,7 @@ function getRouteMap({
|
|
|
95960
95960
|
handle: {
|
|
95961
95961
|
breadcrumb: () => "Dashboard"
|
|
95962
95962
|
},
|
|
95963
|
-
lazy: () => import("./dashboard-
|
|
95963
|
+
lazy: () => import("./dashboard-C2M5PQNL.mjs")
|
|
95964
95964
|
},
|
|
95965
95965
|
{
|
|
95966
95966
|
path: "/products",
|
|
@@ -95975,7 +95975,7 @@ function getRouteMap({
|
|
|
95975
95975
|
children: [
|
|
95976
95976
|
{
|
|
95977
95977
|
path: "create",
|
|
95978
|
-
lazy: () => import("./product-create-
|
|
95978
|
+
lazy: () => import("./product-create-STUQVGHO.mjs")
|
|
95979
95979
|
},
|
|
95980
95980
|
{
|
|
95981
95981
|
path: "import",
|
|
@@ -95991,7 +95991,7 @@ function getRouteMap({
|
|
|
95991
95991
|
path: ":id",
|
|
95992
95992
|
errorElement: /* @__PURE__ */ jsx17(ErrorBoundary, {}),
|
|
95993
95993
|
lazy: async () => {
|
|
95994
|
-
const { Breadcrumb, loader } = await import("./product-detail-
|
|
95994
|
+
const { Breadcrumb, loader } = await import("./product-detail-FXEXDNZQ.mjs");
|
|
95995
95995
|
return {
|
|
95996
95996
|
Component: Outlet4,
|
|
95997
95997
|
loader,
|
|
@@ -96003,11 +96003,11 @@ function getRouteMap({
|
|
|
96003
96003
|
children: [
|
|
96004
96004
|
{
|
|
96005
96005
|
path: "",
|
|
96006
|
-
lazy: () => import("./product-detail-
|
|
96006
|
+
lazy: () => import("./product-detail-FXEXDNZQ.mjs"),
|
|
96007
96007
|
children: [
|
|
96008
96008
|
{
|
|
96009
96009
|
path: "edit",
|
|
96010
|
-
lazy: () => import("./product-edit-
|
|
96010
|
+
lazy: () => import("./product-edit-HLYORUHR.mjs")
|
|
96011
96011
|
},
|
|
96012
96012
|
{
|
|
96013
96013
|
path: "edit-variant",
|
|
@@ -96019,11 +96019,11 @@ function getRouteMap({
|
|
|
96019
96019
|
},
|
|
96020
96020
|
{
|
|
96021
96021
|
path: "attributes",
|
|
96022
|
-
lazy: () => import("./product-attributes-
|
|
96022
|
+
lazy: () => import("./product-attributes-LGV7337C.mjs")
|
|
96023
96023
|
},
|
|
96024
96024
|
{
|
|
96025
96025
|
path: "organization",
|
|
96026
|
-
lazy: () => import("./product-organization-
|
|
96026
|
+
lazy: () => import("./product-organization-O5XFMRUA.mjs")
|
|
96027
96027
|
},
|
|
96028
96028
|
{
|
|
96029
96029
|
path: "shipping-profile",
|
|
@@ -68,7 +68,7 @@ var Dashboard = () => {
|
|
|
68
68
|
if (isLoading && !orders && !products && !customers) {
|
|
69
69
|
return /* @__PURE__ */ jsx(SingleColumnPageSkeleton, { sections: 3 });
|
|
70
70
|
}
|
|
71
|
-
return /* @__PURE__ */ jsxs(SingleColumnPage, { children: [
|
|
71
|
+
return /* @__PURE__ */ jsxs(SingleColumnPage, { widgets: { before: [], after: [] }, children: [
|
|
72
72
|
/* @__PURE__ */ jsx(Container, { className: "p-6", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-y-1", children: [
|
|
73
73
|
/* @__PURE__ */ jsx(Heading, { level: "h1", children: "Dashboard" }),
|
|
74
74
|
/* @__PURE__ */ jsx(Text, { className: "text-ui-fg-subtle", children: "Vue d'ensemble de votre activit\xE9 commerciale." })
|
package/package.json
CHANGED