@moontra/moonui-pro 2.33.24 → 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
|
|
@@ -76385,7 +76385,7 @@ function SidebarInternal({
|
|
|
76385
76385
|
collisionPadding: 20,
|
|
76386
76386
|
avoidCollisions: true,
|
|
76387
76387
|
className: cn(
|
|
76388
|
-
"p-2 min-w-[200px] max-w-[280px] z-[
|
|
76388
|
+
"p-2 min-w-[200px] max-w-[280px] z-[99999]",
|
|
76389
76389
|
glassmorphism && "bg-background/95 backdrop-blur-sm"
|
|
76390
76390
|
),
|
|
76391
76391
|
children: /* @__PURE__ */ jsx("div", { className: "space-y-0.5", children: childItem.items?.map((grandChild) => {
|
|
@@ -76517,9 +76517,8 @@ function SidebarInternal({
|
|
|
76517
76517
|
sideOffset: 20,
|
|
76518
76518
|
collisionPadding: 20,
|
|
76519
76519
|
avoidCollisions: true,
|
|
76520
|
-
forceMount: true,
|
|
76521
76520
|
className: cn(
|
|
76522
|
-
"p-0 w-auto min-w-[240px] max-w-[320px] z-[
|
|
76521
|
+
"p-0 w-auto min-w-[240px] max-w-[320px] z-[9999]",
|
|
76523
76522
|
glassmorphism && "bg-background/95 backdrop-blur-sm",
|
|
76524
76523
|
"animate-in fade-in-0 slide-in-from-left-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:slide-out-to-left-2"
|
|
76525
76524
|
),
|
|
@@ -76658,7 +76657,7 @@ function SidebarInternal({
|
|
|
76658
76657
|
});
|
|
76659
76658
|
SidebarContent.displayName = "SidebarContent";
|
|
76660
76659
|
const sidebarClasses = cn(
|
|
76661
|
-
"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]",
|
|
76662
76661
|
glassmorphism && "bg-background/80 backdrop-blur-xl border-white/10",
|
|
76663
76662
|
collapsed && !isMobile && "w-20",
|
|
76664
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",
|