@moontra/moonui-pro 2.20.1 → 2.20.2

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 (76) hide show
  1. package/dist/index.d.ts +691 -261
  2. package/dist/index.mjs +7418 -4934
  3. package/package.json +4 -3
  4. package/scripts/postbuild.js +27 -0
  5. package/src/components/advanced-chart/index.tsx +5 -1
  6. package/src/components/advanced-forms/index.tsx +175 -16
  7. package/src/components/calendar/event-dialog.tsx +18 -13
  8. package/src/components/calendar/index.tsx +197 -50
  9. package/src/components/dashboard/dashboard-grid.tsx +21 -3
  10. package/src/components/dashboard/types.ts +3 -0
  11. package/src/components/dashboard/widgets/activity-feed.tsx +6 -1
  12. package/src/components/dashboard/widgets/comparison-widget.tsx +177 -0
  13. package/src/components/dashboard/widgets/index.ts +5 -0
  14. package/src/components/dashboard/widgets/metric-card.tsx +21 -1
  15. package/src/components/dashboard/widgets/progress-widget.tsx +113 -0
  16. package/src/components/error-boundary/index.tsx +160 -37
  17. package/src/components/form-wizard/form-wizard-context.tsx +54 -26
  18. package/src/components/form-wizard/form-wizard-progress.tsx +33 -2
  19. package/src/components/form-wizard/types.ts +2 -1
  20. package/src/components/github-stars/hooks.ts +1 -0
  21. package/src/components/github-stars/variants.tsx +3 -1
  22. package/src/components/health-check/index.tsx +14 -14
  23. package/src/components/hover-card-3d/index.tsx +2 -3
  24. package/src/components/index.ts +5 -3
  25. package/src/components/kanban/kanban.tsx +23 -18
  26. package/src/components/license-error/index.tsx +2 -0
  27. package/src/components/magnetic-button/index.tsx +56 -7
  28. package/src/components/memory-efficient-data/index.tsx +117 -115
  29. package/src/components/navbar/index.tsx +781 -0
  30. package/src/components/performance-debugger/index.tsx +62 -38
  31. package/src/components/performance-monitor/index.tsx +47 -33
  32. package/src/components/phone-number-input/index.tsx +32 -27
  33. package/src/components/phone-number-input/phone-number-input-simple.tsx +167 -0
  34. package/src/components/rich-text-editor/index.tsx +26 -28
  35. package/src/components/rich-text-editor/slash-commands-extension.ts +15 -5
  36. package/src/components/sidebar/index.tsx +32 -13
  37. package/src/components/timeline/index.tsx +84 -49
  38. package/src/components/ui/accordion.tsx +550 -42
  39. package/src/components/ui/avatar.tsx +2 -0
  40. package/src/components/ui/badge.tsx +2 -0
  41. package/src/components/ui/breadcrumb.tsx +2 -0
  42. package/src/components/ui/button.tsx +39 -33
  43. package/src/components/ui/card.tsx +2 -0
  44. package/src/components/ui/collapsible.tsx +546 -50
  45. package/src/components/ui/command.tsx +790 -67
  46. package/src/components/ui/dialog.tsx +510 -92
  47. package/src/components/ui/dropdown-menu.tsx +540 -52
  48. package/src/components/ui/index.ts +37 -5
  49. package/src/components/ui/input.tsx +2 -0
  50. package/src/components/ui/magnetic-button.tsx +1 -1
  51. package/src/components/ui/media-gallery.tsx +1 -2
  52. package/src/components/ui/navigation-menu.tsx +130 -0
  53. package/src/components/ui/pagination.tsx +2 -0
  54. package/src/components/ui/select.tsx +6 -2
  55. package/src/components/ui/spotlight-card.tsx +1 -1
  56. package/src/components/ui/table.tsx +2 -0
  57. package/src/components/ui/tabs-pro.tsx +542 -0
  58. package/src/components/ui/tabs.tsx +23 -167
  59. package/src/components/ui/toggle.tsx +12 -12
  60. package/src/index.ts +11 -3
  61. package/src/styles/index.css +596 -0
  62. package/src/use-performance-optimizer.ts +1 -1
  63. package/src/utils/chart-helpers.ts +1 -1
  64. package/src/__tests__/use-intersection-observer.test.tsx +0 -216
  65. package/src/__tests__/use-local-storage.test.tsx +0 -174
  66. package/src/__tests__/use-pro-access.test.tsx +0 -183
  67. package/src/components/advanced-chart/advanced-chart.test.tsx +0 -281
  68. package/src/components/data-table/data-table.test.tsx +0 -187
  69. package/src/components/enhanced/badge.tsx +0 -191
  70. package/src/components/enhanced/button.tsx +0 -362
  71. package/src/components/enhanced/card.tsx +0 -266
  72. package/src/components/enhanced/dialog.tsx +0 -246
  73. package/src/components/enhanced/index.ts +0 -4
  74. package/src/components/file-upload/file-upload.test.tsx +0 -243
  75. package/src/components/rich-text-editor/index-old-backup.tsx +0 -437
  76. package/src/types/moonui.d.ts +0 -22
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ClassValue } from 'clsx';
2
2
  import * as React$1 from 'react';
3
- import React__default, { ReactNode, ErrorInfo } from 'react';
3
+ import React__default, { ErrorInfo, ReactNode, ComponentType } from 'react';
4
4
  import * as AccordionPrimitive from '@radix-ui/react-accordion';
5
5
  import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
6
6
  import { VariantProps } from 'class-variance-authority';
@@ -23,15 +23,183 @@ import * as ToastPrimitives from '@radix-ui/react-toast';
23
23
  import * as TogglePrimitive from '@radix-ui/react-toggle';
24
24
  import * as TooltipPrimitive from '@radix-ui/react-tooltip';
25
25
  import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
26
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
27
  import { ColumnDef, OnChangeFn, SortingState, ColumnFiltersState } from '@tanstack/react-table';
27
28
  export { ColumnDef } from '@tanstack/react-table';
28
29
 
29
30
  declare function cn(...inputs: ClassValue[]): string;
30
31
 
31
- declare const MoonUIAccordionPro: React$1.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & React$1.RefAttributes<HTMLDivElement>>;
32
- declare const MoonUIAccordionItemPro: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
33
- declare const MoonUIAccordionTriggerPro: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
34
- declare const MoonUIAccordionContentPro: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
32
+ interface AIResponse {
33
+ text: string;
34
+ error?: string;
35
+ }
36
+ interface AIProvider {
37
+ generateText(prompt: string): Promise<string>;
38
+ rewrite(text: string): Promise<string>;
39
+ expand(text: string): Promise<string>;
40
+ summarize(text: string): Promise<string>;
41
+ fixGrammar(text: string): Promise<string>;
42
+ translate(text: string, targetLang: string): Promise<string>;
43
+ changeTone(text: string, tone: string): Promise<string>;
44
+ continueWriting(text: string): Promise<string>;
45
+ improveWriting(text: string): Promise<string>;
46
+ generateIdeas(text: string): Promise<string>;
47
+ complete(text: string): Promise<string>;
48
+ }
49
+ interface AIProviderConfig {
50
+ apiKey: string;
51
+ model?: string;
52
+ temperature?: number;
53
+ maxTokens?: number;
54
+ }
55
+ declare class GeminiProvider implements AIProvider {
56
+ private apiKey;
57
+ private model;
58
+ private apiUrl;
59
+ constructor(config: AIProviderConfig);
60
+ private callGeminiAPI;
61
+ generateText(prompt: string): Promise<string>;
62
+ rewrite(text: string): Promise<string>;
63
+ expand(text: string): Promise<string>;
64
+ summarize(text: string): Promise<string>;
65
+ fixGrammar(text: string): Promise<string>;
66
+ translate(text: string, targetLang: string): Promise<string>;
67
+ changeTone(text: string, tone: string): Promise<string>;
68
+ continueWriting(text: string): Promise<string>;
69
+ improveWriting(text: string): Promise<string>;
70
+ generateIdeas(text: string): Promise<string>;
71
+ complete(text: string): Promise<string>;
72
+ }
73
+ declare class OpenAIProvider implements AIProvider {
74
+ private apiKey;
75
+ private model;
76
+ private temperature;
77
+ private maxTokens;
78
+ private apiUrl;
79
+ constructor(config: AIProviderConfig);
80
+ private callOpenAI;
81
+ generateText(prompt: string): Promise<string>;
82
+ rewrite(text: string): Promise<string>;
83
+ expand(text: string): Promise<string>;
84
+ summarize(text: string): Promise<string>;
85
+ fixGrammar(text: string): Promise<string>;
86
+ translate(text: string, targetLang: string): Promise<string>;
87
+ changeTone(text: string, tone: string): Promise<string>;
88
+ continueWriting(text: string): Promise<string>;
89
+ improveWriting(text: string): Promise<string>;
90
+ generateIdeas(text: string): Promise<string>;
91
+ complete(text: string): Promise<string>;
92
+ }
93
+ declare class ClaudeProvider implements AIProvider {
94
+ private apiKey;
95
+ private model;
96
+ private apiUrl;
97
+ constructor(config: AIProviderConfig);
98
+ private callClaude;
99
+ generateText(prompt: string): Promise<string>;
100
+ rewrite(text: string): Promise<string>;
101
+ expand(text: string): Promise<string>;
102
+ summarize(text: string): Promise<string>;
103
+ fixGrammar(text: string): Promise<string>;
104
+ translate(text: string, targetLang: string): Promise<string>;
105
+ changeTone(text: string, tone: string): Promise<string>;
106
+ continueWriting(text: string): Promise<string>;
107
+ improveWriting(text: string): Promise<string>;
108
+ generateIdeas(text: string): Promise<string>;
109
+ complete(text: string): Promise<string>;
110
+ }
111
+ declare function createAIProvider(provider: 'openai' | 'gemini' | 'claude', config: AIProviderConfig): AIProvider;
112
+
113
+ type AccordionSize = "sm" | "md" | "lg";
114
+ type AccordionVariant = "default" | "bordered" | "elevated" | "gradient" | "glassmorphism";
115
+ type AnimationMode$1 = "spring" | "smooth" | "fade" | "bounce";
116
+ interface MoonUIAccordionProBaseProps {
117
+ /** Accordion size */
118
+ size?: AccordionSize;
119
+ /** Accordion visual variant */
120
+ variant?: AccordionVariant;
121
+ /** Animation mode */
122
+ animationMode?: AnimationMode$1;
123
+ /** Auto-expand based on URL hash */
124
+ autoExpandFromHash?: boolean;
125
+ /** Search term highlighting */
126
+ searchTerm?: string;
127
+ /** Analytics tracking callback */
128
+ onItemToggle?: (itemId: string, isOpen: boolean) => void;
129
+ /** Additional className */
130
+ className?: string;
131
+ /** Children elements */
132
+ children?: React$1.ReactNode;
133
+ /** Disabled state */
134
+ disabled?: boolean;
135
+ /** HTML dir attribute */
136
+ dir?: "ltr" | "rtl";
137
+ /** Orientation */
138
+ orientation?: "vertical" | "horizontal";
139
+ }
140
+ interface MoonUIAccordionProSingleProps extends MoonUIAccordionProBaseProps {
141
+ type: "single";
142
+ value?: string;
143
+ defaultValue?: string;
144
+ onValueChange?: (value: string) => void;
145
+ collapsible?: boolean;
146
+ }
147
+ interface MoonUIAccordionProMultipleProps extends MoonUIAccordionProBaseProps {
148
+ type: "multiple";
149
+ value?: string[];
150
+ defaultValue?: string[];
151
+ onValueChange?: (value: string[]) => void;
152
+ }
153
+ type MoonUIAccordionProProps = MoonUIAccordionProSingleProps | MoonUIAccordionProMultipleProps;
154
+ declare const MoonUIAccordionPro: React$1.ForwardRefExoticComponent<MoonUIAccordionProProps & React$1.RefAttributes<HTMLDivElement>>;
155
+ interface MoonUIAccordionItemProProps extends React$1.ComponentPropsWithoutRef<typeof AccordionPrimitive.Item> {
156
+ /** Loading state */
157
+ loading?: boolean;
158
+ /** Progress percentage (0-100) */
159
+ progress?: number;
160
+ /** Badge content */
161
+ badge?: React$1.ReactNode;
162
+ /** Badge variant */
163
+ badgeVariant?: "default" | "primary" | "secondary" | "success" | "warning" | "danger";
164
+ /** Completion status */
165
+ completed?: boolean;
166
+ /** Lazy loading - load content only when opened */
167
+ lazy?: boolean;
168
+ }
169
+ declare const MoonUIAccordionItemPro: React$1.ForwardRefExoticComponent<MoonUIAccordionItemProProps & React$1.RefAttributes<HTMLDivElement>>;
170
+ interface MoonUIAccordionTriggerProProps extends React$1.ComponentPropsWithoutRef<typeof AccordionPrimitive.Trigger> {
171
+ /** Icon to show on the left */
172
+ leftIcon?: React$1.ReactNode;
173
+ /** Icon to show on the right (excluding chevron) */
174
+ rightIcon?: React$1.ReactNode;
175
+ /** Subtitle / description */
176
+ description?: string;
177
+ /** Keyboard shortcut */
178
+ shortcut?: string;
179
+ /** External link indicator */
180
+ external?: boolean;
181
+ /** Custom chevron icon */
182
+ customChevron?: React$1.ReactNode;
183
+ /** Hide chevron */
184
+ hideChevron?: boolean;
185
+ }
186
+ declare const MoonUIAccordionTriggerPro: React$1.ForwardRefExoticComponent<MoonUIAccordionTriggerProProps & React$1.RefAttributes<HTMLButtonElement>>;
187
+ interface MoonUIAccordionContentProProps extends React$1.ComponentPropsWithoutRef<typeof AccordionPrimitive.Content> {
188
+ /** Content loading state */
189
+ contentLoading?: boolean;
190
+ /** Dynamic content loading function */
191
+ loadContent?: () => Promise<React$1.ReactNode>;
192
+ /** Remove padding */
193
+ noPadding?: boolean;
194
+ }
195
+ declare const MoonUIAccordionContentPro: React$1.ForwardRefExoticComponent<MoonUIAccordionContentProProps & React$1.RefAttributes<HTMLDivElement>>;
196
+ declare const useAccordionAnalytics: () => {
197
+ analytics: Record<string, {
198
+ openCount: number;
199
+ lastOpened: Date;
200
+ }>;
201
+ trackItemOpen: (itemId: string) => void;
202
+ };
35
203
 
36
204
  /**
37
205
  * Alert Component
@@ -41,8 +209,8 @@ declare const MoonUIAccordionContentPro: React$1.ForwardRefExoticComponent<Omit<
41
209
  */
42
210
  declare const MoonUIalertVariantsPro: (props?: ({
43
211
  variant?: "default" | "primary" | "success" | "warning" | "error" | "info" | null | undefined;
44
- size?: "default" | "sm" | "lg" | null | undefined;
45
- radius?: "none" | "default" | "sm" | "lg" | "full" | null | undefined;
212
+ size?: "sm" | "lg" | "default" | null | undefined;
213
+ radius?: "sm" | "lg" | "default" | "none" | "full" | null | undefined;
46
214
  withClose?: boolean | null | undefined;
47
215
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
48
216
  interface AlertProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof MoonUIalertVariantsPro> {
@@ -85,8 +253,8 @@ interface ResponsiveRatio {
85
253
  "2xl"?: number | PresetRatio;
86
254
  }
87
255
  declare const MoonUIaspectRatioVariantsPro: (props?: ({
88
- variant?: "default" | "ghost" | "outline" | "card" | "glass" | "gradient" | null | undefined;
89
- radius?: "none" | "sm" | "lg" | "full" | "md" | "xl" | "2xl" | null | undefined;
256
+ variant?: "default" | "gradient" | "ghost" | "outline" | "card" | "glass" | null | undefined;
257
+ radius?: "sm" | "md" | "lg" | "none" | "full" | "xl" | "2xl" | null | undefined;
90
258
  animate?: boolean | null | undefined;
91
259
  hover?: boolean | null | undefined;
92
260
  loading?: boolean | null | undefined;
@@ -125,8 +293,8 @@ interface AspectRatioProps extends React$1.HTMLAttributes<HTMLDivElement>, Varia
125
293
  declare const MoonUIAspectRatioPro: React$1.ForwardRefExoticComponent<AspectRatioProps & React$1.RefAttributes<HTMLDivElement>>;
126
294
 
127
295
  declare const moonUIAvatarVariantsPro: (props?: ({
128
- size?: "default" | "sm" | "lg" | "md" | "xl" | "2xl" | "xs" | null | undefined;
129
- radius?: "none" | "default" | "sm" | "lg" | "full" | null | undefined;
296
+ size?: "sm" | "md" | "lg" | "default" | "xl" | "2xl" | "xs" | null | undefined;
297
+ radius?: "sm" | "lg" | "default" | "none" | "full" | null | undefined;
130
298
  variant?: "default" | "border" | "ring" | "ringOffset" | null | undefined;
131
299
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
132
300
  interface MoonUIAvatarProProps extends React$1.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>, VariantProps<typeof moonUIAvatarVariantsPro> {
@@ -142,9 +310,9 @@ declare const MoonUIAvatarFallbackPro: React$1.ForwardRefExoticComponent<Omit<Av
142
310
  * Dark ve light modda uyumlu, erişilebilir ve çeşitli varyantlar sunar.
143
311
  */
144
312
  declare const moonUIBadgeVariantsPro: (props?: ({
145
- variant?: "primary" | "success" | "warning" | "ghost" | "outline" | "secondary" | "destructive" | "pro" | "admin" | null | undefined;
146
- size?: "sm" | "lg" | "md" | null | undefined;
147
- radius?: "none" | "default" | "sm" | "lg" | null | undefined;
313
+ variant?: "primary" | "secondary" | "success" | "warning" | "ghost" | "outline" | "destructive" | "pro" | "admin" | null | undefined;
314
+ size?: "sm" | "md" | "lg" | null | undefined;
315
+ radius?: "sm" | "lg" | "default" | "none" | null | undefined;
148
316
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
149
317
  interface MoonUIBadgeProProps extends React$1.HTMLAttributes<HTMLDivElement>, Omit<VariantProps<typeof moonUIBadgeVariantsPro>, 'variant'> {
150
318
  withDot?: boolean;
@@ -173,7 +341,7 @@ declare function MoonUIBadgePro({ className, variant, size, radius, withDot, dot
173
341
 
174
342
  declare const MoonUIbreadcrumbVariantsPro: (props?: ({
175
343
  variant?: "default" | "ghost" | "muted" | null | undefined;
176
- size?: "default" | "sm" | "lg" | null | undefined;
344
+ size?: "sm" | "lg" | "default" | null | undefined;
177
345
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
178
346
  interface BreadcrumbProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof MoonUIbreadcrumbVariantsPro> {
179
347
  separator?: React$1.ReactNode;
@@ -217,9 +385,9 @@ declare const MoonUIBreadcrumbPagePro: React$1.ForwardRefExoticComponent<React$1
217
385
  * Pixel-perfect design with extensive variants and states.
218
386
  */
219
387
  declare const moonUIButtonProVariants: (props?: ({
220
- variant?: "link" | "primary" | "success" | "ghost" | "outline" | "glass" | "gradient" | "secondary" | "destructive" | "glow" | "soft" | "neon" | null | undefined;
221
- size?: "sm" | "lg" | "md" | "xl" | "icon" | "xs" | "icon-sm" | "icon-lg" | null | undefined;
222
- rounded?: "none" | "default" | "full" | null | undefined;
388
+ variant?: "gradient" | "link" | "primary" | "secondary" | "success" | "ghost" | "outline" | "glass" | "destructive" | "glow" | "soft" | "neon" | null | undefined;
389
+ size?: "sm" | "md" | "lg" | "xl" | "icon" | "xs" | "icon-sm" | "icon-lg" | null | undefined;
390
+ rounded?: "sm" | "lg" | "default" | "none" | "full" | null | undefined;
223
391
  fullWidth?: boolean | null | undefined;
224
392
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
225
393
  interface MoonUIButtonProProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof moonUIButtonProVariants> {
@@ -267,9 +435,9 @@ declare namespace Calendar$1 {
267
435
  }
268
436
 
269
437
  declare const moonUICardVariantsPro: (props?: ({
270
- variant?: "default" | "outline" | "glass" | "gradient" | "filled" | "glow" | "neon" | "elevated" | null | undefined;
271
- size?: "default" | "sm" | "lg" | "xl" | null | undefined;
272
- radius?: "none" | "default" | "sm" | "lg" | "full" | null | undefined;
438
+ variant?: "default" | "elevated" | "gradient" | "outline" | "glass" | "filled" | "glow" | "neon" | null | undefined;
439
+ size?: "sm" | "lg" | "default" | "xl" | null | undefined;
440
+ radius?: "sm" | "lg" | "default" | "none" | "full" | null | undefined;
273
441
  interactive?: boolean | null | undefined;
274
442
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
275
443
  interface MoonUICardProProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof moonUICardVariantsPro> {
@@ -296,9 +464,9 @@ declare const MoonUICardFooterPro: React$1.ForwardRefExoticComponent<React$1.HTM
296
464
  */
297
465
  declare const moonUICheckboxVariantsPro: (props?: ({
298
466
  variant?: "default" | "ghost" | "outline" | "muted" | null | undefined;
299
- size?: "default" | "sm" | "lg" | "md" | null | undefined;
300
- radius?: "none" | "default" | "sm" | "full" | "md" | null | undefined;
301
- animation?: "none" | "default" | "subtle" | "bounce" | null | undefined;
467
+ size?: "sm" | "md" | "lg" | "default" | null | undefined;
468
+ radius?: "sm" | "md" | "default" | "none" | "full" | null | undefined;
469
+ animation?: "default" | "bounce" | "none" | "subtle" | null | undefined;
302
470
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
303
471
  interface MoonUICheckboxProProps extends React$1.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>, VariantProps<typeof moonUICheckboxVariantsPro> {
304
472
  /**
@@ -313,26 +481,111 @@ interface MoonUICheckboxProProps extends React$1.ComponentPropsWithoutRef<typeof
313
481
  declare const MoonUICheckboxPro: React$1.ForwardRefExoticComponent<MoonUICheckboxProProps & React$1.RefAttributes<HTMLButtonElement>>;
314
482
 
315
483
  /**
316
- * Collapsible (Daraltılabilir) Bileşeni
484
+ * MoonUICollapsiblePro - Advanced Collapsible Component
317
485
  *
318
- * İçeriği genişletilip daraltılabilen hafif bir bileşendir.
319
- * Tema sistemiyle tam entegre, erişilebilir ve özelleştirilebilir.
486
+ * A feature-rich collapsible component with professional features:
487
+ * - Multiple visual variants (elevated, bordered, gradient, glassmorphism, card)
488
+ * - Size options (xs, sm, md, lg, xl)
489
+ * - Animation modes (spring, smooth, fade, bounce, slide)
490
+ * - Loading states with skeletons
491
+ * - Icon support (left/right icons, custom chevrons)
492
+ * - Progress indicators
493
+ * - Badge system with variants
494
+ * - Lazy loading for performance
495
+ * - Auto-collapse timer
496
+ * - Keyboard shortcuts
497
+ * - Analytics tracking
498
+ * - Memory persistence
499
+ * - Nested collapsibles support
320
500
  */
321
- declare const MoonUICollapsiblePro: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleProps & React$1.RefAttributes<HTMLDivElement>>;
322
- declare const MoonUIcollapsibleTriggerVariantsPro: (props?: ({
323
- variant?: "default" | "ghost" | "outline" | null | undefined;
324
- size?: "default" | "sm" | "lg" | "md" | null | undefined;
325
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
326
- interface CollapsibleTriggerProps extends React$1.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Trigger>, VariantProps<typeof MoonUIcollapsibleTriggerVariantsPro> {
501
+ type CollapsibleSize = "xs" | "sm" | "md" | "lg" | "xl";
502
+ type CollapsibleVariant = "default" | "bordered" | "elevated" | "gradient" | "glassmorphism" | "card";
503
+ type AnimationMode = "spring" | "smooth" | "fade" | "bounce" | "slide";
504
+ type BadgeVariant = "default" | "primary" | "secondary" | "success" | "warning" | "danger" | "info";
505
+ interface MoonUICollapsibleProProps {
506
+ /** Visual variant */
507
+ variant?: CollapsibleVariant;
508
+ /** Size preset */
509
+ size?: CollapsibleSize;
510
+ /** Animation mode */
511
+ animationMode?: AnimationMode;
512
+ /** Auto-collapse after X milliseconds */
513
+ autoCollapseAfter?: number;
514
+ /** Analytics tracking callback */
515
+ onToggleChange?: (isOpen: boolean) => void;
516
+ /** Memory persistence key */
517
+ persistKey?: string;
518
+ /** Loading state */
519
+ loading?: boolean;
520
+ /** Progress percentage (0-100) */
521
+ progress?: number;
522
+ /** Badge content */
523
+ badge?: React$1.ReactNode;
524
+ /** Badge variant */
525
+ badgeVariant?: BadgeVariant;
526
+ /** Custom keyboard shortcut */
527
+ shortcut?: string;
528
+ /** Lazy load content */
529
+ lazy?: boolean;
530
+ /** Additional className */
531
+ className?: string;
532
+ /** Control open state */
533
+ open?: boolean;
534
+ /** Default open state */
535
+ defaultOpen?: boolean;
536
+ /** Callback when open state changes */
537
+ onOpenChange?: (open: boolean) => void;
538
+ /** Children elements */
539
+ children?: React$1.ReactNode;
540
+ /** Disabled state */
541
+ disabled?: boolean;
327
542
  }
328
- declare const MoonUICollapsibleTriggerPro: React$1.ForwardRefExoticComponent<CollapsibleTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
329
- declare const MoonUIcollapsibleContentVariantsPro: (props?: ({
330
- variant?: "default" | "ghost" | "outline" | null | undefined;
331
- size?: "default" | "sm" | "lg" | "md" | null | undefined;
543
+ declare const MoonUICollapsiblePro: React$1.ForwardRefExoticComponent<MoonUICollapsibleProProps & React$1.RefAttributes<HTMLDivElement>>;
544
+ declare const collapsibleTriggerVariants: (props?: ({
545
+ variant?: "default" | "bordered" | "elevated" | "gradient" | "glassmorphism" | "card" | null | undefined;
546
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | null | undefined;
332
547
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
333
- interface CollapsibleContentProps extends React$1.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Content>, VariantProps<typeof MoonUIcollapsibleContentVariantsPro> {
334
- }
335
- declare const MoonUICollapsibleContentPro: React$1.ForwardRefExoticComponent<CollapsibleContentProps & React$1.RefAttributes<HTMLDivElement>>;
548
+ interface MoonUICollapsibleTriggerProProps extends React$1.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Trigger>, VariantProps<typeof collapsibleTriggerVariants> {
549
+ /** Icon to show on the left */
550
+ leftIcon?: React$1.ReactNode;
551
+ /** Icon to show on the right (excluding chevron) */
552
+ rightIcon?: React$1.ReactNode;
553
+ /** Subtitle / description */
554
+ description?: string;
555
+ /** External link indicator */
556
+ external?: boolean;
557
+ /** Custom chevron icon */
558
+ customChevron?: React$1.ReactNode;
559
+ /** Hide chevron */
560
+ hideChevron?: boolean;
561
+ /** Status indicator */
562
+ status?: "success" | "warning" | "error" | "info";
563
+ }
564
+ declare const MoonUICollapsibleTriggerPro: React$1.ForwardRefExoticComponent<MoonUICollapsibleTriggerProProps & React$1.RefAttributes<HTMLButtonElement>>;
565
+ declare const collapsibleContentVariants: (props?: ({
566
+ variant?: "default" | "bordered" | "elevated" | "gradient" | "glassmorphism" | "card" | null | undefined;
567
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | null | undefined;
568
+ } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
569
+ interface MoonUICollapsibleContentProProps extends React$1.ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Content>, VariantProps<typeof collapsibleContentVariants> {
570
+ /** Content loading state */
571
+ contentLoading?: boolean;
572
+ /** Dynamic content loading function */
573
+ loadContent?: () => Promise<React$1.ReactNode>;
574
+ /** Remove padding */
575
+ noPadding?: boolean;
576
+ /** Custom padding */
577
+ padding?: string;
578
+ }
579
+ declare const MoonUICollapsibleContentPro: React$1.ForwardRefExoticComponent<MoonUICollapsibleContentProProps & React$1.RefAttributes<HTMLDivElement>>;
580
+ declare const useCollapsibleAnalytics: () => {
581
+ analytics: {
582
+ openCount: number;
583
+ lastOpened: Date | null;
584
+ totalTimeOpen: number;
585
+ };
586
+ trackOpen: () => void;
587
+ trackClose: () => void;
588
+ };
336
589
 
337
590
  interface MoonUIColorPickerProProps {
338
591
  value?: string;
@@ -346,31 +599,46 @@ interface MoonUIColorPickerProProps {
346
599
  declare const MoonUIColorPickerPro: ({ value, onChange, className, showInput, showPresets, size, presets }: MoonUIColorPickerProProps) => react_jsx_runtime.JSX.Element;
347
600
 
348
601
  /**
349
- * Premium Dialog Component
602
+ * Premium Dialog Component Pro
603
+ *
604
+ * Gelişmiş, erişilebilir ve özelleştirilebilir modal dialog component'i.
605
+ * Kullanıcı deneyimini variants, boyutlar ve zengin özelliklerle geliştirir.
606
+ * Premium görünüm sunar, dark ve light mode uyumlu, akıcı animasyonlar.
350
607
  *
351
- * Modern, accessible and customizable modal dialog component.
352
- * Enhances user experience with variants, sizes and rich features.
353
- * Provides a premium appearance with dark and light mode compatibility and fluid animations.
608
+ * Pro Özellikler:
609
+ * - Gelişmiş animasyon seçenekleri (bounce, elastic, spring, rotate)
610
+ * - Stacked dialog desteği (birden fazla dialog)
611
+ * - Confirmation dialog presets (silme, kaydet, çıkış onayları)
612
+ * - Form validation desteği ve otomatik hata yönetimi
613
+ * - Responsive breakpoint davranışları
614
+ * - Glass, gradient ve neon visual variants
615
+ * - Custom backdrop effects ve blur seçenekleri
616
+ * - Spring physics ile gelişmiş animasyonlar
617
+ * - Accessibility improvements ve keyboard navigation
618
+ * - Auto-close prevention ve confirmation prompts
354
619
  */
355
620
  declare const MoonUIDialogPro: React$1.FC<SheetPrimitive.DialogProps>;
356
621
  declare const MoonUIDialogTriggerPro: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
357
622
  declare const MoonUIDialogClosePro: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
358
623
  declare const overlayVariants: (props?: ({
359
- variant?: "default" | "blur" | "subtle" | "minimal" | null | undefined;
360
- animation?: "default" | "slow" | "fast" | null | undefined;
624
+ variant?: "default" | "gradient" | "blur" | "dark" | "subtle" | "minimal" | null | undefined;
625
+ blurAmount?: "sm" | "md" | "lg" | "none" | "xl" | null | undefined;
626
+ animation?: "default" | "spring" | "slow" | "fast" | null | undefined;
361
627
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
362
628
  declare const dialogContentVariants: (props?: ({
363
- variant?: "default" | "primary" | "ghost" | "secondary" | "destructive" | null | undefined;
364
- size?: "default" | "sm" | "lg" | "full" | "md" | "xl" | "xs" | null | undefined;
365
- radius?: "none" | "default" | "sm" | "lg" | "full" | "xl" | null | undefined;
366
- animation?: "none" | "default" | "zoom" | "fade" | "slide" | null | undefined;
367
- position?: "default" | "bottom" | "top" | null | undefined;
629
+ variant?: "default" | "gradient" | "primary" | "secondary" | "ghost" | "glass" | "destructive" | "neon" | null | undefined;
630
+ size?: "sm" | "md" | "lg" | "default" | "full" | "xl" | "2xl" | "responsive" | "xs" | "3xl" | "4xl" | "fullscreen" | null | undefined;
631
+ radius?: "sm" | "lg" | "default" | "none" | "full" | "xl" | null | undefined;
632
+ animation?: "default" | "spring" | "fade" | "bounce" | "none" | "rotate" | "flip" | "zoom" | "slide" | "slideUp" | "slideLeft" | "slideRight" | "rotateScale" | "elastic" | "swirl" | null | undefined;
633
+ position?: "default" | "center" | "bottom" | "top" | null | undefined;
368
634
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
369
635
  interface MoonUIDialogContentProProps extends Omit<React$1.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, 'title'>, VariantProps<typeof dialogContentVariants> {
370
636
  /** X butonunu gizle */
371
637
  hideCloseButton?: boolean;
372
638
  /** Overlay varyantı */
373
639
  overlayVariant?: VariantProps<typeof overlayVariants>["variant"];
640
+ /** Overlay blur miktarı */
641
+ overlayBlur?: VariantProps<typeof overlayVariants>["blurAmount"];
374
642
  /** Overlay animasyonu */
375
643
  overlayAnimation?: VariantProps<typeof overlayVariants>["animation"];
376
644
  /** İçerik başlığı (hızlı kullanım için) */
@@ -385,6 +653,22 @@ interface MoonUIDialogContentProProps extends Omit<React$1.ComponentPropsWithout
385
653
  success?: boolean;
386
654
  /** Özel onClose handler */
387
655
  onClose?: () => void;
656
+ /** Animasyon süresi (saniye) */
657
+ animationDuration?: number;
658
+ /** Spring physics animasyonları etkinleştir */
659
+ enableSpringPhysics?: boolean;
660
+ /** Stack edilmiş dialog desteği için z-index */
661
+ stackLevel?: number;
662
+ /** Confirmation dialog türü */
663
+ confirmationType?: 'info' | 'warning' | 'error' | 'success';
664
+ /** Form validation desteği için */
665
+ hasFormValidation?: boolean;
666
+ /** Responsive breakpoint davranışı */
667
+ responsive?: boolean;
668
+ /** Custom backdrop effects */
669
+ customBackdrop?: boolean;
670
+ /** Close animasyonu */
671
+ closeAnimation?: boolean;
388
672
  }
389
673
  declare const MoonUIDialogContentPro: React$1.ForwardRefExoticComponent<MoonUIDialogContentProProps & React$1.RefAttributes<HTMLDivElement>>;
390
674
  declare const MoonUIDialogHeaderPro: {
@@ -399,60 +683,155 @@ declare const MoonUIDialogTitlePro: React$1.ForwardRefExoticComponent<Omit<Sheet
399
683
  declare const MoonUIDialogDescriptionPro: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
400
684
 
401
685
  /**
402
- * Command (Komut Paleti) Bileşeni
686
+ * AI-Enhanced Command Palette Component
403
687
  *
404
- * Gerçek command palette işlevselliği ile klavye navigasyonu, arama ve filtreleme.
405
- * cmdk kütüphanesi üzerine inşa edilmiş, tam özellikli command interface.
688
+ * Features:
689
+ * - Fuzzy search with typo tolerance
690
+ * - AI-powered natural language processing
691
+ * - Voice commands with Web Speech API
692
+ * - Smart suggestions based on usage patterns
693
+ * - Intelligent history tracking
694
+ * - Real AI service integration
406
695
  */
407
- declare const MoonUIcommandVariantsPro: (props?: ({
408
- variant?: "default" | "glass" | "bordered" | null | undefined;
409
- size?: "default" | "sm" | "lg" | null | undefined;
696
+ interface CommandAIConfig {
697
+ provider?: 'openai' | 'claude' | 'gemini';
698
+ apiKey?: string;
699
+ model?: string;
700
+ temperature?: number;
701
+ maxTokens?: number;
702
+ }
703
+ interface CommandItemData {
704
+ id: string;
705
+ label: string;
706
+ value: string;
707
+ category?: string;
708
+ keywords?: string[];
709
+ action?: () => void;
710
+ shortcut?: string[];
711
+ icon?: React$1.ReactNode;
712
+ priority?: number;
713
+ context?: string[];
714
+ }
715
+ declare const commandVariantsPro: (props?: ({
716
+ variant?: "default" | "bordered" | "gradient" | "glass" | "neon" | null | undefined;
717
+ size?: "sm" | "lg" | "default" | "xl" | null | undefined;
410
718
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
411
- interface CommandProps extends React$1.ComponentProps<typeof Command>, VariantProps<typeof MoonUIcommandVariantsPro> {
719
+ interface CommandProProps extends Omit<React$1.ComponentProps<typeof Command>, 'onSelect'>, VariantProps<typeof commandVariantsPro> {
720
+ items?: CommandItemData[];
721
+ onItemSelect?: (item: CommandItemData) => void;
722
+ enableAI?: boolean;
723
+ enableVoice?: boolean;
724
+ enableFuzzySearch?: boolean;
725
+ enableAISuggestions?: boolean;
726
+ enableHistory?: boolean;
727
+ maxHistoryItems?: number;
728
+ placeholder?: string;
729
+ emptyMessage?: string;
730
+ showShortcuts?: boolean;
731
+ categories?: string[];
732
+ onVoiceCommand?: (transcript: string) => void;
733
+ aiConfig?: CommandAIConfig;
734
+ persistAISettings?: boolean;
735
+ onAICommand?: (command: string, result: string) => void;
412
736
  }
413
- declare const MoonUICommandPro: React$1.ForwardRefExoticComponent<Omit<CommandProps, "ref"> & React$1.RefAttributes<never>>;
414
- interface CommandDialogProps extends React$1.ComponentProps<typeof MoonUIDialogPro> {
415
- commandClassName?: string;
737
+ declare const MoonUICommandPro: React$1.ForwardRefExoticComponent<Omit<CommandProProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
738
+ interface CommandDialogProProps extends React$1.ComponentProps<typeof MoonUIDialogPro> {
739
+ commandProps?: CommandProProps;
416
740
  children?: React$1.ReactNode;
417
741
  }
418
- declare const MoonUICommandDialogPro: ({ children, commandClassName, ...props }: CommandDialogProps) => react_jsx_runtime.JSX.Element;
742
+ declare const MoonUICommandDialogPro: ({ children, commandProps, ...props }: CommandDialogProProps) => react_jsx_runtime.JSX.Element;
419
743
  interface CommandInputProps extends React$1.ComponentProps<typeof Command.Input> {
420
744
  }
421
- declare const MoonUICommandInputPro: React$1.ForwardRefExoticComponent<Omit<CommandInputProps, "ref"> & React$1.RefAttributes<never>>;
745
+ declare const MoonUICommandInputPro: React$1.ForwardRefExoticComponent<Omit<CommandInputProps, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
422
746
  interface CommandListProps extends React$1.ComponentProps<typeof Command.List> {
423
747
  }
424
- declare const MoonUICommandListPro: React$1.ForwardRefExoticComponent<Omit<CommandListProps, "ref"> & React$1.RefAttributes<never>>;
748
+ declare const MoonUICommandListPro: React$1.ForwardRefExoticComponent<Omit<CommandListProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
425
749
  interface CommandEmptyProps extends React$1.ComponentProps<typeof Command.Empty> {
426
750
  }
427
- declare const MoonUICommandEmptyPro: React$1.ForwardRefExoticComponent<Omit<CommandEmptyProps, "ref"> & React$1.RefAttributes<never>>;
751
+ declare const MoonUICommandEmptyPro: React$1.ForwardRefExoticComponent<Omit<CommandEmptyProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
428
752
  interface CommandGroupProps extends React$1.ComponentProps<typeof Command.Group> {
429
753
  }
430
- declare const MoonUICommandGroupPro: React$1.ForwardRefExoticComponent<Omit<CommandGroupProps, "ref"> & React$1.RefAttributes<never>>;
754
+ declare const MoonUICommandGroupPro: React$1.ForwardRefExoticComponent<Omit<CommandGroupProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
431
755
  interface CommandSeparatorProps extends React$1.ComponentProps<typeof Command.Separator> {
432
756
  }
433
- declare const MoonUICommandSeparatorPro: React$1.ForwardRefExoticComponent<Omit<CommandSeparatorProps, "ref"> & React$1.RefAttributes<never>>;
757
+ declare const MoonUICommandSeparatorPro: React$1.ForwardRefExoticComponent<Omit<CommandSeparatorProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
434
758
  interface CommandItemProps extends React$1.ComponentProps<typeof Command.Item> {
435
759
  }
436
- declare const MoonUICommandItemPro: React$1.ForwardRefExoticComponent<Omit<CommandItemProps, "ref"> & React$1.RefAttributes<never>>;
760
+ declare const MoonUICommandItemPro: React$1.ForwardRefExoticComponent<Omit<CommandItemProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
437
761
  declare const MoonUICommandShortcutPro: {
438
762
  ({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
439
763
  displayName: string;
440
764
  };
441
765
 
766
+ /**
767
+ * Premium Dropdown Menu Component Pro
768
+ *
769
+ * Gelişmiş, erişilebilir ve özelleştirilebilir dropdown menu component'i.
770
+ * Zengin animasyonlar, arama özelliği, komut paleti entegrasyonu ve premium görünüm sunar.
771
+ *
772
+ * Pro Özellikler:
773
+ * - Gelişmiş animasyon seçenekleri (slide, scale, fade, spring)
774
+ * - Arama ve filtreleme özelliği
775
+ * - Komut paleti entegrasyonu (⌘K style)
776
+ * - Multi-level nested menu desteği
777
+ * - Rich content support (avatars, badges, descriptions)
778
+ * - Glass, gradient ve neon visual variants
779
+ * - Keyboard shortcuts ile gelişmiş navigasyon
780
+ * - Loading states ve async actions
781
+ * - Custom icons ve badges
782
+ * - Responsive mobile optimization
783
+ * - Tooltip entegrasyonu
784
+ * - Customizable animation timing
785
+ * - Advanced keyboard navigation
786
+ * - Context menu mode
787
+ * - Command palette mode
788
+ */
442
789
  declare const MoonUIDropdownMenuPro: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps>;
443
790
  declare const MoonUIDropdownMenuTriggerPro: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
444
791
  declare const MoonUIDropdownMenuGroupPro: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
445
792
  declare const MoonUIDropdownMenuPortalPro: React$1.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
446
793
  declare const MoonUIDropdownMenuSubPro: React$1.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
447
794
  declare const MoonUIDropdownMenuRadioGroupPro: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
448
- declare const MoonUIDropdownMenuSubTriggerPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
795
+ declare const dropdownContentVariants: (props?: ({
796
+ variant?: "default" | "gradient" | "glass" | "neon" | "command" | "premium" | null | undefined;
797
+ animation?: "spring" | "fade" | "none" | "scale" | "slide" | "slideAndFade" | null | undefined;
798
+ size?: "sm" | "lg" | "default" | "full" | "xl" | "2xl" | null | undefined;
799
+ } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
800
+ declare const dropdownItemVariants: (props?: ({
801
+ variant?: "default" | "success" | "warning" | "destructive" | "premium" | null | undefined;
802
+ size?: "sm" | "lg" | "default" | null | undefined;
803
+ } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
804
+ interface DropdownMenuContentProps extends React$1.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content>, VariantProps<typeof dropdownContentVariants> {
805
+ enableSearch?: boolean;
806
+ searchPlaceholder?: string;
807
+ animationDuration?: number;
808
+ enableSpringPhysics?: boolean;
809
+ showPremiumBadge?: boolean;
810
+ loading?: boolean;
811
+ header?: React$1.ReactNode;
812
+ footer?: React$1.ReactNode;
813
+ }
814
+ interface DropdownMenuItemProps extends React$1.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Item>, VariantProps<typeof dropdownItemVariants> {
449
815
  inset?: boolean;
450
- } & React$1.RefAttributes<HTMLDivElement>>;
451
- declare const MoonUIDropdownMenuSubContentPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
452
- declare const MoonUIDropdownMenuContentPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
453
- declare const MoonUIDropdownMenuItemPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
816
+ icon?: React$1.ReactNode;
817
+ description?: string;
818
+ shortcut?: string;
819
+ badge?: React$1.ReactNode;
820
+ showCheckmark?: boolean;
821
+ loading?: boolean;
822
+ }
823
+ declare const MoonUIDropdownMenuSubTriggerPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
454
824
  inset?: boolean;
825
+ showChevron?: boolean;
826
+ badge?: React$1.ReactNode;
455
827
  } & React$1.RefAttributes<HTMLDivElement>>;
828
+ declare const MoonUIDropdownMenuSubContentPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
829
+ variant?: "default" | "gradient" | "glass" | "neon" | "command" | "premium" | null | undefined;
830
+ animation?: "spring" | "fade" | "none" | "scale" | "slide" | "slideAndFade" | null | undefined;
831
+ size?: "sm" | "lg" | "default" | "full" | "xl" | "2xl" | null | undefined;
832
+ } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
833
+ declare const MoonUIDropdownMenuContentPro: React$1.ForwardRefExoticComponent<DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>>;
834
+ declare const MoonUIDropdownMenuItemPro: React$1.ForwardRefExoticComponent<DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>>;
456
835
  declare const MoonUIDropdownMenuCheckboxItemPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
457
836
  declare const MoonUIDropdownMenuRadioItemPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
458
837
  declare const MoonUIDropdownMenuLabelPro: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
@@ -466,7 +845,7 @@ declare const MoonUIDropdownMenuShortcutPro: {
466
845
 
467
846
  declare const moonUIInputVariantsPro: (props?: ({
468
847
  variant?: "ghost" | "underline" | "filled" | "standard" | null | undefined;
469
- size?: "sm" | "lg" | "md" | null | undefined;
848
+ size?: "sm" | "md" | "lg" | null | undefined;
470
849
  hasLeftIcon?: boolean | null | undefined;
471
850
  hasRightIcon?: boolean | null | undefined;
472
851
  hasRightButton?: boolean | null | undefined;
@@ -546,11 +925,11 @@ declare const MoonUIPaginationEllipsisPro: {
546
925
  */
547
926
  declare const popoverContentVariants: (props?: ({
548
927
  variant?: "default" | "outline" | "destructive" | "subtle" | null | undefined;
549
- size?: "default" | "sm" | "lg" | null | undefined;
928
+ size?: "sm" | "lg" | "default" | null | undefined;
550
929
  side?: "left" | "right" | "bottom" | "top" | null | undefined;
551
930
  position?: "default" | "pointerEventsNone" | null | undefined;
552
- radius?: "none" | "default" | "sm" | "lg" | "full" | null | undefined;
553
- shadow?: "none" | "default" | "sm" | "lg" | "md" | "xl" | null | undefined;
931
+ radius?: "sm" | "lg" | "default" | "none" | "full" | null | undefined;
932
+ shadow?: "sm" | "md" | "lg" | "default" | "none" | "xl" | null | undefined;
554
933
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
555
934
  declare const MoonUIPopoverPro: React$1.FC<PopoverPrimitive.PopoverProps>;
556
935
  declare const MoonUIPopoverTriggerPro: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
@@ -570,7 +949,7 @@ interface MoonUIPopoverContentProProps extends Omit<React$1.ComponentPropsWithou
570
949
  }
571
950
  declare const MoonUIPopoverContentPro: React$1.ForwardRefExoticComponent<MoonUIPopoverContentProProps & React$1.RefAttributes<HTMLDivElement>>;
572
951
 
573
- declare const MoonUIProgressPro: React$1.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<never>>;
952
+ declare const MoonUIProgressPro: React$1.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
574
953
 
575
954
  /**
576
955
  * Radio Group Component
@@ -580,7 +959,7 @@ declare const MoonUIProgressPro: React$1.ForwardRefExoticComponent<Omit<Progress
580
959
  */
581
960
  declare const MoonUIradioGroupItemVariantsPro: (props?: ({
582
961
  variant?: "default" | "outline" | "filled" | null | undefined;
583
- size?: "default" | "sm" | "lg" | "md" | null | undefined;
962
+ size?: "sm" | "md" | "lg" | "default" | null | undefined;
584
963
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
585
964
  interface RadioGroupProps extends React$1.HTMLAttributes<HTMLDivElement> {
586
965
  /**
@@ -732,9 +1111,9 @@ declare const MoonUISelectItemPro: React$1.ForwardRefExoticComponent<MoonUISelec
732
1111
  declare const MoonUISelectSeparatorPro: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
733
1112
 
734
1113
  declare const moonUISeparatorVariantsPro: (props?: ({
735
- orientation?: "horizontal" | "vertical" | null | undefined;
1114
+ orientation?: "vertical" | "horizontal" | null | undefined;
736
1115
  variant?: "default" | "gradient" | "dashed" | "dotted" | null | undefined;
737
- size?: "sm" | "lg" | "md" | null | undefined;
1116
+ size?: "sm" | "md" | "lg" | null | undefined;
738
1117
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
739
1118
  interface MoonUISeparatorProProps extends Omit<React$1.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root>, 'orientation'>, VariantProps<typeof moonUISeparatorVariantsPro> {
740
1119
  orientation?: "horizontal" | "vertical";
@@ -774,17 +1153,17 @@ declare function MoonUISkeletonPro({ className, ...props }: MoonUISkeletonProPro
774
1153
  * Used for value ranges like volume, brightness, price ranges.
775
1154
  */
776
1155
  declare const moonUISliderVariantsPro: (props?: ({
777
- size?: "default" | "sm" | "lg" | "md" | null | undefined;
1156
+ size?: "sm" | "md" | "lg" | "default" | null | undefined;
778
1157
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
779
1158
  declare const sliderTrackVariants: (props?: ({
780
- variant?: "default" | "primary" | "success" | "warning" | "error" | "secondary" | "accent" | null | undefined;
1159
+ variant?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "accent" | null | undefined;
781
1160
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
782
1161
  declare const sliderRangeVariants: (props?: ({
783
- variant?: "default" | "primary" | "success" | "warning" | "error" | "secondary" | "accent" | null | undefined;
1162
+ variant?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "accent" | null | undefined;
784
1163
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
785
1164
  declare const sliderThumbVariants: (props?: ({
786
- variant?: "default" | "primary" | "success" | "warning" | "error" | "secondary" | "accent" | null | undefined;
787
- size?: "default" | "sm" | "lg" | "md" | null | undefined;
1165
+ variant?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "accent" | null | undefined;
1166
+ size?: "sm" | "md" | "lg" | "default" | null | undefined;
788
1167
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
789
1168
  type SliderBaseProps = {
790
1169
  /**
@@ -870,8 +1249,8 @@ declare const MoonUISwitchPro: React$1.ForwardRefExoticComponent<MoonUISwitchPro
870
1249
 
871
1250
  type SortDirection = "asc" | "desc" | null;
872
1251
  declare const MoonUItableVariantsPro: (props?: ({
873
- variant?: "default" | "card" | "minimal" | "bordered" | "striped" | null | undefined;
874
- size?: "default" | "sm" | "lg" | null | undefined;
1252
+ variant?: "default" | "bordered" | "card" | "minimal" | "striped" | null | undefined;
1253
+ size?: "sm" | "lg" | "default" | null | undefined;
875
1254
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
876
1255
  interface TableProps<T> extends React$1.HTMLAttributes<HTMLTableElement>, VariantProps<typeof MoonUItableVariantsPro> {
877
1256
  /** Veri yükleniyor durumunu gösterir */
@@ -916,45 +1295,75 @@ declare const MoonUITableHeadPro: React$1.ForwardRefExoticComponent<TableHeadPro
916
1295
  declare const MoonUITableCellPro: React$1.ForwardRefExoticComponent<React$1.TdHTMLAttributes<HTMLTableCellElement> & React$1.RefAttributes<HTMLTableCellElement>>;
917
1296
  declare const MoonUITableCaptionPro: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableCaptionElement> & React$1.RefAttributes<HTMLTableCaptionElement>>;
918
1297
 
919
- interface MoonUITabsProProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.Root> {
920
- /** Mobil görünümde dikey düzen için */
921
- vertical?: boolean;
922
- }
923
- declare const MoonUITabsPro: React$1.ForwardRefExoticComponent<MoonUITabsProProps & React$1.RefAttributes<HTMLDivElement>>;
924
- declare const tabsListVariants: (props?: ({
925
- variant?: "default" | "underline" | "minimal" | "pills" | "cards" | null | undefined;
926
- orientation?: "horizontal" | "vertical" | null | undefined;
927
- fullWidth?: boolean | null | undefined;
928
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
929
- interface MoonUITabsListProProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.List>, VariantProps<typeof tabsListVariants> {
930
- /** Dikey düzende göster */
931
- orientation?: "horizontal" | "vertical";
932
- }
933
- declare const MoonUITabsListPro: React$1.ForwardRefExoticComponent<MoonUITabsListProProps & React$1.RefAttributes<HTMLDivElement>>;
934
- declare const tabsTriggerVariants: (props?: ({
935
- variant?: "default" | "underline" | "minimal" | "pills" | "cards" | null | undefined;
936
- size?: "sm" | "lg" | "md" | null | undefined;
937
- orientation?: "horizontal" | "vertical" | null | undefined;
938
- fullWidth?: boolean | null | undefined;
939
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
940
- interface MoonUITabsTriggerProProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger>, VariantProps<typeof tabsTriggerVariants> {
941
- /** İkon konumu */
942
- iconPosition?: "left" | "right" | "none";
943
- /** İkon */
1298
+ declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
1299
+ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1300
+ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1301
+ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1302
+
1303
+ interface TabItem {
1304
+ value: string;
1305
+ label: React$1.ReactNode;
944
1306
  icon?: React$1.ReactNode;
945
- /** Badge içeriği */
946
1307
  badge?: React$1.ReactNode;
947
- /** Aktif olmayan durumda yarı saydam */
948
- fadeTabs?: boolean;
949
- /** Dikey düzende göster */
950
- orientation?: "horizontal" | "vertical";
1308
+ closeable?: boolean;
1309
+ disabled?: boolean;
1310
+ content?: React$1.ReactNode;
1311
+ lazy?: boolean;
1312
+ tooltip?: string;
951
1313
  }
952
- declare const MoonUITabsTriggerPro: React$1.ForwardRefExoticComponent<MoonUITabsTriggerProProps & React$1.RefAttributes<HTMLButtonElement>>;
953
- interface MoonUITabsContentProProps extends React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.Content> {
954
- /** İçerik animasyonu */
955
- animated?: boolean;
1314
+ interface MoonUITabsProProps extends Omit<React$1.ComponentPropsWithoutRef<typeof TabsPrimitive.Root>, 'orientation'> {
1315
+ /** Visual variant */
1316
+ variant?: "default" | "pills" | "underline" | "cards" | "minimal" | "gradient" | "glassmorphism" | "neon";
1317
+ /** Animation mode */
1318
+ animationMode?: "fade" | "slide" | "scale" | "flip" | "morph" | "none";
1319
+ /** Orientation */
1320
+ orientation?: "horizontal" | "vertical";
1321
+ /** Allow closing tabs */
1322
+ closeable?: boolean;
1323
+ /** Allow adding tabs */
1324
+ addable?: boolean;
1325
+ /** Allow reordering tabs */
1326
+ draggable?: boolean;
1327
+ /** Persist state to localStorage */
1328
+ persistKey?: string;
1329
+ /** Sync with URL */
1330
+ urlSync?: boolean;
1331
+ /** Lazy load tab content */
1332
+ lazy?: boolean;
1333
+ /** Tab items for dynamic tabs */
1334
+ items?: TabItem[];
1335
+ /** Callback when tabs change */
1336
+ onTabsChange?: (items: TabItem[]) => void;
1337
+ /** Callback when tab is closed */
1338
+ onTabClose?: (value: string) => void;
1339
+ /** Callback when tab is added */
1340
+ onTabAdd?: () => void;
1341
+ /** Loading state */
1342
+ loading?: boolean;
1343
+ /** Swipeable on mobile */
1344
+ swipeable?: boolean;
1345
+ /** Show scroll buttons */
1346
+ scrollable?: boolean;
1347
+ /** Analytics callback */
1348
+ onAnalytics?: (event: string, data: any) => void;
1349
+ /** Tab validation before switching */
1350
+ onBeforeChange?: (from: string, to: string) => boolean | Promise<boolean>;
1351
+ /** Keyboard shortcuts */
1352
+ shortcuts?: boolean;
1353
+ /** Max tabs */
1354
+ maxTabs?: number;
1355
+ /** Tab groups */
1356
+ groups?: Array<{
1357
+ label: string;
1358
+ tabs: string[];
1359
+ }>;
1360
+ className?: string;
1361
+ children?: React$1.ReactNode;
956
1362
  }
957
- declare const MoonUITabsContentPro: React$1.ForwardRefExoticComponent<MoonUITabsContentProProps & React$1.RefAttributes<HTMLDivElement>>;
1363
+ declare const MoonUITabsPro: React$1.ForwardRefExoticComponent<MoonUITabsProProps & React$1.RefAttributes<HTMLDivElement>>;
1364
+ declare const MoonUITabsListPro: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1365
+ declare const MoonUITabsTriggerPro: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1366
+ declare const MoonUITabsContentPro: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
958
1367
 
959
1368
  interface MoonUITextareaProProps extends React__default.TextareaHTMLAttributes<HTMLTextAreaElement> {
960
1369
  }
@@ -965,8 +1374,8 @@ declare const MoonUIToastPro: React$1.ForwardRefExoticComponent<Omit<ToastPrimit
965
1374
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
966
1375
 
967
1376
  declare const MoonUItoggleVariantsPro: (props?: ({
968
- variant?: "default" | "primary" | "success" | "warning" | "ghost" | "outline" | "gradient" | "secondary" | "danger" | null | undefined;
969
- size?: "default" | "sm" | "lg" | "md" | "xl" | "xs" | null | undefined;
1377
+ variant?: "default" | "gradient" | "primary" | "secondary" | "success" | "warning" | "danger" | "ghost" | "outline" | null | undefined;
1378
+ size?: "sm" | "md" | "lg" | "default" | "xl" | "xs" | null | undefined;
970
1379
  shape?: "default" | "square" | "rounded" | "pill" | null | undefined;
971
1380
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
972
1381
  interface MoonUIToggleProProps extends React$1.ComponentPropsWithoutRef<typeof TogglePrimitive.Root>, VariantProps<typeof MoonUItoggleVariantsPro> {
@@ -983,12 +1392,12 @@ interface MoonUIToggleProProps extends React$1.ComponentPropsWithoutRef<typeof T
983
1392
  /** Position of icon relative to text */
984
1393
  iconPosition?: "left" | "right";
985
1394
  }
986
- declare const MoonUITogglePro: React$1.ForwardRefExoticComponent<MoonUIToggleProProps & React$1.RefAttributes<never>>;
1395
+ declare const MoonUITogglePro: React$1.ForwardRefExoticComponent<MoonUIToggleProProps & React$1.RefAttributes<HTMLButtonElement>>;
987
1396
 
988
1397
  declare const MoonUITooltipProviderPro: React$1.FC<TooltipPrimitive.TooltipProviderProps>;
989
1398
  declare const tooltipVariants: (props?: ({
990
- variant?: "default" | "success" | "warning" | "info" | "secondary" | "destructive" | null | undefined;
991
- size?: "sm" | "lg" | "md" | null | undefined;
1399
+ variant?: "default" | "secondary" | "success" | "warning" | "info" | "destructive" | null | undefined;
1400
+ size?: "sm" | "md" | "lg" | null | undefined;
992
1401
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
993
1402
  declare const MoonUITooltipPro: React$1.FC<TooltipPrimitive.TooltipProps>;
994
1403
  declare const MoonUITooltipTriggerPro: React$1.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
@@ -1001,9 +1410,19 @@ declare const HoverCard: React$1.FC<HoverCardPrimitive.HoverCardProps>;
1001
1410
  declare const HoverCardTrigger: React$1.ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & React$1.RefAttributes<HTMLAnchorElement>>;
1002
1411
  declare const HoverCardContent: React$1.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1003
1412
 
1413
+ declare const NavigationMenu: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React$1.RefAttributes<HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
1414
+ declare const NavigationMenuList: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
1415
+ declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
1416
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_dist_types.ClassProp | undefined) => string;
1417
+ declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
1418
+ declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1419
+ declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
1420
+ declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1421
+ declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
1422
+
1004
1423
  declare const gestureDrawerVariants: (props?: ({
1005
1424
  position?: "left" | "right" | "bottom" | "top" | null | undefined;
1006
- size?: "default" | "sm" | "lg" | "full" | "md" | null | undefined;
1425
+ size?: "sm" | "md" | "lg" | "default" | "full" | null | undefined;
1007
1426
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1008
1427
  interface GestureDrawerProps extends Omit<React__default.HTMLAttributes<HTMLDivElement>, 'onAnimationStart' | 'onAnimationEnd' | 'onAnimationIteration' | 'onDragStart' | 'onDragEnd' | 'onDrag'>, VariantProps<typeof gestureDrawerVariants> {
1009
1428
  isOpen: boolean;
@@ -1108,8 +1527,8 @@ declare function SimpleLightbox({ src, type, alt, poster, title, description, ch
1108
1527
  * Perfect for portfolios, product galleries, and media showcases.
1109
1528
  */
1110
1529
  declare const galleryVariants: (props?: ({
1111
- layout?: "grid" | "horizontal" | "masonry" | "justified" | null | undefined;
1112
- columns?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
1530
+ layout?: "horizontal" | "grid" | "masonry" | "justified" | null | undefined;
1531
+ columns?: 2 | 1 | 3 | 4 | 5 | 6 | null | undefined;
1113
1532
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1114
1533
  declare const galleryItemVariants: (props?: ({
1115
1534
  variant?: "default" | "ghost" | "outline" | "card" | "glass" | null | undefined;
@@ -1163,8 +1582,8 @@ interface MoonUIGalleryItemProProps extends React$1.HTMLAttributes<HTMLDivElemen
1163
1582
  declare const MoonUIGalleryItemPro: React$1.ForwardRefExoticComponent<MoonUIGalleryItemProProps & React$1.RefAttributes<HTMLDivElement>>;
1164
1583
 
1165
1584
  declare const moonUIAnimatedButtonProVariants: (props?: ({
1166
- variant?: "link" | "default" | "ghost" | "outline" | "gradient" | "secondary" | "destructive" | "glow" | null | undefined;
1167
- size?: "default" | "sm" | "lg" | "xl" | "icon" | null | undefined;
1585
+ variant?: "default" | "gradient" | "link" | "secondary" | "ghost" | "outline" | "destructive" | "glow" | null | undefined;
1586
+ size?: "sm" | "lg" | "default" | "xl" | "icon" | null | undefined;
1168
1587
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1169
1588
  interface MoonUIAnimatedButtonProProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof moonUIAnimatedButtonProVariants> {
1170
1589
  state?: "idle" | "loading" | "success" | "error";
@@ -1182,11 +1601,21 @@ interface MoonUIAnimatedButtonProProps extends React__default.ButtonHTMLAttribut
1182
1601
  }
1183
1602
  declare const MoonUIAnimatedButtonPro: React__default.ForwardRefExoticComponent<MoonUIAnimatedButtonProProps & React__default.RefAttributes<HTMLButtonElement>>;
1184
1603
 
1604
+ interface ErrorFallbackProps {
1605
+ error: Error;
1606
+ resetErrorBoundary: () => void;
1607
+ errorInfo?: ErrorInfo;
1608
+ }
1185
1609
  interface ErrorBoundaryProps {
1186
1610
  children: ReactNode;
1187
- fallback?: ReactNode;
1611
+ fallback?: ComponentType<ErrorFallbackProps> | ReactNode;
1188
1612
  className?: string;
1189
1613
  onError?: (error: Error, errorInfo: ErrorInfo) => void;
1614
+ onReset?: () => void;
1615
+ isolate?: boolean;
1616
+ resetKeys?: unknown[];
1617
+ resetOnPropsChange?: boolean;
1618
+ showErrorDetails?: boolean;
1190
1619
  }
1191
1620
  declare function ErrorBoundaryWrapper(props: ErrorBoundaryProps): react_jsx_runtime.JSX.Element;
1192
1621
  declare const ErrorBoundary: typeof ErrorBoundaryWrapper;
@@ -1319,7 +1748,12 @@ interface HoverCard3DProps extends React__default.HTMLAttributes<HTMLDivElement>
1319
1748
  }
1320
1749
  declare const HoverCard3D: React__default.ForwardRefExoticComponent<HoverCard3DProps & React__default.RefAttributes<HTMLDivElement>>;
1321
1750
 
1322
- interface MagneticButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement> {
1751
+ declare const magneticButtonVariants: (props?: ({
1752
+ variant?: "default" | "gradient" | "link" | "secondary" | "ghost" | "outline" | "destructive" | null | undefined;
1753
+ size?: "sm" | "lg" | "default" | "icon" | null | undefined;
1754
+ radius?: "sm" | "md" | "lg" | "none" | "full" | "xl" | null | undefined;
1755
+ } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
1756
+ interface MagneticButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof magneticButtonVariants> {
1323
1757
  strength?: number;
1324
1758
  range?: number;
1325
1759
  springConfig?: {
@@ -1356,7 +1790,7 @@ interface SpotlightCardProps extends React__default.HTMLAttributes<HTMLDivElemen
1356
1790
  }
1357
1791
  declare const SpotlightCard: React__default.ForwardRefExoticComponent<SpotlightCardProps & React__default.RefAttributes<HTMLDivElement>>;
1358
1792
 
1359
- interface CalendarEvent$1 {
1793
+ interface CalendarEvent {
1360
1794
  id: string;
1361
1795
  title: string;
1362
1796
  description?: string;
@@ -1389,18 +1823,18 @@ interface CalendarEvent$1 {
1389
1823
  timeZone?: string;
1390
1824
  }
1391
1825
  interface CalendarProps {
1392
- events?: CalendarEvent$1[];
1393
- onEventClick?: (event: CalendarEvent$1) => void;
1394
- onEventAdd?: (eventData: Omit<CalendarEvent$1, 'id'> & {
1826
+ events?: CalendarEvent[];
1827
+ onEventClick?: (event: CalendarEvent) => void;
1828
+ onEventAdd?: (eventData: Omit<CalendarEvent, 'id'> & {
1395
1829
  id?: string;
1396
1830
  }) => void;
1397
- onEventEdit?: (eventData: Omit<CalendarEvent$1, 'id'> & {
1831
+ onEventEdit?: (eventData: Omit<CalendarEvent, 'id'> & {
1398
1832
  id: string;
1399
1833
  }) => void;
1400
1834
  onEventDelete?: (eventId: string) => void;
1401
1835
  onDateChange?: (date: Date) => void;
1402
1836
  onViewChange?: (view: 'month' | 'week' | 'day' | 'year' | 'agenda') => void;
1403
- onEventDrop?: (event: CalendarEvent$1, newDate: Date) => void;
1837
+ onEventDrop?: (event: CalendarEvent, newDate: Date) => void;
1404
1838
  className?: string;
1405
1839
  showWeekends?: boolean;
1406
1840
  showEventDetails?: boolean;
@@ -1446,118 +1880,6 @@ interface CalendarProps {
1446
1880
  }
1447
1881
  declare function Calendar({ events, onEventClick, onEventAdd, onEventEdit, onEventDelete, onDateChange, onViewChange, onEventDrop, className, showWeekends, showEventDetails, disabled, minDate, maxDate, highlightToday, height, defaultView, enableDragDrop, enableSearch, enableFilters, enableExport, enableImport, enableRecurringEvents, enableReminders, eventCategories, workingHours, holidays, locale, timeFormat, firstDayOfWeek, theme, customTheme, compactMode, showProUpgrade }: CalendarProps): react_jsx_runtime.JSX.Element;
1448
1882
 
1449
- interface CalendarEvent {
1450
- id: string;
1451
- title: string;
1452
- description?: string;
1453
- start: Date;
1454
- end: Date;
1455
- allDay?: boolean;
1456
- color?: string;
1457
- category?: string;
1458
- location?: string;
1459
- attendees?: Array<{
1460
- id: string;
1461
- name: string;
1462
- email: string;
1463
- avatar?: string;
1464
- status?: 'accepted' | 'declined' | 'tentative' | 'pending';
1465
- }>;
1466
- reminders?: Array<{
1467
- type: 'email' | 'notification' | 'sms';
1468
- before: number;
1469
- }>;
1470
- recurring?: {
1471
- pattern: 'daily' | 'weekly' | 'monthly' | 'yearly' | 'custom';
1472
- interval: number;
1473
- endDate?: Date;
1474
- endAfter?: number;
1475
- daysOfWeek?: number[];
1476
- dayOfMonth?: number;
1477
- monthOfYear?: number;
1478
- exceptions?: Date[];
1479
- };
1480
- status?: 'confirmed' | 'tentative' | 'cancelled';
1481
- visibility?: 'public' | 'private' | 'confidential';
1482
- priority?: 'low' | 'medium' | 'high';
1483
- tags?: string[];
1484
- attachments?: Array<{
1485
- id: string;
1486
- name: string;
1487
- url: string;
1488
- type: string;
1489
- size: number;
1490
- }>;
1491
- meetingUrl?: string;
1492
- phoneNumber?: string;
1493
- reminder?: boolean;
1494
- reminderTime?: number;
1495
- notes?: string;
1496
- createdAt?: Date;
1497
- updatedAt?: Date;
1498
- createdBy?: string;
1499
- updatedBy?: string;
1500
- }
1501
- interface CalendarCategory {
1502
- id: string;
1503
- name: string;
1504
- color: string;
1505
- icon?: React$1.ReactNode;
1506
- }
1507
- interface CalendarView {
1508
- id: string;
1509
- name: string;
1510
- type: 'day' | 'week' | 'month' | 'year' | 'agenda' | 'custom';
1511
- default?: boolean;
1512
- config?: any;
1513
- }
1514
- interface CalendarProProps {
1515
- events?: CalendarEvent[];
1516
- categories?: CalendarCategory[];
1517
- views?: CalendarView[];
1518
- defaultView?: string;
1519
- height?: string | number;
1520
- className?: string;
1521
- sidebarCollapsed?: boolean;
1522
- onSidebarToggle?: (collapsed: boolean) => void;
1523
- onEventClick?: (event: CalendarEvent, e: React$1.MouseEvent) => void;
1524
- onEventCreate?: (event: Partial<CalendarEvent>) => void;
1525
- onEventUpdate?: (event: CalendarEvent) => void;
1526
- onEventDelete?: (eventId: string) => void;
1527
- onEventDrop?: (eventId: string, start: Date, end: Date) => void;
1528
- onDateSelect?: (date: Date) => void;
1529
- onViewChange?: (viewId: string) => void;
1530
- allowEventCreation?: boolean;
1531
- allowEventDeletion?: boolean;
1532
- allowEventDragging?: boolean;
1533
- showWeekNumbers?: boolean;
1534
- firstDayOfWeek?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
1535
- timeFormat?: '12h' | '24h';
1536
- locale?: string;
1537
- workingHours?: {
1538
- start: number;
1539
- end: number;
1540
- };
1541
- nonWorkingDays?: number[];
1542
- holidays?: Array<{
1543
- date: Date;
1544
- name: string;
1545
- }>;
1546
- customEventRenderer?: (event: CalendarEvent, view: string) => React$1.ReactNode;
1547
- customHeaderRenderer?: (date: Date, view: string) => React$1.ReactNode;
1548
- customCellRenderer?: (date: Date, events: CalendarEvent[], view: string) => React$1.ReactNode;
1549
- eventColors?: Record<string, string>;
1550
- onExport?: (format: 'ics' | 'csv' | 'json', events: CalendarEvent[]) => void;
1551
- onImport?: (file: File) => void;
1552
- integrations?: {
1553
- google?: boolean;
1554
- outlook?: boolean;
1555
- apple?: boolean;
1556
- };
1557
- theme?: 'light' | 'dark' | 'system';
1558
- }
1559
- declare const CalendarPro: React$1.ForwardRefExoticComponent<CalendarProProps & React$1.RefAttributes<HTMLDivElement>>;
1560
-
1561
1883
  interface KanbanAssignee {
1562
1884
  id: string;
1563
1885
  name: string;
@@ -1715,7 +2037,7 @@ interface KanbanProps {
1715
2037
 
1716
2038
  declare function Kanban({ columns: initialColumns, onCardMove, onCardClick, onCardEdit, onCardDelete, onCardUpdate, onAddCard, onAddColumn, onColumnUpdate, onColumnDelete, onBulkAction, onExport, className, showAddColumn, showCardDetails, showFilters, showSearch, enableKeyboardShortcuts, cardTemplates, columnTemplates, filters, defaultFilter, loading, disabled, labels, users, renderCard, renderCardPreview, renderCardBadge, renderCardActions, cardCompactMode, cardShowCoverImage, cardShowAssignees, cardShowLabels, cardShowProgress, cardDateFormat, cardMaxAssigneesToShow, renderAddCardButton, renderAddCardForm, addCardButtonText, addCardPosition, allowQuickAdd, quickAddFields, validateCard, onBeforeCardAdd, renderColumnHeader, renderColumnFooter, renderEmptyColumn, columnMenuActions, allowColumnReorder, columnColorOptions, columnDefaultColor, dragDisabled, dropDisabled, dragPreview, renderDragPreview, canDrop, onDragStart, onDragEnd, theme, cardVariant, enableAnimations, animationDuration, columnWidth, columnGap, cardGap, showTooltips, tooltipDelay }: KanbanProps): react_jsx_runtime.JSX.Element;
1717
2039
 
1718
- interface AIConfig {
2040
+ interface EditorAIConfig {
1719
2041
  provider?: 'openai' | 'claude' | 'gemini' | 'cohere';
1720
2042
  apiKey?: string;
1721
2043
  model?: string;
@@ -1745,7 +2067,7 @@ interface RichTextEditorProps {
1745
2067
  color?: boolean;
1746
2068
  ai?: boolean;
1747
2069
  };
1748
- aiConfig?: AIConfig;
2070
+ aiConfig?: EditorAIConfig;
1749
2071
  persistAISettings?: boolean;
1750
2072
  }
1751
2073
  declare function RichTextEditor({ placeholder, className, height, features, aiConfig, persistAISettings, }: RichTextEditorProps): react_jsx_runtime.JSX.Element | null;
@@ -1818,14 +2140,14 @@ interface MemoryEfficientDataProps<T = any> {
1818
2140
  loadingComponent?: React__default.ReactNode;
1819
2141
  errorComponent?: React__default.ReactNode;
1820
2142
  }
1821
- declare function MemoryEfficientData<T = any>({ data, config, renderItem, height, onMemoryUpdate, className, itemHeight, onSearch, onSort, onFilter, onExport, searchPlaceholder, emptyStateMessage, loadingComponent, errorComponent }: MemoryEfficientDataProps<T>): string | number | bigint | true | Iterable<React__default.ReactNode> | Promise<string | number | bigint | boolean | React__default.ReactPortal | React__default.ReactElement<unknown, string | React__default.JSXElementConstructor<any>> | Iterable<React__default.ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element;
2143
+ declare function MemoryEfficientData<T = any>({ data, config, renderItem, height, onMemoryUpdate, className, itemHeight, onSearch, onSort, onFilter, onExport, searchPlaceholder, emptyStateMessage, loadingComponent, errorComponent }: MemoryEfficientDataProps<T>): react_jsx_runtime.JSX.Element;
1822
2144
  interface RealTimePerformanceMonitorProps {
1823
2145
  memoryStats?: MemoryStats;
1824
2146
  className?: string;
1825
2147
  showChart?: boolean;
1826
2148
  updateInterval?: number;
1827
2149
  }
1828
- declare function RealTimePerformanceMonitor({ memoryStats, className, showChart, updateInterval }: RealTimePerformanceMonitorProps): react_jsx_runtime.JSX.Element;
2150
+ declare function RealTimePerformanceMonitor({ memoryStats, className, showChart }: RealTimePerformanceMonitorProps): react_jsx_runtime.JSX.Element;
1829
2151
  interface MemoryAnalyticsProps {
1830
2152
  onStatsUpdate?: (stats: MemoryStats) => void;
1831
2153
  showRealTime?: boolean;
@@ -1833,7 +2155,6 @@ interface MemoryAnalyticsProps {
1833
2155
  }
1834
2156
  declare function MemoryAnalytics({ onStatsUpdate, showRealTime, className }: MemoryAnalyticsProps): react_jsx_runtime.JSX.Element;
1835
2157
  declare function useStreamingData<T>(initialData?: T[], streamingConfig?: {
1836
- interval?: number;
1837
2158
  maxItems?: number;
1838
2159
  }): {
1839
2160
  data: T[];
@@ -2148,6 +2469,9 @@ interface ProgressData {
2148
2469
  unit?: string;
2149
2470
  color?: 'primary' | 'success' | 'warning' | 'danger';
2150
2471
  deadline?: Date;
2472
+ description?: string;
2473
+ milestone?: number;
2474
+ trend?: number;
2151
2475
  }
2152
2476
  interface ComparisonData {
2153
2477
  periods: Array<{
@@ -2319,6 +2643,7 @@ interface AdvancedFormField {
2319
2643
  };
2320
2644
  description?: string;
2321
2645
  defaultValue?: any;
2646
+ defaultCountry?: string;
2322
2647
  }
2323
2648
  interface AdvancedFormsProps {
2324
2649
  fields: AdvancedFormField[];
@@ -2947,6 +3272,91 @@ interface SidebarProps extends SidebarConfig {
2947
3272
  }
2948
3273
  declare function Sidebar({ sections, footer, showSearch, searchPlaceholder, searchQuery, onSearchChange, showThemeToggle, theme, onThemeChange, branding, collapsible, defaultCollapsed, floatingActionButton, floatingActionButtonPosition, floatingActionButtonClassName, glassmorphism, animatedBackground, keyboardShortcuts, persistState, persistKey, onStateChange, customStyles, className, activePath, onNavigate }: SidebarProps): react_jsx_runtime.JSX.Element;
2949
3274
 
3275
+ interface NavbarItem {
3276
+ id: string;
3277
+ title: string;
3278
+ href?: string;
3279
+ icon?: React__default.ReactNode;
3280
+ badge?: string | number;
3281
+ badgeVariant?: 'primary' | 'secondary' | 'destructive' | 'outline';
3282
+ disabled?: boolean;
3283
+ items?: NavbarItem[];
3284
+ action?: () => void;
3285
+ description?: string;
3286
+ thumbnail?: string;
3287
+ }
3288
+ interface NavbarSection {
3289
+ id: string;
3290
+ items: NavbarItem[];
3291
+ showInMobile?: boolean;
3292
+ }
3293
+ interface NavbarConfig {
3294
+ sections: NavbarSection[];
3295
+ branding?: {
3296
+ logo?: React__default.ReactNode;
3297
+ title?: string;
3298
+ href?: string;
3299
+ };
3300
+ showSearch?: boolean;
3301
+ searchPlaceholder?: string;
3302
+ onSearch?: (value: string) => void;
3303
+ showThemeToggle?: boolean;
3304
+ theme?: 'light' | 'dark' | 'system';
3305
+ onThemeChange?: (theme: 'light' | 'dark' | 'system') => void;
3306
+ userMenu?: {
3307
+ user?: {
3308
+ name?: string;
3309
+ email?: string;
3310
+ avatar?: string;
3311
+ };
3312
+ items?: NavbarItem[];
3313
+ };
3314
+ notifications?: {
3315
+ count?: number;
3316
+ items?: Array<{
3317
+ id: string;
3318
+ title: string;
3319
+ description?: string;
3320
+ time?: string;
3321
+ read?: boolean;
3322
+ }>;
3323
+ onNotificationClick?: (id: string) => void;
3324
+ };
3325
+ cta?: {
3326
+ text: string;
3327
+ href?: string;
3328
+ action?: () => void;
3329
+ variant?: 'primary' | 'secondary' | 'outline' | 'ghost';
3330
+ };
3331
+ sticky?: boolean;
3332
+ glassmorphism?: boolean;
3333
+ animatedBackground?: boolean;
3334
+ keyboardShortcuts?: boolean;
3335
+ mobileBreakpoint?: number;
3336
+ customStyles?: {
3337
+ background?: string;
3338
+ border?: string;
3339
+ text?: string;
3340
+ hover?: string;
3341
+ };
3342
+ variant?: 'default' | 'floating' | 'minimal' | 'transparent';
3343
+ size?: 'sm' | 'md' | 'lg';
3344
+ blur?: boolean;
3345
+ shadow?: boolean;
3346
+ rounded?: boolean;
3347
+ logoPosition?: 'left' | 'center';
3348
+ mobileMenuPosition?: 'left' | 'right';
3349
+ hideOnScroll?: boolean;
3350
+ showScrollProgress?: boolean;
3351
+ maxWidth?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
3352
+ }
3353
+ interface NavbarProps extends NavbarConfig {
3354
+ className?: string;
3355
+ activePath?: string;
3356
+ onNavigate?: (href: string) => void;
3357
+ }
3358
+ declare function Navbar({ sections, branding, showSearch, searchPlaceholder, onSearch, showThemeToggle, theme, onThemeChange, userMenu, notifications, cta, sticky, glassmorphism, animatedBackground, keyboardShortcuts, mobileBreakpoint, customStyles, variant, size, blur, shadow, rounded, logoPosition, mobileMenuPosition, hideOnScroll, showScrollProgress, maxWidth, className, activePath, onNavigate }: NavbarProps): react_jsx_runtime.JSX.Element;
3359
+
2950
3360
  interface WizardStep {
2951
3361
  id: string;
2952
3362
  title: string;
@@ -2956,7 +3366,12 @@ interface WizardStep {
2956
3366
  isCompleted: boolean;
2957
3367
  }) => ReactNode);
2958
3368
  content: ReactNode | ((props: WizardStepContentProps) => ReactNode);
2959
- validation?: () => boolean | Promise<boolean>;
3369
+ validation?: () => boolean | Promise<boolean> | {
3370
+ isValid: boolean;
3371
+ error?: string;
3372
+ errors?: string[];
3373
+ };
3374
+ requiredFields?: string[] | boolean;
2960
3375
  isOptional?: boolean;
2961
3376
  isDisabled?: boolean | ((currentStep: number, steps: WizardStep[]) => boolean);
2962
3377
  onEnter?: () => void | Promise<void>;
@@ -3150,6 +3565,21 @@ interface CreditCardInputProps extends Omit<React__default.InputHTMLAttributes<H
3150
3565
  }
3151
3566
  declare const MoonUICreditCardInputPro: React__default.ForwardRefExoticComponent<CreditCardInputProps & React__default.RefAttributes<HTMLDivElement>>;
3152
3567
 
3568
+ interface PhoneNumberInputSimpleProps extends Omit<React__default.InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'value' | 'size'> {
3569
+ value?: string;
3570
+ onChange?: (value: string) => void;
3571
+ label?: string;
3572
+ error?: string;
3573
+ helperText?: string;
3574
+ required?: boolean;
3575
+ showValidationIcon?: boolean;
3576
+ inputClassName?: string;
3577
+ labelClassName?: string;
3578
+ errorClassName?: string;
3579
+ size?: 'sm' | 'md' | 'lg';
3580
+ }
3581
+ declare const MoonUIPhoneNumberInputSimple: React__default.ForwardRefExoticComponent<PhoneNumberInputSimpleProps & React__default.RefAttributes<HTMLInputElement>>;
3582
+
3153
3583
  declare const countries: {
3154
3584
  code: string;
3155
3585
  name: string;
@@ -3190,7 +3620,7 @@ declare const MoonUIPhoneNumberInputPro: React__default.ForwardRefExoticComponen
3190
3620
 
3191
3621
  declare const quizFormVariants: (props?: ({
3192
3622
  variant?: "default" | "exam" | "personality" | null | undefined;
3193
- size?: "sm" | "lg" | "md" | null | undefined;
3623
+ size?: "sm" | "md" | "lg" | null | undefined;
3194
3624
  } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
3195
3625
  type QuestionType = 'single-choice' | 'multiple-choice' | 'text' | 'rating' | 'true-false' | 'matching';
3196
3626
  interface Question {
@@ -3248,4 +3678,4 @@ interface MoonUIQuizFormProProps extends Omit<React__default.HTMLAttributes<HTML
3248
3678
  }
3249
3679
  declare const MoonUIQuizFormPro: React__default.ForwardRefExoticComponent<MoonUIQuizFormProProps & React__default.RefAttributes<HTMLDivElement>>;
3250
3680
 
3251
- export { AIConfig, MoonUIAccordionPro as Accordion, MoonUIAccordionContentPro as AccordionContent, MoonUIAccordionItemPro as AccordionItem, MoonUIAccordionTriggerPro as AccordionTrigger, ActivityItem, Calendar as AdvancedCalendar, AdvancedChart, AdvancedFormField, AdvancedForms, AdvancedFormsProps, MoonUIAlertPro as Alert, MoonUIAlertDescriptionPro as AlertDescription, MoonUIAlertTitlePro as AlertTitle, MoonUIAspectRatioPro as AspectRatio, MoonUIAvatarPro as Avatar, MoonUIAvatarFallbackPro as AvatarFallback, MoonUIAvatarImagePro as AvatarImage, MoonUIBadgePro as Badge, MoonUIBreadcrumbPro as Breadcrumb, MoonUIBreadcrumbEllipsisPro as BreadcrumbEllipsis, MoonUIBreadcrumbItemPro as BreadcrumbItem, MoonUIBreadcrumbLinkPro as BreadcrumbLink, MoonUIBreadcrumbListPro as BreadcrumbList, MoonUIBreadcrumbPagePro as BreadcrumbPage, MoonUIBreadcrumbSeparatorPro as BreadcrumbSeparator, BulkAction, MoonUIButtonPro as Button, Calendar$1 as Calendar, CalendarCategory, CalendarEvent, CalendarPro, CalendarProProps, CalendarView, MoonUICardPro as Card, MoonUICardContentPro as CardContent, MoonUICardDescriptionPro as CardDescription, MoonUICardFooterPro as CardFooter, MoonUICardHeaderPro as CardHeader, MoonUICardTitlePro as CardTitle, ChartData, ChartDataPoint, ChartSeries, ChartType, MoonUICheckboxPro as Checkbox, MoonUICollapsiblePro as Collapsible, MoonUICollapsibleContentPro as CollapsibleContent, MoonUICollapsibleTriggerPro as CollapsibleTrigger, MoonUIColorPickerPro as ColorPicker, MoonUICommandPro as Command, MoonUICommandDialogPro as CommandDialog, MoonUICommandEmptyPro as CommandEmpty, MoonUICommandGroupPro as CommandGroup, MoonUICommandInputPro as CommandInput, MoonUICommandItemPro as CommandItem, MoonUICommandListPro as CommandList, MoonUICommandSeparatorPro as CommandSeparator, MoonUICommandShortcutPro as CommandShortcut, ComparisonData, ConnectorRenderer, CreditCardInputProps, Dashboard, DataTable, MoonUIDialogPro as Dialog, MoonUIDialogClosePro as DialogClose, MoonUIDialogContentPro as DialogContent, MoonUIDialogDescriptionPro as DialogDescription, MoonUIDialogFooterPro as DialogFooter, MoonUIDialogHeaderPro as DialogHeader, MoonUIDialogTitlePro as DialogTitle, MoonUIDialogTriggerPro as DialogTrigger, DraggableList, DraggableListProps, MoonUIDropdownMenuPro as DropdownMenu, MoonUIDropdownMenuCheckboxItemPro as DropdownMenuCheckboxItem, MoonUIDropdownMenuContentPro as DropdownMenuContent, MoonUIDropdownMenuGroupPro as DropdownMenuGroup, MoonUIDropdownMenuItemPro as DropdownMenuItem, MoonUIDropdownMenuLabelPro as DropdownMenuLabel, MoonUIDropdownMenuPortalPro as DropdownMenuPortal, MoonUIDropdownMenuRadioGroupPro as DropdownMenuRadioGroup, MoonUIDropdownMenuRadioItemPro as DropdownMenuRadioItem, MoonUIDropdownMenuSeparatorPro as DropdownMenuSeparator, MoonUIDropdownMenuShortcutPro as DropdownMenuShortcut, MoonUIDropdownMenuSubPro as DropdownMenuSub, MoonUIDropdownMenuSubContentPro as DropdownMenuSubContent, MoonUIDropdownMenuSubTriggerPro as DropdownMenuSubTrigger, MoonUIDropdownMenuTriggerPro as DropdownMenuTrigger, ErrorBoundary, EventRenderer, ExportFormat, FileUploadItem, FileUploadProProps, FilterCondition, FilterOperator, FloatingActionButton, FloatingActionButtonProps, FormWizardNavigation, FormWizardProgress, FormWizardProps, FormWizardStep, GalleryCategory, MoonUIGalleryItemPro as GalleryItem, GallerySortOption, GestureDrawer, GestureDrawerProps, GitHubRepository, GitHubStars, GitHubStarsProps, HealthCheck, HealthCheckEndpoint, HealthCheckProps, HealthCheckResult, HoverCard, HoverCard3D, HoverCard3DProps, HoverCardContent, HoverCardTrigger, IconRenderer, MoonUIInputPro as Input, ItemHeightInfo, Kanban, KanbanAssignee, KanbanCard, KanbanColumn, KanbanLabel, KanbanProps, LANGUAGE_COLORS, MoonUILabelPro as Label, LazyComponent, LazyImage, LazyImageProps, LazyList, LazyListProps, LightboxContent, LightboxContentProps, LightboxProvider, LightboxTrigger, MagneticButton, MagneticButtonProps, MoonUIMediaGalleryPro as MediaGallery, MediaItem, MemoryAnalytics, MemoryAnalyticsProps, MemoryConfig, MemoryEfficientData, MemoryEfficientDataProps, MemoryPerformanceMetrics, MemoryStats, MetricData, MilestoneEvent, MoonUIAccordionContentPro, MoonUIAccordionItemPro, MoonUIAccordionPro, MoonUIAccordionTriggerPro, MoonUIAlertDescriptionPro, MoonUIAlertPro, MoonUIAlertTitlePro, MoonUIAnimatedButtonPro, MoonUIAnimatedButtonProProps, MoonUIAspectRatioPro, MoonUIAvatarFallbackPro, MoonUIAvatarImagePro, MoonUIAvatarPro, MoonUIBadgePro, MoonUIBreadcrumbEllipsisPro, MoonUIBreadcrumbItemPro, MoonUIBreadcrumbLinkPro, MoonUIBreadcrumbListPro, MoonUIBreadcrumbPagePro, MoonUIBreadcrumbPro, MoonUIBreadcrumbSeparatorPro, MoonUIButtonPro, MoonUICardContentPro, MoonUICardDescriptionPro, MoonUICardFooterPro, MoonUICardHeaderPro, MoonUICardPro, MoonUICardTitlePro, MoonUICheckboxPro, MoonUICollapsibleContentPro, MoonUICollapsiblePro, MoonUICollapsibleTriggerPro, MoonUIColorPickerPro, MoonUICommandDialogPro, MoonUICommandEmptyPro, MoonUICommandGroupPro, MoonUICommandInputPro, MoonUICommandItemPro, MoonUICommandListPro, MoonUICommandPro, MoonUICommandSeparatorPro, MoonUICommandShortcutPro, MoonUICreditCardInputPro, MoonUIDialogClosePro, MoonUIDialogContentPro, MoonUIDialogDescriptionPro, MoonUIDialogFooterPro, MoonUIDialogHeaderPro, MoonUIDialogPro, MoonUIDialogTitlePro, MoonUIDialogTriggerPro, MoonUIDropdownMenuCheckboxItemPro, MoonUIDropdownMenuContentPro, MoonUIDropdownMenuGroupPro, MoonUIDropdownMenuItemPro, MoonUIDropdownMenuLabelPro, MoonUIDropdownMenuPortalPro, MoonUIDropdownMenuPro, MoonUIDropdownMenuRadioGroupPro, MoonUIDropdownMenuRadioItemPro, MoonUIDropdownMenuSeparatorPro, MoonUIDropdownMenuShortcutPro, MoonUIDropdownMenuSubContentPro, MoonUIDropdownMenuSubPro, MoonUIDropdownMenuSubTriggerPro, MoonUIDropdownMenuTriggerPro, MoonUIFileUploadPro, MoonUIFormWizardPro, MoonUIGalleryItemPro, MoonUIGestureDrawerPro, MoonUIGestureDrawerProProps, MoonUIInputPro, MoonUILabelPro, LightboxContent as MoonUILightboxContentPro, SimpleLightbox as MoonUILightboxPro, LightboxProvider as MoonUILightboxProviderPro, LightboxTrigger as MoonUILightboxTriggerPro, MoonUIMediaGalleryPro, MoonUIPaginationContentPro, MoonUIPaginationEllipsisPro, MoonUIPaginationItemPro, MoonUIPaginationLinkPro, MoonUIPaginationNextPro, MoonUIPaginationPreviousPro, MoonUIPaginationPro, MoonUIPhoneNumberInputPro, MoonUIPopoverContentPro, MoonUIPopoverPro, MoonUIPopoverTriggerPro, MoonUIProgressPro, Question as MoonUIQuestion, QuestionType as MoonUIQuestionType, MoonUIQuizFormPro, MoonUIQuizFormProProps, QuizResult as MoonUIQuizResult, QuizSettings as MoonUIQuizSettings, MoonUIRadioGroupContextPro, MoonUIRadioGroupItemPro, MoonUIRadioGroupPro, MoonUIRadioItemWithLabelPro, MoonUIRadioLabelPro, MoonUISelectContentPro, MoonUISelectGroupPro, MoonUISelectItemPro, MoonUISelectLabelPro, MoonUISelectPro, MoonUISelectSeparatorPro, MoonUISelectTriggerPro, MoonUISelectValuePro, MoonUISeparatorPro, MoonUISkeletonPro, MoonUISliderPro, MoonUISwitchPro, MoonUITableBodyPro, MoonUITableCaptionPro, MoonUITableCellPro, MoonUITableFooterPro, MoonUITableHeadPro, MoonUITableHeaderPro, MoonUITablePro, MoonUITableRowPro, MoonUITabsContentPro, MoonUITabsListPro, MoonUITabsPro, MoonUITabsTriggerPro, MoonUITextareaPro, MoonUIToastPro, MoonUITogglePro, MoonUITooltipContentPro, MoonUITooltipPro, MoonUITooltipProviderPro, MoonUITooltipTriggerPro, UserAnswer as MoonUIUserAnswer, MoonUIalertVariantsPro, MoonUIaspectRatioVariantsPro, MoonUIbreadcrumbVariantsPro, MoonUIcollapsibleContentVariantsPro, MoonUIcollapsibleTriggerVariantsPro, MoonUIcommandVariantsPro, MoonUIradioGroupItemVariantsPro, MoonUItableVariantsPro, MoonUItoggleVariantsPro, NestedEvent, OptimizedImage, OptimizedImageProps, OverlayRenderProp, MoonUIPaginationPro as Pagination, MoonUIPaginationContentPro as PaginationContent, MoonUIPaginationEllipsisPro as PaginationEllipsis, MoonUIPaginationItemPro as PaginationItem, MoonUIPaginationLinkPro as PaginationLink, MoonUIPaginationNextPro as PaginationNext, MoonUIPaginationPreviousPro as PaginationPrevious, PerformanceAlert, PerformanceDebugger, PerformanceDebuggerProps, PerformanceEntry, PerformanceMetric, PerformanceMetrics, PerformanceMonitor, PerformanceMonitorProps, PhoneNumberInputProps, PinchZoom, MoonUIPopoverPro as Popover, MoonUIPopoverContentPro as PopoverContent, MoonUIPopoverTriggerPro as PopoverTrigger, MoonUIProgressPro as Progress, ProgressData, QuestionType$1 as QuestionType, QuizAnswer, QuizFormProps, QuizQuestion, QuizResult$1 as QuizResult, MoonUIRadioGroupPro as RadioGroup, MoonUIRadioGroupContextPro as RadioGroupContext, MoonUIRadioGroupItemPro as RadioGroupItem, MoonUIRadioItemWithLabelPro as RadioItemWithLabel, MoonUIRadioLabelPro as RadioLabel, RangeEvent, RealTimePerformanceMonitor, RealTimePerformanceMonitorProps, RecurringEvent, RichTextEditor, ScrollArea, ScrollBar, MoonUISelectPro as Select, MoonUISelectContentPro as SelectContent, MoonUISelectGroupPro as SelectGroup, MoonUISelectItemPro as SelectItem, MoonUISelectLabelPro as SelectLabel, MoonUISelectSeparatorPro as SelectSeparator, MoonUISelectTriggerPro as SelectTrigger, MoonUISelectValuePro as SelectValue, SelectableVirtualList, SelectableVirtualListProps, MoonUISeparatorPro as Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarConfig, SidebarItem, SidebarSection, SidebarState, SimpleLightbox, MoonUISkeletonPro as Skeleton, MoonUISliderPro as Slider, SpotlightCard, SpotlightCardProps, SpringConfig, SwipeableCard, MoonUISwitchPro as Switch, MoonUITablePro as Table, MoonUITableBodyPro as TableBody, MoonUITableCaptionPro as TableCaption, MoonUITableCellPro as TableCell, TableFeatures, MoonUITableFooterPro as TableFooter, MoonUITableHeadPro as TableHead, MoonUITableHeaderPro as TableHeader, MoonUITableRowPro as TableRow, MoonUITabsPro as Tabs, MoonUITabsContentPro as TabsContent, MoonUITabsListPro as TabsList, MoonUITabsTriggerPro as TabsTrigger, MoonUITextareaPro as Textarea, Timeline, TimelineAnimation, TimelineEvent, TimelineEventBase, TimelineEventMetadata, TimelineEventType, TimelineGroupBy, TimelineLayout, TimelineProps, TimelineTheme, TimelineUser, MoonUIToastPro as Toast, MoonUITogglePro as Toggle, MoonUITooltipPro as Tooltip, MoonUITooltipContentPro as TooltipContent, MoonUITooltipProviderPro as TooltipProvider, MoonUITooltipTriggerPro as TooltipTrigger, VirtualList, VirtualListProps, Widget, WizardStep, WizardStepContentProps, MoonUIalertVariantsPro as alertVariants, MoonUIaspectRatioVariantsPro as aspectRatioVariants, moonUIBadgeVariantsPro as badgeVariants, MoonUIbreadcrumbVariantsPro as breadcrumbVariants, moonUIButtonProVariants as buttonVariants, cn, MoonUIcollapsibleContentVariantsPro as collapsibleContentVariants, MoonUIcollapsibleTriggerVariantsPro as collapsibleTriggerVariants, MoonUIcommandVariantsPro as commandVariants, galleryItemVariants, galleryVariants, getExpandableColumn, hoverCard3DVariants, moonUIAnimatedButtonProVariants, moonUIBadgeVariantsPro, moonUIButtonProVariants, gestureDrawerVariants as moonUIGestureDrawerProVariants, moonUISeparatorVariantsPro, countries as phoneCountries, MoonUIradioGroupItemVariantsPro as radioGroupItemVariants, moonUISeparatorVariantsPro as separatorVariants, MoonUItableVariantsPro as tableVariants, MoonUItoggleVariantsPro as toggleVariants, useExpandableRows, useFormWizard, useStreamingData, useVirtualList };
3681
+ export { AIProvider, AIProviderConfig, AIResponse, MoonUIAccordionPro as Accordion, MoonUIAccordionContentPro as AccordionContent, MoonUIAccordionItemPro as AccordionItem, AccordionSize, MoonUIAccordionTriggerPro as AccordionTrigger, AccordionVariant, ActivityItem, Calendar as AdvancedCalendar, AdvancedChart, AdvancedFormField, AdvancedForms, AdvancedFormsProps, MoonUIAlertPro as Alert, MoonUIAlertDescriptionPro as AlertDescription, MoonUIAlertTitlePro as AlertTitle, AnimationMode$1 as AnimationMode, MoonUIAspectRatioPro as AspectRatio, MoonUIAvatarPro as Avatar, MoonUIAvatarFallbackPro as AvatarFallback, MoonUIAvatarImagePro as AvatarImage, MoonUIBadgePro as Badge, BadgeVariant, MoonUIBreadcrumbPro as Breadcrumb, MoonUIBreadcrumbEllipsisPro as BreadcrumbEllipsis, MoonUIBreadcrumbItemPro as BreadcrumbItem, MoonUIBreadcrumbLinkPro as BreadcrumbLink, MoonUIBreadcrumbListPro as BreadcrumbList, MoonUIBreadcrumbPagePro as BreadcrumbPage, MoonUIBreadcrumbSeparatorPro as BreadcrumbSeparator, BulkAction, MoonUIButtonPro as Button, Calendar$1 as Calendar, CalendarEvent, Calendar as CalendarPro, MoonUICardPro as Card, MoonUICardContentPro as CardContent, MoonUICardDescriptionPro as CardDescription, MoonUICardFooterPro as CardFooter, MoonUICardHeaderPro as CardHeader, MoonUICardTitlePro as CardTitle, ChartData, ChartDataPoint, ChartSeries, ChartType, MoonUICheckboxPro as Checkbox, ClaudeProvider, MoonUICollapsiblePro as Collapsible, AnimationMode as CollapsibleAnimationMode, MoonUICollapsibleContentPro as CollapsibleContent, CollapsibleSize, MoonUICollapsibleTriggerPro as CollapsibleTrigger, CollapsibleVariant, MoonUIColorPickerPro as ColorPicker, MoonUICommandPro as Command, MoonUICommandDialogPro as CommandDialog, MoonUICommandEmptyPro as CommandEmpty, MoonUICommandGroupPro as CommandGroup, MoonUICommandInputPro as CommandInput, MoonUICommandItemPro as CommandItem, MoonUICommandListPro as CommandList, MoonUICommandSeparatorPro as CommandSeparator, MoonUICommandShortcutPro as CommandShortcut, ComparisonData, ConnectorRenderer, CreditCardInputProps, Dashboard, DataTable, MoonUIDialogPro as Dialog, MoonUIDialogClosePro as DialogClose, MoonUIDialogContentPro as DialogContent, MoonUIDialogDescriptionPro as DialogDescription, MoonUIDialogFooterPro as DialogFooter, MoonUIDialogHeaderPro as DialogHeader, MoonUIDialogTitlePro as DialogTitle, MoonUIDialogTriggerPro as DialogTrigger, DraggableList, DraggableListProps, MoonUIDropdownMenuPro as DropdownMenu, MoonUIDropdownMenuCheckboxItemPro as DropdownMenuCheckboxItem, MoonUIDropdownMenuContentPro as DropdownMenuContent, MoonUIDropdownMenuGroupPro as DropdownMenuGroup, MoonUIDropdownMenuItemPro as DropdownMenuItem, MoonUIDropdownMenuLabelPro as DropdownMenuLabel, MoonUIDropdownMenuPortalPro as DropdownMenuPortal, MoonUIDropdownMenuRadioGroupPro as DropdownMenuRadioGroup, MoonUIDropdownMenuRadioItemPro as DropdownMenuRadioItem, MoonUIDropdownMenuSeparatorPro as DropdownMenuSeparator, MoonUIDropdownMenuShortcutPro as DropdownMenuShortcut, MoonUIDropdownMenuSubPro as DropdownMenuSub, MoonUIDropdownMenuSubContentPro as DropdownMenuSubContent, MoonUIDropdownMenuSubTriggerPro as DropdownMenuSubTrigger, MoonUIDropdownMenuTriggerPro as DropdownMenuTrigger, EditorAIConfig, ErrorBoundary, ErrorBoundaryProps, ErrorFallbackProps, EventRenderer, ExportFormat, FileUploadItem, FileUploadProProps, FilterCondition, FilterOperator, FloatingActionButton, FloatingActionButtonProps, FormWizardNavigation, FormWizardProgress, FormWizardProps, FormWizardStep, GalleryCategory, MoonUIGalleryItemPro as GalleryItem, GallerySortOption, GeminiProvider, GestureDrawer, GestureDrawerProps, GitHubRepository, GitHubStars, GitHubStarsProps, HealthCheck, HealthCheckEndpoint, HealthCheckProps, HealthCheckResult, HoverCard, HoverCard3D, HoverCard3DProps, HoverCardContent, HoverCardTrigger, IconRenderer, MoonUIInputPro as Input, ItemHeightInfo, Kanban, KanbanAssignee, KanbanCard, KanbanColumn, KanbanLabel, KanbanProps, LANGUAGE_COLORS, MoonUILabelPro as Label, LazyComponent, LazyImage, LazyImageProps, LazyList, LazyListProps, LightboxContent, LightboxContentProps, LightboxProvider, LightboxTrigger, MagneticButton, MagneticButtonProps, MoonUIMediaGalleryPro as MediaGallery, MediaItem, MemoryAnalytics, MemoryAnalyticsProps, MemoryConfig, MemoryEfficientData, MemoryEfficientDataProps, MemoryPerformanceMetrics, MemoryStats, MetricData, MilestoneEvent, MoonUIAccordionContentPro, MoonUIAccordionContentProProps, MoonUIAccordionItemPro, MoonUIAccordionItemProProps, MoonUIAccordionPro, MoonUIAccordionProBaseProps, MoonUIAccordionProMultipleProps, MoonUIAccordionProProps, MoonUIAccordionProSingleProps, MoonUIAccordionTriggerPro, MoonUIAccordionTriggerProProps, MoonUIAlertDescriptionPro, MoonUIAlertPro, MoonUIAlertTitlePro, MoonUIAnimatedButtonPro, MoonUIAnimatedButtonProProps, MoonUIAspectRatioPro, MoonUIAvatarFallbackPro, MoonUIAvatarImagePro, MoonUIAvatarPro, MoonUIBadgePro, MoonUIBreadcrumbEllipsisPro, MoonUIBreadcrumbItemPro, MoonUIBreadcrumbLinkPro, MoonUIBreadcrumbListPro, MoonUIBreadcrumbPagePro, MoonUIBreadcrumbPro, MoonUIBreadcrumbSeparatorPro, MoonUIButtonPro, MoonUICardContentPro, MoonUICardDescriptionPro, MoonUICardFooterPro, MoonUICardHeaderPro, MoonUICardPro, MoonUICardTitlePro, MoonUICheckboxPro, MoonUICollapsibleContentPro, MoonUICollapsibleContentProProps, MoonUICollapsiblePro, MoonUICollapsibleProProps, MoonUICollapsibleTriggerPro, MoonUICollapsibleTriggerProProps, MoonUIColorPickerPro, MoonUICommandDialogPro, MoonUICommandEmptyPro, MoonUICommandGroupPro, MoonUICommandInputPro, MoonUICommandItemPro, MoonUICommandListPro, MoonUICommandPro, MoonUICommandSeparatorPro, MoonUICommandShortcutPro, MoonUICreditCardInputPro, MoonUIDialogClosePro, MoonUIDialogContentPro, MoonUIDialogDescriptionPro, MoonUIDialogFooterPro, MoonUIDialogHeaderPro, MoonUIDialogPro, MoonUIDialogTitlePro, MoonUIDialogTriggerPro, MoonUIDropdownMenuCheckboxItemPro, MoonUIDropdownMenuContentPro, MoonUIDropdownMenuGroupPro, MoonUIDropdownMenuItemPro, MoonUIDropdownMenuLabelPro, MoonUIDropdownMenuPortalPro, MoonUIDropdownMenuPro, MoonUIDropdownMenuRadioGroupPro, MoonUIDropdownMenuRadioItemPro, MoonUIDropdownMenuSeparatorPro, MoonUIDropdownMenuShortcutPro, MoonUIDropdownMenuSubContentPro, MoonUIDropdownMenuSubPro, MoonUIDropdownMenuSubTriggerPro, MoonUIDropdownMenuTriggerPro, MoonUIFileUploadPro, MoonUIFormWizardPro, MoonUIGalleryItemPro, MoonUIGestureDrawerPro, MoonUIGestureDrawerProProps, MoonUIInputPro, MoonUILabelPro, LightboxContent as MoonUILightboxContentPro, SimpleLightbox as MoonUILightboxPro, LightboxProvider as MoonUILightboxProviderPro, LightboxTrigger as MoonUILightboxTriggerPro, MoonUIMediaGalleryPro, MoonUIPaginationContentPro, MoonUIPaginationEllipsisPro, MoonUIPaginationItemPro, MoonUIPaginationLinkPro, MoonUIPaginationNextPro, MoonUIPaginationPreviousPro, MoonUIPaginationPro, MoonUIPhoneNumberInputPro, MoonUIPhoneNumberInputSimple, MoonUIPopoverContentPro, MoonUIPopoverPro, MoonUIPopoverTriggerPro, MoonUIProgressPro, Question as MoonUIQuestion, QuestionType as MoonUIQuestionType, MoonUIQuizFormPro, MoonUIQuizFormProProps, QuizResult as MoonUIQuizResult, QuizSettings as MoonUIQuizSettings, MoonUIRadioGroupContextPro, MoonUIRadioGroupItemPro, MoonUIRadioGroupPro, MoonUIRadioItemWithLabelPro, MoonUIRadioLabelPro, MoonUISelectContentPro, MoonUISelectGroupPro, MoonUISelectItemPro, MoonUISelectLabelPro, MoonUISelectPro, MoonUISelectSeparatorPro, MoonUISelectTriggerPro, MoonUISelectValuePro, MoonUISeparatorPro, MoonUISkeletonPro, MoonUISliderPro, MoonUISwitchPro, MoonUITableBodyPro, MoonUITableCaptionPro, MoonUITableCellPro, MoonUITableFooterPro, MoonUITableHeadPro, MoonUITableHeaderPro, MoonUITablePro, MoonUITableRowPro, MoonUITabsContentPro, MoonUITabsPro as MoonUITabsEnhanced, MoonUITabsProProps as MoonUITabsEnhancedProps, MoonUITabsListPro, MoonUITabsPro, MoonUITabsProProps, MoonUITabsTriggerPro, MoonUITextareaPro, MoonUIToastPro, MoonUITogglePro, MoonUITooltipContentPro, MoonUITooltipPro, MoonUITooltipProviderPro, MoonUITooltipTriggerPro, UserAnswer as MoonUIUserAnswer, MoonUIalertVariantsPro, MoonUIaspectRatioVariantsPro, MoonUIbreadcrumbVariantsPro, collapsibleContentVariants as MoonUIcollapsibleContentVariantsPro, collapsibleTriggerVariants as MoonUIcollapsibleTriggerVariantsPro, MoonUIradioGroupItemVariantsPro, MoonUItableVariantsPro, MoonUItoggleVariantsPro, Navbar, NavbarConfig, NavbarItem, NavbarSection, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NestedEvent, OpenAIProvider, OptimizedImage, OptimizedImageProps, OverlayRenderProp, MoonUIPaginationPro as Pagination, MoonUIPaginationContentPro as PaginationContent, MoonUIPaginationEllipsisPro as PaginationEllipsis, MoonUIPaginationItemPro as PaginationItem, MoonUIPaginationLinkPro as PaginationLink, MoonUIPaginationNextPro as PaginationNext, MoonUIPaginationPreviousPro as PaginationPrevious, PerformanceAlert, PerformanceDebugger, PerformanceDebuggerProps, PerformanceEntry, PerformanceMetric, PerformanceMetrics, PerformanceMonitor, PerformanceMonitorProps, PhoneNumberInputProps, PinchZoom, MoonUIPopoverPro as Popover, MoonUIPopoverContentPro as PopoverContent, MoonUIPopoverTriggerPro as PopoverTrigger, MoonUIProgressPro as Progress, ProgressData, QuestionType$1 as QuestionType, QuizAnswer, QuizFormProps, QuizQuestion, QuizResult$1 as QuizResult, MoonUIRadioGroupPro as RadioGroup, MoonUIRadioGroupContextPro as RadioGroupContext, MoonUIRadioGroupItemPro as RadioGroupItem, MoonUIRadioItemWithLabelPro as RadioItemWithLabel, MoonUIRadioLabelPro as RadioLabel, RangeEvent, RealTimePerformanceMonitor, RealTimePerformanceMonitorProps, RecurringEvent, RichTextEditor, ScrollArea, ScrollBar, MoonUISelectPro as Select, MoonUISelectContentPro as SelectContent, MoonUISelectGroupPro as SelectGroup, MoonUISelectItemPro as SelectItem, MoonUISelectLabelPro as SelectLabel, MoonUISelectSeparatorPro as SelectSeparator, MoonUISelectTriggerPro as SelectTrigger, MoonUISelectValuePro as SelectValue, SelectableVirtualList, SelectableVirtualListProps, MoonUISeparatorPro as Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarConfig, SidebarItem, SidebarSection, SidebarState, SimpleLightbox, MoonUISkeletonPro as Skeleton, MoonUISliderPro as Slider, SpotlightCard, SpotlightCardProps, SpringConfig, SwipeableCard, MoonUISwitchPro as Switch, TabItem, MoonUITablePro as Table, MoonUITableBodyPro as TableBody, MoonUITableCaptionPro as TableCaption, MoonUITableCellPro as TableCell, TableFeatures, MoonUITableFooterPro as TableFooter, MoonUITableHeadPro as TableHead, MoonUITableHeaderPro as TableHeader, MoonUITableRowPro as TableRow, Tabs, TabsContent, TabsList, TabsTrigger, MoonUITextareaPro as Textarea, Timeline, TimelineAnimation, TimelineEvent, TimelineEventBase, TimelineEventMetadata, TimelineEventType, TimelineGroupBy, TimelineLayout, TimelineProps, TimelineTheme, TimelineUser, MoonUIToastPro as Toast, MoonUITogglePro as Toggle, MoonUITooltipPro as Tooltip, MoonUITooltipContentPro as TooltipContent, MoonUITooltipProviderPro as TooltipProvider, MoonUITooltipTriggerPro as TooltipTrigger, VirtualList, VirtualListProps, Widget, WizardStep, WizardStepContentProps, MoonUIalertVariantsPro as alertVariants, MoonUIaspectRatioVariantsPro as aspectRatioVariants, moonUIBadgeVariantsPro as badgeVariants, MoonUIbreadcrumbVariantsPro as breadcrumbVariants, moonUIButtonProVariants as buttonVariants, cn, collapsibleContentVariants, collapsibleTriggerVariants, commandVariantsPro, createAIProvider, galleryItemVariants, galleryVariants, getExpandableColumn, hoverCard3DVariants, moonUIAnimatedButtonProVariants, moonUIBadgeVariantsPro, moonUIButtonProVariants, gestureDrawerVariants as moonUIGestureDrawerProVariants, moonUISeparatorVariantsPro, navigationMenuTriggerStyle, countries as phoneCountries, MoonUIradioGroupItemVariantsPro as radioGroupItemVariants, moonUISeparatorVariantsPro as separatorVariants, MoonUItableVariantsPro as tableVariants, MoonUItoggleVariantsPro as toggleVariants, useAccordionAnalytics, useCollapsibleAnalytics, useExpandableRows, useFormWizard, useStreamingData, useVirtualList };