@moontra/moonui-pro 2.3.2 → 2.3.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -6
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -309,7 +309,7 @@ interface MoonUIDialogContentProProps extends Omit<React$1.ComponentPropsWithout
309
309
  /** Özel onClose handler */
310
310
  onClose?: () => void;
311
311
  }
312
- declare const MoonUIDialogContentPro: React$1.ForwardRefExoticComponent<MoonUIDialogContentProProps & React$1.RefAttributes<HTMLDivElement>>;
312
+ declare const MoonUIDialogContentPro: React$1.ForwardRefExoticComponent<MoonUIDialogContentProProps & React$1.RefAttributes<never>>;
313
313
  declare const MoonUIDialogHeaderPro: {
314
314
  ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
315
315
  displayName: string;
@@ -318,8 +318,8 @@ declare const MoonUIDialogFooterPro: {
318
318
  ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
319
319
  displayName: string;
320
320
  };
321
- declare const MoonUIDialogTitlePro: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
322
- declare const MoonUIDialogDescriptionPro: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
321
+ declare const MoonUIDialogTitlePro: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<never>>;
322
+ declare const MoonUIDialogDescriptionPro: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<never>>;
323
323
 
324
324
  /**
325
325
  * Command (Komut Paleti) Bileşeni
@@ -1644,7 +1644,7 @@ interface DialogProContentProps extends React$1.ComponentPropsWithoutRef<typeof
1644
1644
  overlay?: boolean;
1645
1645
  overlayProps?: DialogProOverlayProps;
1646
1646
  }
1647
- declare const DialogProContent: React$1.ForwardRefExoticComponent<DialogProContentProps & React$1.RefAttributes<HTMLDivElement>>;
1647
+ declare const DialogProContent: React$1.ForwardRefExoticComponent<DialogProContentProps & React$1.RefAttributes<never>>;
1648
1648
  declare const DialogProHeader: {
1649
1649
  ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1650
1650
  displayName: string;
@@ -1653,8 +1653,8 @@ declare const DialogProFooter: {
1653
1653
  ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
1654
1654
  displayName: string;
1655
1655
  };
1656
- declare const DialogProTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
1657
- declare const DialogProDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
1656
+ declare const DialogProTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<never>>;
1657
+ declare const DialogProDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<never>>;
1658
1658
 
1659
1659
  declare const badgeVariants: (props?: ({
1660
1660
  variant?: "default" | "success" | "warning" | "outline" | "secondary" | "destructive" | "pro" | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.3.2",
3
+ "version": "2.3.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",
@@ -94,7 +94,7 @@
94
94
  "clsx": "^2.1.1",
95
95
  "date-fns": "^3.6.0",
96
96
  "framer-motion": "^11.11.17",
97
- "lucide-react": "^0.263.1",
97
+ "lucide-react": "^0.525.0",
98
98
  "react-dropzone": "^14.3.5",
99
99
  "react-hook-form": "^7.53.2",
100
100
  "react-intersection-observer": "^9.13.1",