warqadui 0.0.289 → 0.0.290
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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +11 -4
- package/dist/index.mjs +11 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -88,6 +88,7 @@ interface DashboardLayoutProps {
|
|
|
88
88
|
userProfile?: React__default.ReactNode;
|
|
89
89
|
fontFamily?: string;
|
|
90
90
|
sidebarFooter?: React__default.ReactNode;
|
|
91
|
+
posIcon?: React__default.ReactNode;
|
|
91
92
|
}
|
|
92
93
|
declare const DashboardLayout: React__default.FC<DashboardLayoutProps>;
|
|
93
94
|
|
package/dist/index.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ interface DashboardLayoutProps {
|
|
|
88
88
|
userProfile?: React__default.ReactNode;
|
|
89
89
|
fontFamily?: string;
|
|
90
90
|
sidebarFooter?: React__default.ReactNode;
|
|
91
|
+
posIcon?: React__default.ReactNode;
|
|
91
92
|
}
|
|
92
93
|
declare const DashboardLayout: React__default.FC<DashboardLayoutProps>;
|
|
93
94
|
|
package/dist/index.js
CHANGED
|
@@ -1236,6 +1236,7 @@ var DashboardLayout = ({
|
|
|
1236
1236
|
title = "Dashboard",
|
|
1237
1237
|
logo,
|
|
1238
1238
|
userProfile,
|
|
1239
|
+
posIcon,
|
|
1239
1240
|
fontFamily = 'system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"',
|
|
1240
1241
|
// Humanist System Stack
|
|
1241
1242
|
sidebarFooter
|
|
@@ -1433,10 +1434,16 @@ var DashboardLayout = ({
|
|
|
1433
1434
|
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_lucide_react2.Menu, { size: 20 })
|
|
1434
1435
|
}
|
|
1435
1436
|
) }),
|
|
1436
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.
|
|
1437
|
-
/* @__PURE__ */ (0, import_jsx_runtime7.
|
|
1438
|
-
|
|
1439
|
-
|
|
1437
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
1438
|
+
posIcon && /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(import_jsx_runtime7.Fragment, { children: [
|
|
1439
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "w-px h-6 mx-2 bg-gray-200 dark:bg-gray-800" }),
|
|
1440
|
+
posIcon
|
|
1441
|
+
] }),
|
|
1442
|
+
userProfile && /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(import_jsx_runtime7.Fragment, { children: [
|
|
1443
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "w-px h-6 mx-2 bg-gray-200 dark:bg-gray-800" }),
|
|
1444
|
+
userProfile
|
|
1445
|
+
] })
|
|
1446
|
+
] })
|
|
1440
1447
|
] }),
|
|
1441
1448
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("main", { className: "flex-1 overflow-y-auto", children: [
|
|
1442
1449
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "sticky top-0 z-20 py-4 px-4 md:px-4 bg-gray-50/95 dark:bg-gray-900/80 backdrop-blur-sm border-b border-gray-200/50 dark:border-white/5 mb-2", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Breadcrumbs, {}) }),
|
package/dist/index.mjs
CHANGED
|
@@ -1018,6 +1018,7 @@ var DashboardLayout = ({
|
|
|
1018
1018
|
title = "Dashboard",
|
|
1019
1019
|
logo,
|
|
1020
1020
|
userProfile,
|
|
1021
|
+
posIcon,
|
|
1021
1022
|
fontFamily = 'system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"',
|
|
1022
1023
|
// Humanist System Stack
|
|
1023
1024
|
sidebarFooter
|
|
@@ -1215,10 +1216,16 @@ var DashboardLayout = ({
|
|
|
1215
1216
|
children: /* @__PURE__ */ jsx7(Menu, { size: 20 })
|
|
1216
1217
|
}
|
|
1217
1218
|
) }),
|
|
1218
|
-
/* @__PURE__ */
|
|
1219
|
-
/* @__PURE__ */
|
|
1220
|
-
|
|
1221
|
-
|
|
1219
|
+
/* @__PURE__ */ jsxs5("div", { className: "flex items-center gap-2", children: [
|
|
1220
|
+
posIcon && /* @__PURE__ */ jsxs5(Fragment2, { children: [
|
|
1221
|
+
/* @__PURE__ */ jsx7("div", { className: "w-px h-6 mx-2 bg-gray-200 dark:bg-gray-800" }),
|
|
1222
|
+
posIcon
|
|
1223
|
+
] }),
|
|
1224
|
+
userProfile && /* @__PURE__ */ jsxs5(Fragment2, { children: [
|
|
1225
|
+
/* @__PURE__ */ jsx7("div", { className: "w-px h-6 mx-2 bg-gray-200 dark:bg-gray-800" }),
|
|
1226
|
+
userProfile
|
|
1227
|
+
] })
|
|
1228
|
+
] })
|
|
1222
1229
|
] }),
|
|
1223
1230
|
/* @__PURE__ */ jsxs5("main", { className: "flex-1 overflow-y-auto", children: [
|
|
1224
1231
|
/* @__PURE__ */ jsx7("div", { className: "sticky top-0 z-20 py-4 px-4 md:px-4 bg-gray-50/95 dark:bg-gray-900/80 backdrop-blur-sm border-b border-gray-200/50 dark:border-white/5 mb-2", children: /* @__PURE__ */ jsx7(Breadcrumbs, {}) }),
|