@moontra/moonui-pro 2.25.2 → 2.25.3

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
@@ -73070,7 +73070,7 @@ function DataTableFilterDrawer({
73070
73070
  initial: { opacity: 0 },
73071
73071
  animate: { opacity: 1 },
73072
73072
  exit: { opacity: 0 },
73073
- className: "fixed inset-0 bg-black/20 z-40",
73073
+ className: "fixed inset-0 bg-black/20 z-[9998]",
73074
73074
  onClick: () => onOpenChange(false)
73075
73075
  }
73076
73076
  ) }),
@@ -73082,7 +73082,7 @@ function DataTableFilterDrawer({
73082
73082
  exit: { x: position === "right" ? "100%" : "-100%" },
73083
73083
  transition: { type: "spring", damping: 30, stiffness: 300 },
73084
73084
  className: cn(
73085
- "fixed top-0 bottom-0 z-50 bg-background border-l shadow-xl",
73085
+ "fixed top-0 bottom-0 z-[9999] bg-background border-l shadow-xl",
73086
73086
  position === "right" ? "right-0" : "left-0"
73087
73087
  ),
73088
73088
  style: { width },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.25.2",
3
+ "version": "2.25.3",
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",