@moontra/moonui-pro 2.33.25 → 2.33.26
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.mjs
CHANGED
|
@@ -12978,7 +12978,7 @@ var HoverCardContent2 = t.forwardRef(({ className, align = "center", sideOffset
|
|
|
12978
12978
|
align,
|
|
12979
12979
|
sideOffset,
|
|
12980
12980
|
className: cn(
|
|
12981
|
-
"z-[
|
|
12981
|
+
"z-[99999] w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
12982
12982
|
className
|
|
12983
12983
|
),
|
|
12984
12984
|
...props
|
|
@@ -76657,7 +76657,7 @@ function SidebarInternal({
|
|
|
76657
76657
|
});
|
|
76658
76658
|
SidebarContent.displayName = "SidebarContent";
|
|
76659
76659
|
const sidebarClasses = cn(
|
|
76660
|
-
"moonui-pro flex h-full flex-col bg-background border-r transition-all duration-300 ease-in-out",
|
|
76660
|
+
"moonui-pro flex h-full flex-col bg-background border-r transition-all duration-300 ease-in-out relative z-[9990]",
|
|
76661
76661
|
glassmorphism && "bg-background/80 backdrop-blur-xl border-white/10",
|
|
76662
76662
|
collapsed && !isMobile && "w-20",
|
|
76663
76663
|
!collapsed && !isMobile && "w-64",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.33.
|
|
3
|
+
"version": "2.33.26",
|
|
4
4
|
"description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|