@moontra/moonui-pro 2.32.32 → 2.32.34
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 +10 -10
- package/dist/index.global.js +71 -71
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +181 -38
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -444,7 +444,7 @@ declare const MoonUIBreadcrumbPagePro: React$1.ForwardRefExoticComponent<React$1
|
|
|
444
444
|
* Pixel-perfect design with extensive variants and states.
|
|
445
445
|
*/
|
|
446
446
|
declare const moonUIButtonProVariants: (props?: ({
|
|
447
|
-
variant?: "
|
|
447
|
+
variant?: "link" | "gradient" | "primary" | "secondary" | "success" | "ghost" | "outline" | "glass" | "destructive" | "glow" | "soft" | "neon" | null | undefined;
|
|
448
448
|
size?: "sm" | "md" | "lg" | "xl" | "icon" | "xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
449
449
|
rounded?: "sm" | "lg" | "default" | "none" | "full" | null | undefined;
|
|
450
450
|
fullWidth?: boolean | null | undefined;
|
|
@@ -689,7 +689,7 @@ declare const dialogContentVariants: (props?: ({
|
|
|
689
689
|
size?: "sm" | "md" | "lg" | "default" | "full" | "xl" | "2xl" | "responsive" | "xs" | "3xl" | "4xl" | "fullscreen" | null | undefined;
|
|
690
690
|
radius?: "sm" | "lg" | "default" | "none" | "full" | "xl" | null | undefined;
|
|
691
691
|
animation?: "default" | "spring" | "fade" | "bounce" | "none" | "rotate" | "flip" | "zoom" | "slide" | "slideUp" | "slideLeft" | "slideRight" | "rotateScale" | "elastic" | "swirl" | null | undefined;
|
|
692
|
-
position?: "
|
|
692
|
+
position?: "bottom" | "top" | "default" | "center" | null | undefined;
|
|
693
693
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
694
694
|
interface MoonUIDialogContentProProps extends Omit<React$1.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, "title">, VariantProps<typeof dialogContentVariants> {
|
|
695
695
|
/** X butonunu gizle */
|
|
@@ -985,7 +985,7 @@ declare const MoonUIPaginationEllipsisPro: {
|
|
|
985
985
|
declare const popoverContentVariants: (props?: ({
|
|
986
986
|
variant?: "default" | "outline" | "destructive" | "subtle" | null | undefined;
|
|
987
987
|
size?: "sm" | "lg" | "default" | null | undefined;
|
|
988
|
-
side?: "
|
|
988
|
+
side?: "bottom" | "top" | "left" | "right" | null | undefined;
|
|
989
989
|
position?: "default" | "pointerEventsNone" | null | undefined;
|
|
990
990
|
radius?: "sm" | "lg" | "default" | "none" | "full" | null | undefined;
|
|
991
991
|
shadow?: "sm" | "md" | "lg" | "default" | "none" | "xl" | null | undefined;
|
|
@@ -1185,7 +1185,7 @@ declare const SheetClose: React$1.ForwardRefExoticComponent<SheetPrimitive.Dialo
|
|
|
1185
1185
|
declare const SheetPortal: React$1.FC<SheetPrimitive.DialogPortalProps>;
|
|
1186
1186
|
declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
1187
1187
|
declare const sheetVariants: (props?: ({
|
|
1188
|
-
side?: "
|
|
1188
|
+
side?: "bottom" | "top" | "left" | "right" | null | undefined;
|
|
1189
1189
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1190
1190
|
interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
1191
1191
|
}
|
|
@@ -1435,7 +1435,7 @@ declare const MoonUIToastPro: React$1.ForwardRefExoticComponent<Omit<ToastPrimit
|
|
|
1435
1435
|
declare const MoonUItoggleVariantsPro: (props?: ({
|
|
1436
1436
|
variant?: "default" | "gradient" | "primary" | "secondary" | "success" | "warning" | "danger" | "ghost" | "outline" | null | undefined;
|
|
1437
1437
|
size?: "sm" | "md" | "lg" | "default" | "xl" | "xs" | null | undefined;
|
|
1438
|
-
shape?: "
|
|
1438
|
+
shape?: "square" | "default" | "rounded" | "pill" | null | undefined;
|
|
1439
1439
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1440
1440
|
interface MoonUIToggleProProps extends React$1.ComponentPropsWithoutRef<typeof TogglePrimitive.Root>, VariantProps<typeof MoonUItoggleVariantsPro> {
|
|
1441
1441
|
/** Loading state */
|
|
@@ -1480,7 +1480,7 @@ declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<Omit<Nav
|
|
|
1480
1480
|
declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<never>>;
|
|
1481
1481
|
|
|
1482
1482
|
declare const gestureDrawerVariants: (props?: ({
|
|
1483
|
-
position?: "
|
|
1483
|
+
position?: "bottom" | "top" | "left" | "right" | null | undefined;
|
|
1484
1484
|
size?: "sm" | "md" | "lg" | "default" | "full" | null | undefined;
|
|
1485
1485
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1486
1486
|
interface GestureDrawerProps extends Omit<React__default.HTMLAttributes<HTMLDivElement>, 'onAnimationStart' | 'onAnimationEnd' | 'onAnimationIteration' | 'onDragStart' | 'onDragEnd' | 'onDrag'>, VariantProps<typeof gestureDrawerVariants> {
|
|
@@ -1591,7 +1591,7 @@ declare const galleryVariants: (props?: ({
|
|
|
1591
1591
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1592
1592
|
declare const galleryItemVariants: (props?: ({
|
|
1593
1593
|
variant?: "default" | "ghost" | "outline" | "card" | "glass" | null | undefined;
|
|
1594
|
-
aspectRatio?: "video" | "
|
|
1594
|
+
aspectRatio?: "video" | "square" | "auto" | "portrait" | null | undefined;
|
|
1595
1595
|
hover?: "none" | "zoom" | "glow" | "lift" | null | undefined;
|
|
1596
1596
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1597
1597
|
interface GalleryCategory {
|
|
@@ -1664,7 +1664,7 @@ interface DraggableListProps<T> {
|
|
|
1664
1664
|
declare function DraggableList<T>({ items, onReorder, keyExtractor, renderItem, className, itemClassName, dragHandleClassName, showDragHandle, dragHandleSize, disabled, onDragStart, onDragEnd, gap, animationDuration, showDropIndicator, dropIndicatorColor, dropIndicatorStyle, dragPreviewStyle, hapticFeedback }: DraggableListProps<T>): react_jsx_runtime.JSX.Element;
|
|
1665
1665
|
|
|
1666
1666
|
declare const moonUIAnimatedButtonProVariants: (props?: ({
|
|
1667
|
-
variant?: "
|
|
1667
|
+
variant?: "link" | "default" | "gradient" | "secondary" | "ghost" | "outline" | "destructive" | "glow" | null | undefined;
|
|
1668
1668
|
size?: "sm" | "lg" | "default" | "xl" | "icon" | null | undefined;
|
|
1669
1669
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1670
1670
|
interface MoonUIAnimatedButtonProProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof moonUIAnimatedButtonProVariants> {
|
|
@@ -1831,7 +1831,7 @@ interface HoverCard3DProps extends React__default.HTMLAttributes<HTMLDivElement>
|
|
|
1831
1831
|
declare const HoverCard3D: React__default.ForwardRefExoticComponent<HoverCard3DProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1832
1832
|
|
|
1833
1833
|
declare const magneticButtonVariants: (props?: ({
|
|
1834
|
-
variant?: "
|
|
1834
|
+
variant?: "link" | "default" | "gradient" | "secondary" | "ghost" | "outline" | "destructive" | null | undefined;
|
|
1835
1835
|
size?: "sm" | "lg" | "default" | "icon" | null | undefined;
|
|
1836
1836
|
radius?: "sm" | "md" | "lg" | "none" | "full" | "xl" | null | undefined;
|
|
1837
1837
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -3809,7 +3809,7 @@ declare const MoonUIQuizFormPro: React__default.ForwardRefExoticComponent<MoonUI
|
|
|
3809
3809
|
|
|
3810
3810
|
declare const avatarVariants: (props?: ({
|
|
3811
3811
|
size?: "sm" | "md" | "lg" | "xl" | "2xl" | "xs" | "3xl" | null | undefined;
|
|
3812
|
-
shape?: "
|
|
3812
|
+
shape?: "square" | "circle" | "hexagon" | null | undefined;
|
|
3813
3813
|
ring?: "default" | "gradient" | "none" | "glow" | null | undefined;
|
|
3814
3814
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
3815
3815
|
declare const statusVariants: (props?: ({
|