react-os-shell 0.1.54 → 0.1.55
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.js +29 -25
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -651,7 +651,7 @@ function StatusBadge({ status }) {
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
// src/version.ts
|
|
654
|
-
var VERSION = "0.1.
|
|
654
|
+
var VERSION = "0.1.55" ;
|
|
655
655
|
var APP_VERSION = VERSION;
|
|
656
656
|
|
|
657
657
|
// src/changelog.ts
|
|
@@ -2568,18 +2568,20 @@ function StartMenu({
|
|
|
2568
2568
|
isVertical && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2569
2569
|
erpSections.map((s) => renderSection(s, true)),
|
|
2570
2570
|
/* @__PURE__ */ jsx("div", { className: "border-t border-white/20 my-1.5 mx-2" }),
|
|
2571
|
-
topItems.map((item) => /* @__PURE__ */ jsxs(
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2571
|
+
topItems.map((item) => /* @__PURE__ */ jsxs("div", { children: [
|
|
2572
|
+
/* @__PURE__ */ jsxs(
|
|
2573
|
+
"button",
|
|
2574
|
+
{
|
|
2575
|
+
onClick: () => handleClick(item.to),
|
|
2576
|
+
className: `${itemCls} text-gray-700 hover:bg-blue-50 hover:text-blue-700 transition-colors`,
|
|
2577
|
+
children: [
|
|
2578
|
+
iconEl(item.to),
|
|
2579
|
+
/* @__PURE__ */ jsx("span", { children: item.label })
|
|
2580
|
+
]
|
|
2581
|
+
}
|
|
2582
|
+
),
|
|
2583
|
+
item.dividerAfter && /* @__PURE__ */ jsx("div", { className: "border-t border-white/20 my-1.5 mx-2" })
|
|
2584
|
+
] }, item.to)),
|
|
2583
2585
|
/* @__PURE__ */ jsxs("button", { onClick: () => handleClick("/notifications"), className: `${itemCls} text-gray-700 hover:bg-blue-50 hover:text-blue-700 transition-colors`, children: [
|
|
2584
2586
|
/* @__PURE__ */ jsx("svg", { className: "h-4 w-4", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor", strokeWidth: 1.5, children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0" }) }),
|
|
2585
2587
|
/* @__PURE__ */ jsx("span", { children: "Notifications" })
|
|
@@ -2588,18 +2590,20 @@ function StartMenu({
|
|
|
2588
2590
|
virtualSections.map((v) => renderVirtualSection(v))
|
|
2589
2591
|
] }),
|
|
2590
2592
|
!isVertical && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2591
|
-
topItems.map((item) => /* @__PURE__ */ jsxs(
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2593
|
+
topItems.map((item) => /* @__PURE__ */ jsxs("div", { children: [
|
|
2594
|
+
/* @__PURE__ */ jsxs(
|
|
2595
|
+
"button",
|
|
2596
|
+
{
|
|
2597
|
+
onClick: () => handleClick(item.to),
|
|
2598
|
+
className: `${itemCls} text-gray-700 hover:bg-blue-50 hover:text-blue-700 transition-colors`,
|
|
2599
|
+
children: [
|
|
2600
|
+
iconEl(item.to),
|
|
2601
|
+
/* @__PURE__ */ jsx("span", { children: item.label })
|
|
2602
|
+
]
|
|
2603
|
+
}
|
|
2604
|
+
),
|
|
2605
|
+
item.dividerAfter && /* @__PURE__ */ jsx("div", { className: "border-t border-white/20 my-1.5 mx-2" })
|
|
2606
|
+
] }, item.to)),
|
|
2603
2607
|
/* @__PURE__ */ jsxs("button", { onClick: () => handleClick("/notifications"), className: `${itemCls} text-gray-700 hover:bg-blue-50 hover:text-blue-700 transition-colors`, children: [
|
|
2604
2608
|
/* @__PURE__ */ jsx("svg", { className: "h-4 w-4", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor", strokeWidth: 1.5, children: /* @__PURE__ */ jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0" }) }),
|
|
2605
2609
|
/* @__PURE__ */ jsx("span", { children: "Notifications" })
|