@moontra/moonui-pro 2.33.19 → 2.33.20

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.d.ts CHANGED
@@ -283,7 +283,7 @@ declare const useAccordionAnalytics: () => {
283
283
  declare const MoonUIalertVariantsPro: (props?: ({
284
284
  variant?: "error" | "default" | "primary" | "success" | "warning" | "info" | null | undefined;
285
285
  size?: "default" | "sm" | "lg" | null | undefined;
286
- radius?: "default" | "sm" | "lg" | "none" | "full" | null | undefined;
286
+ radius?: "none" | "default" | "sm" | "lg" | "full" | null | undefined;
287
287
  withClose?: boolean | null | undefined;
288
288
  } & class_variance_authority_types.ClassProp) | undefined) => string;
289
289
  interface AlertProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof MoonUIalertVariantsPro> {
@@ -327,7 +327,7 @@ interface ResponsiveRatio {
327
327
  }
328
328
  declare const MoonUIaspectRatioVariantsPro: (props?: ({
329
329
  variant?: "default" | "gradient" | "ghost" | "outline" | "card" | "glass" | null | undefined;
330
- radius?: "sm" | "md" | "lg" | "none" | "full" | "xl" | "2xl" | null | undefined;
330
+ radius?: "none" | "sm" | "md" | "lg" | "full" | "xl" | "2xl" | null | undefined;
331
331
  animate?: boolean | null | undefined;
332
332
  hover?: boolean | null | undefined;
333
333
  loading?: boolean | null | undefined;
@@ -367,7 +367,7 @@ declare const MoonUIAspectRatioPro: React$1.ForwardRefExoticComponent<AspectRati
367
367
 
368
368
  declare const moonUIAvatarVariantsPro: (props?: ({
369
369
  size?: "default" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | null | undefined;
370
- radius?: "default" | "sm" | "lg" | "none" | "full" | null | undefined;
370
+ radius?: "none" | "default" | "sm" | "lg" | "full" | null | undefined;
371
371
  variant?: "default" | "border" | "ring" | "ringOffset" | null | undefined;
372
372
  } & class_variance_authority_types.ClassProp) | undefined) => string;
373
373
  interface MoonUIAvatarProProps$1 extends React$1.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>, VariantProps<typeof moonUIAvatarVariantsPro> {
@@ -385,7 +385,7 @@ declare const MoonUIAvatarFallbackPro: React$1.ForwardRefExoticComponent<Omit<Av
385
385
  declare const moonUIBadgeVariantsPro: (props?: ({
386
386
  variant?: "primary" | "secondary" | "success" | "warning" | "ghost" | "outline" | "destructive" | "pro" | "admin" | null | undefined;
387
387
  size?: "sm" | "md" | "lg" | null | undefined;
388
- radius?: "default" | "sm" | "lg" | "none" | null | undefined;
388
+ radius?: "none" | "default" | "sm" | "lg" | null | undefined;
389
389
  } & class_variance_authority_types.ClassProp) | undefined) => string;
390
390
  interface MoonUIBadgeProProps extends React$1.HTMLAttributes<HTMLDivElement>, Omit<VariantProps<typeof moonUIBadgeVariantsPro>, 'variant'> {
391
391
  withDot?: boolean;
@@ -463,7 +463,7 @@ declare const MoonUIBreadcrumbPagePro: React$1.ForwardRefExoticComponent<React$1
463
463
  declare const moonUIButtonProVariants: (props?: ({
464
464
  variant?: "link" | "gradient" | "primary" | "secondary" | "success" | "ghost" | "outline" | "glass" | "destructive" | "glow" | "soft" | "neon" | null | undefined;
465
465
  size?: "sm" | "md" | "lg" | "xl" | "icon" | "xs" | "icon-sm" | "icon-lg" | null | undefined;
466
- rounded?: "default" | "sm" | "lg" | "none" | "full" | null | undefined;
466
+ rounded?: "none" | "default" | "sm" | "lg" | "full" | null | undefined;
467
467
  fullWidth?: boolean | null | undefined;
468
468
  } & class_variance_authority_types.ClassProp) | undefined) => string;
469
469
  interface MoonUIButtonProProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof moonUIButtonProVariants> {
@@ -513,7 +513,7 @@ declare namespace Calendar$1 {
513
513
  declare const moonUICardVariantsPro: (props?: ({
514
514
  variant?: "default" | "elevated" | "gradient" | "outline" | "glass" | "filled" | "glow" | "neon" | null | undefined;
515
515
  size?: "default" | "sm" | "lg" | "xl" | null | undefined;
516
- radius?: "default" | "sm" | "lg" | "none" | "full" | null | undefined;
516
+ radius?: "none" | "default" | "sm" | "lg" | "full" | null | undefined;
517
517
  interactive?: boolean | null | undefined;
518
518
  } & class_variance_authority_types.ClassProp) | undefined) => string;
519
519
  interface MoonUICardProProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof moonUICardVariantsPro> {
@@ -541,8 +541,8 @@ declare const MoonUICardFooterPro: React$1.ForwardRefExoticComponent<React$1.HTM
541
541
  declare const moonUICheckboxVariantsPro: (props?: ({
542
542
  variant?: "default" | "ghost" | "outline" | "muted" | null | undefined;
543
543
  size?: "default" | "sm" | "md" | "lg" | null | undefined;
544
- radius?: "default" | "sm" | "md" | "none" | "full" | null | undefined;
545
- animation?: "default" | "bounce" | "none" | "subtle" | null | undefined;
544
+ radius?: "none" | "default" | "sm" | "md" | "full" | null | undefined;
545
+ animation?: "none" | "default" | "bounce" | "subtle" | null | undefined;
546
546
  } & class_variance_authority_types.ClassProp) | undefined) => string;
547
547
  interface MoonUICheckboxProProps extends React$1.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, VariantProps<typeof moonUICheckboxVariantsPro> {
548
548
  /**
@@ -698,15 +698,15 @@ declare const MoonUIDialogTriggerPro: React$1.ForwardRefExoticComponent<SheetPri
698
698
  declare const MoonUIDialogClosePro: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
699
699
  declare const overlayVariants: (props?: ({
700
700
  variant?: "blur" | "default" | "gradient" | "dark" | "subtle" | "minimal" | null | undefined;
701
- blurAmount?: "sm" | "md" | "lg" | "none" | "xl" | null | undefined;
701
+ blurAmount?: "none" | "sm" | "md" | "lg" | "xl" | null | undefined;
702
702
  animation?: "default" | "spring" | "slow" | "fast" | null | undefined;
703
703
  } & class_variance_authority_types.ClassProp) | undefined) => string;
704
704
  declare const dialogContentVariants: (props?: ({
705
705
  variant?: "default" | "gradient" | "primary" | "secondary" | "ghost" | "glass" | "destructive" | "neon" | null | undefined;
706
706
  size?: "default" | "sm" | "md" | "lg" | "full" | "xl" | "2xl" | "responsive" | "xs" | "3xl" | "4xl" | "fullscreen" | null | undefined;
707
- radius?: "default" | "sm" | "lg" | "none" | "full" | "xl" | null | undefined;
708
- animation?: "default" | "spring" | "fade" | "bounce" | "none" | "rotate" | "flip" | "zoom" | "slide" | "slideUp" | "slideLeft" | "slideRight" | "rotateScale" | "elastic" | "swirl" | null | undefined;
709
- position?: "bottom" | "top" | "default" | "center" | null | undefined;
707
+ radius?: "none" | "default" | "sm" | "lg" | "full" | "xl" | null | undefined;
708
+ animation?: "none" | "default" | "spring" | "fade" | "bounce" | "rotate" | "flip" | "zoom" | "slide" | "slideUp" | "slideLeft" | "slideRight" | "rotateScale" | "elastic" | "swirl" | null | undefined;
709
+ position?: "bottom" | "top" | "center" | "default" | null | undefined;
710
710
  } & class_variance_authority_types.ClassProp) | undefined) => string;
711
711
  interface MoonUIDialogContentProProps extends Omit<React$1.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, "title">, VariantProps<typeof dialogContentVariants> {
712
712
  /** X butonunu gizle */
@@ -870,7 +870,7 @@ declare const MoonUIDropdownMenuSubPro: React$1.FC<DropdownMenuPrimitive.Dropdow
870
870
  declare const MoonUIDropdownMenuRadioGroupPro: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
871
871
  declare const dropdownContentVariants: (props?: ({
872
872
  variant?: "default" | "gradient" | "glass" | "neon" | "command" | "premium" | null | undefined;
873
- animation?: "spring" | "fade" | "none" | "scale" | "slide" | "slideAndFade" | null | undefined;
873
+ animation?: "none" | "spring" | "fade" | "scale" | "slide" | "slideAndFade" | null | undefined;
874
874
  size?: "default" | "sm" | "lg" | "full" | "xl" | "2xl" | null | undefined;
875
875
  } & class_variance_authority_types.ClassProp) | undefined) => string;
876
876
  declare const dropdownItemVariants: (props?: ({
@@ -903,7 +903,7 @@ declare const MoonUIDropdownMenuSubTriggerPro: React$1.ForwardRefExoticComponent
903
903
  } & React$1.RefAttributes<HTMLDivElement>>;
904
904
  declare const MoonUIDropdownMenuSubContentPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
905
905
  variant?: "default" | "gradient" | "glass" | "neon" | "command" | "premium" | null | undefined;
906
- animation?: "spring" | "fade" | "none" | "scale" | "slide" | "slideAndFade" | null | undefined;
906
+ animation?: "none" | "spring" | "fade" | "scale" | "slide" | "slideAndFade" | null | undefined;
907
907
  size?: "default" | "sm" | "lg" | "full" | "xl" | "2xl" | null | undefined;
908
908
  } & class_variance_authority_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
909
909
  declare const MoonUIDropdownMenuContentPro: React$1.ForwardRefExoticComponent<DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>>;
@@ -1004,8 +1004,8 @@ declare const popoverContentVariants: (props?: ({
1004
1004
  size?: "default" | "sm" | "lg" | null | undefined;
1005
1005
  side?: "bottom" | "top" | "left" | "right" | null | undefined;
1006
1006
  position?: "default" | "pointerEventsNone" | null | undefined;
1007
- radius?: "default" | "sm" | "lg" | "none" | "full" | null | undefined;
1008
- shadow?: "default" | "sm" | "md" | "lg" | "none" | "xl" | null | undefined;
1007
+ radius?: "none" | "default" | "sm" | "lg" | "full" | null | undefined;
1008
+ shadow?: "none" | "default" | "sm" | "md" | "lg" | "xl" | null | undefined;
1009
1009
  } & class_variance_authority_types.ClassProp) | undefined) => string;
1010
1010
  declare const MoonUIPopoverPro: React$1.FC<PopoverPrimitive.PopoverProps>;
1011
1011
  declare const MoonUIPopoverTriggerPro: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
@@ -1732,7 +1732,7 @@ declare const FloatingActionButton: React__default.ForwardRefExoticComponent<Flo
1732
1732
 
1733
1733
  declare const hoverCard3DVariants: (props?: ({
1734
1734
  variant?: "neon" | "subtle" | "dramatic" | "gaming" | "elegant" | null | undefined;
1735
- shadowIntensity?: "none" | "medium" | "light" | "heavy" | "extreme" | null | undefined;
1735
+ shadowIntensity?: "medium" | "none" | "light" | "heavy" | "extreme" | null | undefined;
1736
1736
  glowEffect?: "none" | "neon" | "subtle" | "vibrant" | null | undefined;
1737
1737
  } & class_variance_authority_types.ClassProp) | undefined) => string;
1738
1738
  interface SpringConfig {
@@ -1850,7 +1850,7 @@ declare const HoverCard3D: React__default.ForwardRefExoticComponent<HoverCard3DP
1850
1850
  declare const magneticButtonVariants: (props?: ({
1851
1851
  variant?: "link" | "default" | "gradient" | "secondary" | "ghost" | "outline" | "destructive" | null | undefined;
1852
1852
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
1853
- radius?: "sm" | "md" | "lg" | "none" | "full" | "xl" | null | undefined;
1853
+ radius?: "none" | "sm" | "md" | "lg" | "full" | "xl" | null | undefined;
1854
1854
  } & class_variance_authority_types.ClassProp) | undefined) => string;
1855
1855
  interface MagneticButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof magneticButtonVariants> {
1856
1856
  strength?: number;
@@ -3827,7 +3827,7 @@ declare const MoonUIQuizFormPro: React__default.ForwardRefExoticComponent<MoonUI
3827
3827
  declare const avatarVariants: (props?: ({
3828
3828
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | "3xl" | null | undefined;
3829
3829
  shape?: "square" | "circle" | "hexagon" | null | undefined;
3830
- ring?: "default" | "gradient" | "none" | "glow" | null | undefined;
3830
+ ring?: "none" | "default" | "gradient" | "glow" | null | undefined;
3831
3831
  } & class_variance_authority_types.ClassProp) | undefined) => string;
3832
3832
  declare const statusVariants: (props?: ({
3833
3833
  size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | "3xl" | null | undefined;