react-os-shell 0.12.1 → 0.12.2
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -627,8 +627,8 @@ function SidebarLayout({
|
|
|
627
627
|
onPointerDown: startDrag,
|
|
628
628
|
onDoubleClick: () => setWidth(clamp(defaultWidth, minWidth, maxWidth)),
|
|
629
629
|
title: "Drag to resize \xB7 double-click to reset",
|
|
630
|
-
className: `group absolute inset-y-0 ${edge} z-10 w-2 cursor-col-resize`,
|
|
631
|
-
children: /* @__PURE__ */ jsx("div", { className: `absolute inset-y-0 ${edge} w-px bg-transparent transition-colors group-hover:bg-
|
|
630
|
+
className: `group/resize absolute inset-y-0 ${edge} z-10 w-2 cursor-col-resize`,
|
|
631
|
+
children: /* @__PURE__ */ jsx("div", { className: `absolute inset-y-0 ${edge} w-px bg-transparent transition-colors group-hover/resize:bg-[var(--accent-500,#3b82f6)]` })
|
|
632
632
|
}
|
|
633
633
|
)
|
|
634
634
|
] });
|
|
@@ -1481,7 +1481,7 @@ function WidgetManager({ open, onClose }) {
|
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
1483
|
// src/version.ts
|
|
1484
|
-
var VERSION = "0.12.
|
|
1484
|
+
var VERSION = "0.12.2" ;
|
|
1485
1485
|
var APP_VERSION = VERSION;
|
|
1486
1486
|
|
|
1487
1487
|
// src/changelog.ts
|