@orsetra/shared-ui 1.1.27 → 1.1.28
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.
|
@@ -79,12 +79,6 @@ export function MainSidebar({
|
|
|
79
79
|
|
|
80
80
|
return (
|
|
81
81
|
<>
|
|
82
|
-
{isOpen && !isMinimized && !hoveredMenu && (
|
|
83
|
-
<div
|
|
84
|
-
className="fixed inset-0 bg-black/50 z-40"
|
|
85
|
-
onClick={onToggle}
|
|
86
|
-
/>
|
|
87
|
-
)}
|
|
88
82
|
|
|
89
83
|
<div className={cn(
|
|
90
84
|
"fixed left-0 top-0 h-full bg-white border-r border-ui-border z-50 transform transition-all duration-300 ease-in-out",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orsetra/shared-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.28",
|
|
4
4
|
"description": "Shared UI components for Orsetra platform",
|
|
5
5
|
"main": "./index.ts",
|
|
6
6
|
"types": "./index.ts",
|
|
@@ -106,4 +106,4 @@
|
|
|
106
106
|
"next": "^16.0.7",
|
|
107
107
|
"typescript": "^5"
|
|
108
108
|
}
|
|
109
|
-
}
|
|
109
|
+
}
|