@moontra/moonui-pro 2.33.24 → 2.33.25

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
@@ -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-[110]",
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-[100]",
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
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.33.24",
3
+ "version": "2.33.25",
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",