@moontra/moonui-pro 2.2.7 → 2.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1829,7 +1829,7 @@ var MoonUIalertVariantsPro = cva(
1829
1829
  );
1830
1830
  var MoonUIAlertPro = t.forwardRef(
1831
1831
  ({ className, variant = "default", size, radius, hideIcon = false, closable = false, onClose, children, ...props }, ref) => {
1832
- const MoonUIIconPro2 = t.useMemo(() => {
1832
+ const MoonUIIconPro = t.useMemo(() => {
1833
1833
  switch (variant) {
1834
1834
  case "success":
1835
1835
  return Check;
@@ -1851,7 +1851,7 @@ var MoonUIAlertPro = t.forwardRef(
1851
1851
  className: cn(MoonUIalertVariantsPro({ variant, size, radius, withClose: closable }), className),
1852
1852
  ...props,
1853
1853
  children: [
1854
- !hideIcon && /* @__PURE__ */ jsx(MoonUIIconPro2, { className: "h-5 w-5" }),
1854
+ !hideIcon && /* @__PURE__ */ jsx(MoonUIIconPro, { className: "h-5 w-5" }),
1855
1855
  /* @__PURE__ */ jsx("div", { className: "flex-1", children }),
1856
1856
  closable && onClose && /* @__PURE__ */ jsx(
1857
1857
  "button",
@@ -1886,7 +1886,6 @@ var MoonUIAlertDescriptionPro = t.forwardRef(({ className, ...props }, ref) => /
1886
1886
  }
1887
1887
  ));
1888
1888
  MoonUIAlertDescriptionPro.displayName = "AlertDescriptionPro";
1889
- MoonUIIconPro;
1890
1889
  var MoonUIaspectRatioVariantsPro = cva(
1891
1890
  "relative overflow-hidden",
1892
1891
  {
@@ -1925,7 +1924,7 @@ var MoonUIAspectRatioPro = t.forwardRef(({ className, variant, radius, ratio = 1
1925
1924
  }
1926
1925
  ));
1927
1926
  MoonUIAspectRatioPro.displayName = "AspectRatioPro";
1928
- cva(
1927
+ var moonUIAvatarVariantsPro = cva(
1929
1928
  "relative flex shrink-0 overflow-hidden",
1930
1929
  {
1931
1930
  variants: {
@@ -1963,11 +1962,11 @@ var MoonUIAvatarPro = t.forwardRef(({ className, size, radius, variant, ...props
1963
1962
  AvatarPrimitive.Root,
1964
1963
  {
1965
1964
  ref,
1966
- className: cn(avatarVariants({ size, radius, variant }), className),
1965
+ className: cn(moonUIAvatarVariantsPro({ size, radius, variant }), className),
1967
1966
  ...props
1968
1967
  }
1969
1968
  ));
1970
- MoonUIAvatar.displayName = AvatarPrimitive.Root.displayName;
1969
+ MoonUIAvatarPro.displayName = AvatarPrimitive.Root.displayName;
1971
1970
  var MoonUIAvatarImagePro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
1972
1971
  AvatarPrimitive.Image,
1973
1972
  {
@@ -1976,7 +1975,7 @@ var MoonUIAvatarImagePro = t.forwardRef(({ className, ...props }, ref) => /* @__
1976
1975
  ...props
1977
1976
  }
1978
1977
  ));
1979
- MoonUIAvatarImage.displayName = AvatarPrimitive.Image.displayName;
1978
+ MoonUIAvatarImagePro.displayName = AvatarPrimitive.Image.displayName;
1980
1979
  var MoonUIAvatarFallbackPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
1981
1980
  AvatarPrimitive.Fallback,
1982
1981
  {
@@ -1988,7 +1987,7 @@ var MoonUIAvatarFallbackPro = t.forwardRef(({ className, ...props }, ref) => /*
1988
1987
  ...props
1989
1988
  }
1990
1989
  ));
1991
- MoonUIAvatarFallback.displayName = AvatarPrimitive.Fallback.displayName;
1990
+ MoonUIAvatarFallbackPro.displayName = AvatarPrimitive.Fallback.displayName;
1992
1991
  var MoonUIAvatarGroup = t.forwardRef(
1993
1992
  ({ className, limit, avatars, overlapOffset = -8, ...props }, ref) => {
1994
1993
  const visibleAvatars = limit ? avatars.slice(0, limit) : avatars;
@@ -2505,7 +2504,7 @@ var moonUIButtonProVariants = cva(
2505
2504
  }
2506
2505
  }
2507
2506
  );
2508
- var MoonUIButtonPro2 = t.forwardRef(
2507
+ var MoonUIButtonPro = t.forwardRef(
2509
2508
  ({
2510
2509
  className,
2511
2510
  variant,
@@ -2539,7 +2538,7 @@ var MoonUIButtonPro2 = t.forwardRef(
2539
2538
  );
2540
2539
  }
2541
2540
  );
2542
- MoonUIButtonPro2.displayName = "MoonUIButtonPro";
2541
+ MoonUIButtonPro.displayName = "MoonUIButtonPro";
2543
2542
  cva("", {
2544
2543
  variants: {
2545
2544
  hover: {
@@ -4621,7 +4620,7 @@ MoonUIInputPro.displayName = "MoonUIInputPro";
4621
4620
  var moonUILabelVariantsPro = cva(
4622
4621
  "text-sm font-medium leading-none text-gray-900 dark:text-gray-200 peer-disabled:cursor-not-allowed peer-disabled:opacity-70 dark:peer-disabled:opacity-60 transition-colors duration-200"
4623
4622
  );
4624
- var MoonUILabelPro2 = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
4623
+ var MoonUILabelPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
4625
4624
  LabelPrimitive.Root,
4626
4625
  {
4627
4626
  ref,
@@ -4629,7 +4628,7 @@ var MoonUILabelPro2 = t.forwardRef(({ className, ...props }, ref) => /* @__PURE_
4629
4628
  ...props
4630
4629
  }
4631
4630
  ));
4632
- MoonUILabelPro2.displayName = LabelPrimitive.Root.displayName;
4631
+ MoonUILabelPro.displayName = LabelPrimitive.Root.displayName;
4633
4632
  var MoonUIPaginationPro = ({ className, ...props }) => /* @__PURE__ */ jsx(
4634
4633
  "nav",
4635
4634
  {
@@ -4814,7 +4813,7 @@ var MoonUIPopoverContentPro = t.forwardRef(({
4814
4813
  }
4815
4814
  )
4816
4815
  ] }));
4817
- MoonUIPopoverContent.displayName = PopoverPrimitive.Content.displayName;
4816
+ MoonUIPopoverContentPro.displayName = PopoverPrimitive.Content.displayName;
4818
4817
  function createContextScope2(scopeName, createContextScopeDeps = []) {
4819
4818
  let defaultContexts = [];
4820
4819
  function createContext32(rootComponentName, defaultContext) {
@@ -5356,7 +5355,7 @@ var moonUISeparatorVariantsPro = cva(
5356
5355
  }
5357
5356
  }
5358
5357
  );
5359
- var MoonUISeparatorPro2 = t.forwardRef(
5358
+ var MoonUISeparatorPro = t.forwardRef(
5360
5359
  ({
5361
5360
  className,
5362
5361
  orientation = "horizontal",
@@ -6533,7 +6532,7 @@ var AnimatedButton = t__default.forwardRef(
6533
6532
  /* @__PURE__ */ jsxs("div", { children: [
6534
6533
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
6535
6534
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Animated Button is available exclusively to MoonUI Pro subscribers." }),
6536
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
6535
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
6537
6536
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
6538
6537
  "Upgrade to Pro"
6539
6538
  ] }) })
@@ -6568,7 +6567,7 @@ var ErrorBoundaryInternal = class extends Component {
6568
6567
  /* @__PURE__ */ jsx(MoonUICardDescriptionPro, { children: "An error occurred while rendering this component" })
6569
6568
  ] }),
6570
6569
  /* @__PURE__ */ jsx(MoonUICardContentPro, { className: "text-center", children: /* @__PURE__ */ jsxs(
6571
- MoonUIButtonPro2,
6570
+ MoonUIButtonPro,
6572
6571
  {
6573
6572
  onClick: () => this.setState({ hasError: false, error: void 0 }),
6574
6573
  className: "mt-4",
@@ -6591,7 +6590,7 @@ function ErrorBoundaryWrapper(props) {
6591
6590
  /* @__PURE__ */ jsxs("div", { children: [
6592
6591
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
6593
6592
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Error Boundary is available exclusively to MoonUI Pro subscribers." }),
6594
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
6593
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
6595
6594
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
6596
6595
  "Upgrade to Pro"
6597
6596
  ] }) })
@@ -6741,7 +6740,7 @@ var FloatingActionButton = t__default.forwardRef(
6741
6740
  /* @__PURE__ */ jsxs("div", { children: [
6742
6741
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
6743
6742
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Floating Action Button is available exclusively to MoonUI Pro subscribers." }),
6744
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
6743
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
6745
6744
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
6746
6745
  "Upgrade to Pro"
6747
6746
  ] }) })
@@ -6865,7 +6864,7 @@ var HoverCard3D = t__default.forwardRef(
6865
6864
  /* @__PURE__ */ jsxs("div", { children: [
6866
6865
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
6867
6866
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "3D Hover Card is available exclusively to MoonUI Pro subscribers." }),
6868
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
6867
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
6869
6868
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
6870
6869
  "Upgrade to Pro"
6871
6870
  ] }) })
@@ -6987,7 +6986,7 @@ var MagneticButton = t__default.forwardRef(
6987
6986
  /* @__PURE__ */ jsxs("div", { children: [
6988
6987
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
6989
6988
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Magnetic Button is available exclusively to MoonUI Pro subscribers." }),
6990
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
6989
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
6991
6990
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
6992
6991
  "Upgrade to Pro"
6993
6992
  ] }) })
@@ -7108,7 +7107,7 @@ var PinchZoom = t__default.forwardRef(
7108
7107
  /* @__PURE__ */ jsxs("div", { children: [
7109
7108
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
7110
7109
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Pinch Zoom is available exclusively to MoonUI Pro subscribers." }),
7111
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
7110
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
7112
7111
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
7113
7112
  "Upgrade to Pro"
7114
7113
  ] }) })
@@ -7257,7 +7256,7 @@ var SpotlightCard = t__default.forwardRef(
7257
7256
  /* @__PURE__ */ jsxs("div", { children: [
7258
7257
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
7259
7258
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Spotlight Card is available exclusively to MoonUI Pro subscribers." }),
7260
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
7259
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
7261
7260
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
7262
7261
  "Upgrade to Pro"
7263
7262
  ] }) })
@@ -7409,7 +7408,7 @@ function EventDialog({
7409
7408
  ] }),
7410
7409
  /* @__PURE__ */ jsxs("form", { onSubmit: handleSubmit, className: "space-y-4", children: [
7411
7410
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
7412
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "title", children: "Title *" }),
7411
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "title", children: "Title *" }),
7413
7412
  /* @__PURE__ */ jsx(
7414
7413
  MoonUIInputPro,
7415
7414
  {
@@ -7423,7 +7422,7 @@ function EventDialog({
7423
7422
  errors.title && /* @__PURE__ */ jsx("p", { className: "text-sm text-red-500", children: errors.title })
7424
7423
  ] }),
7425
7424
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
7426
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "description", children: "Description" }),
7425
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "description", children: "Description" }),
7427
7426
  /* @__PURE__ */ jsx(
7428
7427
  MoonUITextareaPro,
7429
7428
  {
@@ -7437,7 +7436,7 @@ function EventDialog({
7437
7436
  ] }),
7438
7437
  /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-3 gap-4", children: [
7439
7438
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
7440
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "date", children: "Date *" }),
7439
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "date", children: "Date *" }),
7441
7440
  /* @__PURE__ */ jsx(
7442
7441
  MoonUIInputPro,
7443
7442
  {
@@ -7451,7 +7450,7 @@ function EventDialog({
7451
7450
  errors.date && /* @__PURE__ */ jsx("p", { className: "text-sm text-red-500", children: errors.date })
7452
7451
  ] }),
7453
7452
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
7454
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "startTime", children: "Start Time" }),
7453
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "startTime", children: "Start Time" }),
7455
7454
  /* @__PURE__ */ jsx(
7456
7455
  MoonUIInputPro,
7457
7456
  {
@@ -7464,7 +7463,7 @@ function EventDialog({
7464
7463
  )
7465
7464
  ] }),
7466
7465
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
7467
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "endTime", children: "End Time" }),
7466
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "endTime", children: "End Time" }),
7468
7467
  /* @__PURE__ */ jsx(
7469
7468
  MoonUIInputPro,
7470
7469
  {
@@ -7480,7 +7479,7 @@ function EventDialog({
7480
7479
  ] })
7481
7480
  ] }),
7482
7481
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
7483
- /* @__PURE__ */ jsxs(MoonUILabelPro2, { htmlFor: "location", className: "flex items-center gap-2", children: [
7482
+ /* @__PURE__ */ jsxs(MoonUILabelPro, { htmlFor: "location", className: "flex items-center gap-2", children: [
7484
7483
  /* @__PURE__ */ jsx(MapPin, { className: "w-4 h-4" }),
7485
7484
  "Location"
7486
7485
  ] }),
@@ -7496,7 +7495,7 @@ function EventDialog({
7496
7495
  ] }),
7497
7496
  /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-4", children: [
7498
7497
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
7499
- /* @__PURE__ */ jsxs(MoonUILabelPro2, { className: "flex items-center gap-2", children: [
7498
+ /* @__PURE__ */ jsxs(MoonUILabelPro, { className: "flex items-center gap-2", children: [
7500
7499
  /* @__PURE__ */ jsx(Type, { className: "w-4 h-4" }),
7501
7500
  "Type"
7502
7501
  ] }),
@@ -7515,7 +7514,7 @@ function EventDialog({
7515
7514
  ] })
7516
7515
  ] }),
7517
7516
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
7518
- /* @__PURE__ */ jsxs(MoonUILabelPro2, { className: "flex items-center gap-2", children: [
7517
+ /* @__PURE__ */ jsxs(MoonUILabelPro, { className: "flex items-center gap-2", children: [
7519
7518
  /* @__PURE__ */ jsx(Palette, { className: "w-4 h-4" }),
7520
7519
  "Color"
7521
7520
  ] }),
@@ -7546,7 +7545,7 @@ function EventDialog({
7546
7545
  ] })
7547
7546
  ] }),
7548
7547
  /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
7549
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "attendees", children: "Attendees" }),
7548
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "attendees", children: "Attendees" }),
7550
7549
  /* @__PURE__ */ jsx(
7551
7550
  MoonUIInputPro,
7552
7551
  {
@@ -7559,7 +7558,7 @@ function EventDialog({
7559
7558
  ] }),
7560
7559
  /* @__PURE__ */ jsxs(MoonUIDialogFooterPro, { className: "gap-2", children: [
7561
7560
  mode === "edit" && onDelete && /* @__PURE__ */ jsx(
7562
- MoonUIButtonPro2,
7561
+ MoonUIButtonPro,
7563
7562
  {
7564
7563
  type: "button",
7565
7564
  variant: "destructive",
@@ -7569,7 +7568,7 @@ function EventDialog({
7569
7568
  }
7570
7569
  ),
7571
7570
  /* @__PURE__ */ jsx(
7572
- MoonUIButtonPro2,
7571
+ MoonUIButtonPro,
7573
7572
  {
7574
7573
  type: "button",
7575
7574
  variant: "outline",
@@ -7578,7 +7577,7 @@ function EventDialog({
7578
7577
  children: "Cancel"
7579
7578
  }
7580
7579
  ),
7581
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { type: "submit", disabled: isSubmitting, children: isSubmitting ? mode === "create" ? "Creating..." : "Saving..." : mode === "create" ? "Create Event" : "Save Changes" })
7580
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { type: "submit", disabled: isSubmitting, children: isSubmitting ? mode === "create" ? "Creating..." : "Saving..." : mode === "create" ? "Create Event" : "Save Changes" })
7582
7581
  ] })
7583
7582
  ] })
7584
7583
  ] }) });
@@ -7626,7 +7625,7 @@ function Calendar2({
7626
7625
  /* @__PURE__ */ jsxs("div", { children: [
7627
7626
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-lg mb-2", children: "Pro Feature" }),
7628
7627
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-sm mb-4", children: "Calendar is available exclusively to MoonUI Pro subscribers." }),
7629
- /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
7628
+ /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
7630
7629
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
7631
7630
  "Upgrade to Pro"
7632
7631
  ] }) }) })
@@ -7784,9 +7783,9 @@ function Calendar2({
7784
7783
  ] })
7785
7784
  ] }),
7786
7785
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
7787
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "outline", size: "sm", onClick: goToToday, children: "Today" }),
7786
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "outline", size: "sm", onClick: goToToday, children: "Today" }),
7788
7787
  /* @__PURE__ */ jsx(
7789
- MoonUIButtonPro2,
7788
+ MoonUIButtonPro,
7790
7789
  {
7791
7790
  variant: "outline",
7792
7791
  size: "sm",
@@ -7796,7 +7795,7 @@ function Calendar2({
7796
7795
  }
7797
7796
  ),
7798
7797
  /* @__PURE__ */ jsx(
7799
- MoonUIButtonPro2,
7798
+ MoonUIButtonPro,
7800
7799
  {
7801
7800
  variant: "outline",
7802
7801
  size: "sm",
@@ -7858,7 +7857,7 @@ function Calendar2({
7858
7857
  /* @__PURE__ */ jsx("span", { className: "truncate flex-1", children: event.title }),
7859
7858
  showEventDetails && /* @__PURE__ */ jsxs("div", { className: "hidden group-hover:flex items-center gap-1 ml-1", children: [
7860
7859
  /* @__PURE__ */ jsx(
7861
- MoonUIButtonPro2,
7860
+ MoonUIButtonPro,
7862
7861
  {
7863
7862
  variant: "ghost",
7864
7863
  size: "sm",
@@ -7868,7 +7867,7 @@ function Calendar2({
7868
7867
  }
7869
7868
  ),
7870
7869
  /* @__PURE__ */ jsx(
7871
- MoonUIButtonPro2,
7870
+ MoonUIButtonPro,
7872
7871
  {
7873
7872
  variant: "ghost",
7874
7873
  size: "sm",
@@ -7917,7 +7916,7 @@ function Calendar2({
7917
7916
  /* @__PURE__ */ jsx("h5", { className: "font-medium", children: event.title }),
7918
7917
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1", children: [
7919
7918
  /* @__PURE__ */ jsx(
7920
- MoonUIButtonPro2,
7919
+ MoonUIButtonPro,
7921
7920
  {
7922
7921
  variant: "ghost",
7923
7922
  size: "sm",
@@ -7926,7 +7925,7 @@ function Calendar2({
7926
7925
  }
7927
7926
  ),
7928
7927
  /* @__PURE__ */ jsx(
7929
- MoonUIButtonPro2,
7928
+ MoonUIButtonPro,
7930
7929
  {
7931
7930
  variant: "ghost",
7932
7931
  size: "sm",
@@ -7963,7 +7962,7 @@ function Calendar2({
7963
7962
  getEventsForDate(selectedDate).length === 0 && /* @__PURE__ */ jsxs("div", { className: "text-center py-4", children: [
7964
7963
  /* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground mb-2", children: "No events scheduled for this date" }),
7965
7964
  /* @__PURE__ */ jsxs(
7966
- MoonUIButtonPro2,
7965
+ MoonUIButtonPro,
7967
7966
  {
7968
7967
  variant: "outline",
7969
7968
  size: "sm",
@@ -8023,7 +8022,7 @@ function Kanban({
8023
8022
  /* @__PURE__ */ jsxs("div", { children: [
8024
8023
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-lg mb-2", children: "Pro Feature" }),
8025
8024
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-sm mb-4", children: "Kanban Board is available exclusively to MoonUI Pro subscribers." }),
8026
- /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
8025
+ /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
8027
8026
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
8028
8027
  "Upgrade to Pro"
8029
8028
  ] }) }) })
@@ -8148,7 +8147,7 @@ function Kanban({
8148
8147
  /* @__PURE__ */ jsx(MoonUICardTitlePro, { className: "text-sm font-medium", children: column.title }),
8149
8148
  /* @__PURE__ */ jsx(MoonUIBadgePro, { variant: "secondary", className: "text-xs", children: column.cards.length })
8150
8149
  ] }),
8151
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "ghost", size: "sm", children: /* @__PURE__ */ jsx(MoreHorizontal, { className: "h-4 w-4" }) })
8150
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "sm", children: /* @__PURE__ */ jsx(MoreHorizontal, { className: "h-4 w-4" }) })
8152
8151
  ] }),
8153
8152
  column.limit && /* @__PURE__ */ jsx(MoonUICardDescriptionPro, { className: cn(
8154
8153
  "text-xs",
@@ -8177,7 +8176,7 @@ function Kanban({
8177
8176
  ] }),
8178
8177
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1 opacity-0 group-hover:opacity-100 transition-opacity", children: [
8179
8178
  /* @__PURE__ */ jsx(
8180
- MoonUIButtonPro2,
8179
+ MoonUIButtonPro,
8181
8180
  {
8182
8181
  variant: "ghost",
8183
8182
  size: "sm",
@@ -8187,7 +8186,7 @@ function Kanban({
8187
8186
  }
8188
8187
  ),
8189
8188
  /* @__PURE__ */ jsx(
8190
- MoonUIButtonPro2,
8189
+ MoonUIButtonPro,
8191
8190
  {
8192
8191
  variant: "ghost",
8193
8192
  size: "sm",
@@ -8234,7 +8233,7 @@ function Kanban({
8234
8233
  card.id
8235
8234
  )),
8236
8235
  onAddCard && /* @__PURE__ */ jsxs(
8237
- MoonUIButtonPro2,
8236
+ MoonUIButtonPro,
8238
8237
  {
8239
8238
  variant: "ghost",
8240
8239
  size: "sm",
@@ -8254,7 +8253,7 @@ function Kanban({
8254
8253
  );
8255
8254
  }),
8256
8255
  showAddColumn && onAddColumn && /* @__PURE__ */ jsx("div", { className: "flex-shrink-0 w-80", children: /* @__PURE__ */ jsxs(
8257
- MoonUIButtonPro2,
8256
+ MoonUIButtonPro,
8258
8257
  {
8259
8258
  variant: "outline",
8260
8259
  onClick: onAddColumn,
@@ -46969,7 +46968,7 @@ function RichTextEditor({
46969
46968
  /* @__PURE__ */ jsxs("div", { children: [
46970
46969
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-lg mb-2", children: "Pro Feature" }),
46971
46970
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-sm mb-4", children: "Advanced Rich Text Editor is available exclusively to MoonUI Pro subscribers." }),
46972
- /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
46971
+ /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
46973
46972
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
46974
46973
  "Upgrade to Pro"
46975
46974
  ] }) }) })
@@ -47395,7 +47394,7 @@ function RichTextEditor({
47395
47394
  (features.bold || features.italic || features.underline || features.strike || features.code) && (features.heading || features.align) && /* @__PURE__ */ jsx("div", { className: "w-px h-6 bg-border mx-1 shrink-0" }),
47396
47395
  (features.heading || features.align) && /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1 shrink-0", children: [
47397
47396
  features.heading && /* @__PURE__ */ jsxs(MoonUIDropdownMenuPro, { children: [
47398
- /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { variant: "ghost", size: "sm", className: "h-8 px-2", disabled: isSourceView, children: [
47397
+ /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "ghost", size: "sm", className: "h-8 px-2", disabled: isSourceView, children: [
47399
47398
  /* @__PURE__ */ jsx(Type, { className: "w-4 h-4 mr-1" }),
47400
47399
  /* @__PURE__ */ jsx(ChevronDown, { className: "w-3 h-3" })
47401
47400
  ] }) }),
@@ -47507,7 +47506,7 @@ function RichTextEditor({
47507
47506
  features.color && /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1 shrink-0", children: [
47508
47507
  /* @__PURE__ */ jsxs(MoonUIPopoverPro, { children: [
47509
47508
  /* @__PURE__ */ jsx(MoonUIPopoverTriggerPro, { asChild: true, children: /* @__PURE__ */ jsx(
47510
- MoonUIButtonPro2,
47509
+ MoonUIButtonPro,
47511
47510
  {
47512
47511
  variant: "ghost",
47513
47512
  size: "sm",
@@ -47530,7 +47529,7 @@ function RichTextEditor({
47530
47529
  ] }),
47531
47530
  /* @__PURE__ */ jsxs(MoonUIPopoverPro, { children: [
47532
47531
  /* @__PURE__ */ jsx(MoonUIPopoverTriggerPro, { asChild: true, children: /* @__PURE__ */ jsx(
47533
- MoonUIButtonPro2,
47532
+ MoonUIButtonPro,
47534
47533
  {
47535
47534
  variant: "ghost",
47536
47535
  size: "sm",
@@ -47581,7 +47580,7 @@ function RichTextEditor({
47581
47580
  /* @__PURE__ */ jsx(MoonUIDialogDescriptionPro, { children: "Enter the URL for the link." })
47582
47581
  ] }),
47583
47582
  /* @__PURE__ */ jsx("div", { className: "grid gap-4 py-4", children: /* @__PURE__ */ jsxs("div", { className: "grid gap-2", children: [
47584
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "url", children: "URL" }),
47583
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "url", children: "URL" }),
47585
47584
  /* @__PURE__ */ jsx(
47586
47585
  MoonUIInputPro,
47587
47586
  {
@@ -47600,7 +47599,7 @@ function RichTextEditor({
47600
47599
  ] }) }),
47601
47600
  /* @__PURE__ */ jsxs("div", { className: "flex justify-between", children: [
47602
47601
  editor.isActive("link") && /* @__PURE__ */ jsx(
47603
- MoonUIButtonPro2,
47602
+ MoonUIButtonPro,
47604
47603
  {
47605
47604
  variant: "destructive",
47606
47605
  onClick: () => {
@@ -47611,8 +47610,8 @@ function RichTextEditor({
47611
47610
  }
47612
47611
  ),
47613
47612
  /* @__PURE__ */ jsxs("div", { className: "ml-auto flex gap-2", children: [
47614
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "outline", onClick: () => setIsLinkDialogOpen(false), children: "Cancel" }),
47615
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { onClick: addLink, children: "Add Link" })
47613
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "outline", onClick: () => setIsLinkDialogOpen(false), children: "Cancel" }),
47614
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { onClick: addLink, children: "Add Link" })
47616
47615
  ] })
47617
47616
  ] })
47618
47617
  ] })
@@ -47638,7 +47637,7 @@ function RichTextEditor({
47638
47637
  /* @__PURE__ */ jsx(MoonUIDialogDescriptionPro, { children: "Enter the URL for the image." })
47639
47638
  ] }),
47640
47639
  /* @__PURE__ */ jsx("div", { className: "grid gap-4 py-4", children: /* @__PURE__ */ jsxs("div", { className: "grid gap-2", children: [
47641
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "image-url", children: "Image URL" }),
47640
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "image-url", children: "Image URL" }),
47642
47641
  /* @__PURE__ */ jsx(
47643
47642
  MoonUIInputPro,
47644
47643
  {
@@ -47656,8 +47655,8 @@ function RichTextEditor({
47656
47655
  )
47657
47656
  ] }) }),
47658
47657
  /* @__PURE__ */ jsxs("div", { className: "flex justify-end gap-2", children: [
47659
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "outline", onClick: () => setIsImageDialogOpen(false), children: "Cancel" }),
47660
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { onClick: addImage, children: "Add Image" })
47658
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "outline", onClick: () => setIsImageDialogOpen(false), children: "Cancel" }),
47659
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { onClick: addImage, children: "Add Image" })
47661
47660
  ] })
47662
47661
  ] })
47663
47662
  ] }),
@@ -47680,7 +47679,7 @@ function RichTextEditor({
47680
47679
  /* @__PURE__ */ jsxs("div", { className: "grid gap-4 py-4", children: [
47681
47680
  /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-4", children: [
47682
47681
  /* @__PURE__ */ jsxs("div", { className: "grid gap-2", children: [
47683
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "rows", children: "Rows" }),
47682
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "rows", children: "Rows" }),
47684
47683
  /* @__PURE__ */ jsx(
47685
47684
  MoonUIInputPro,
47686
47685
  {
@@ -47694,7 +47693,7 @@ function RichTextEditor({
47694
47693
  )
47695
47694
  ] }),
47696
47695
  /* @__PURE__ */ jsxs("div", { className: "grid gap-2", children: [
47697
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "cols", children: "Columns" }),
47696
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "cols", children: "Columns" }),
47698
47697
  /* @__PURE__ */ jsx(
47699
47698
  MoonUIInputPro,
47700
47699
  {
@@ -47718,17 +47717,17 @@ function RichTextEditor({
47718
47717
  className: "rounded border-gray-300"
47719
47718
  }
47720
47719
  ),
47721
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "headerRow", className: "text-sm font-normal", children: "Include header row" })
47720
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "headerRow", className: "text-sm font-normal", children: "Include header row" })
47722
47721
  ] })
47723
47722
  ] }),
47724
47723
  /* @__PURE__ */ jsxs("div", { className: "flex justify-end gap-2", children: [
47725
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "outline", onClick: () => setIsTableDialogOpen(false), children: "Cancel" }),
47726
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { onClick: createTable2, children: "Create Table" })
47724
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "outline", onClick: () => setIsTableDialogOpen(false), children: "Cancel" }),
47725
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { onClick: createTable2, children: "Create Table" })
47727
47726
  ] })
47728
47727
  ] })
47729
47728
  ] }),
47730
47729
  /* @__PURE__ */ jsxs(MoonUIDropdownMenuPro, { children: [
47731
- /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "ghost", size: "sm", className: "h-8 px-1", children: /* @__PURE__ */ jsx(ChevronDown, { className: "w-3 h-3" }) }) }),
47730
+ /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "sm", className: "h-8 px-1", children: /* @__PURE__ */ jsx(ChevronDown, { className: "w-3 h-3" }) }) }),
47732
47731
  /* @__PURE__ */ jsxs(MoonUIDropdownMenuContentPro, { children: [
47733
47732
  /* @__PURE__ */ jsx(MoonUIDropdownMenuItemPro, { onClick: () => editor.chain().focus().addColumnBefore().run(), children: "Add column before" }),
47734
47733
  /* @__PURE__ */ jsx(MoonUIDropdownMenuItemPro, { onClick: () => editor.chain().focus().addColumnAfter().run(), children: "Add column after" }),
@@ -47787,7 +47786,7 @@ function RichTextEditor({
47787
47786
  features.ai && /* @__PURE__ */ jsxs(Fragment, { children: [
47788
47787
  /* @__PURE__ */ jsxs(MoonUIDropdownMenuPro, { children: [
47789
47788
  /* @__PURE__ */ jsx(MoonUIDropdownMenuTriggerPro, { asChild: true, children: /* @__PURE__ */ jsxs(
47790
- MoonUIButtonPro2,
47789
+ MoonUIButtonPro,
47791
47790
  {
47792
47791
  variant: "ghost",
47793
47792
  size: "sm",
@@ -47870,7 +47869,7 @@ function RichTextEditor({
47870
47869
  ] }),
47871
47870
  /* @__PURE__ */ jsxs("div", { className: "grid gap-4 py-4", children: [
47872
47871
  /* @__PURE__ */ jsxs("div", { className: "grid gap-2", children: [
47873
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "provider", children: "Provider" }),
47872
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "provider", children: "Provider" }),
47874
47873
  /* @__PURE__ */ jsxs(
47875
47874
  MoonUISelectPro,
47876
47875
  {
@@ -47889,7 +47888,7 @@ function RichTextEditor({
47889
47888
  )
47890
47889
  ] }),
47891
47890
  /* @__PURE__ */ jsxs("div", { className: "grid gap-2", children: [
47892
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "apiKey", children: "API Key" }),
47891
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "apiKey", children: "API Key" }),
47893
47892
  /* @__PURE__ */ jsx(
47894
47893
  MoonUIInputPro,
47895
47894
  {
@@ -47902,7 +47901,7 @@ function RichTextEditor({
47902
47901
  )
47903
47902
  ] }),
47904
47903
  /* @__PURE__ */ jsxs("div", { className: "grid gap-2", children: [
47905
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "model", children: "Model" }),
47904
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "model", children: "Model" }),
47906
47905
  /* @__PURE__ */ jsxs(
47907
47906
  MoonUISelectPro,
47908
47907
  {
@@ -47935,7 +47934,7 @@ function RichTextEditor({
47935
47934
  ] }),
47936
47935
  /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-4", children: [
47937
47936
  /* @__PURE__ */ jsxs("div", { className: "grid gap-2", children: [
47938
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "temperature", children: "Temperature" }),
47937
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "temperature", children: "Temperature" }),
47939
47938
  /* @__PURE__ */ jsx(
47940
47939
  MoonUIInputPro,
47941
47940
  {
@@ -47950,7 +47949,7 @@ function RichTextEditor({
47950
47949
  )
47951
47950
  ] }),
47952
47951
  /* @__PURE__ */ jsxs("div", { className: "grid gap-2", children: [
47953
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "maxTokens", children: "Max Tokens" }),
47952
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "maxTokens", children: "Max Tokens" }),
47954
47953
  /* @__PURE__ */ jsx(
47955
47954
  MoonUIInputPro,
47956
47955
  {
@@ -47965,7 +47964,7 @@ function RichTextEditor({
47965
47964
  ] })
47966
47965
  ] })
47967
47966
  ] }),
47968
- /* @__PURE__ */ jsx("div", { className: "flex justify-end", children: /* @__PURE__ */ jsx(MoonUIButtonPro2, { onClick: () => {
47967
+ /* @__PURE__ */ jsx("div", { className: "flex justify-end", children: /* @__PURE__ */ jsx(MoonUIButtonPro, { onClick: () => {
47969
47968
  setIsAiSettingsOpen(false);
47970
47969
  toast({
47971
47970
  title: "Settings saved",
@@ -47984,7 +47983,7 @@ function RichTextEditor({
47984
47983
  ] }),
47985
47984
  /* @__PURE__ */ jsxs("div", { className: "grid gap-6 py-4", children: [
47986
47985
  /* @__PURE__ */ jsxs("div", { className: "grid gap-3", children: [
47987
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "border-width", children: "Border Width" }),
47986
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "border-width", children: "Border Width" }),
47988
47987
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-4", children: [
47989
47988
  /* @__PURE__ */ jsx(
47990
47989
  MoonUISliderPro,
@@ -48005,7 +48004,7 @@ function RichTextEditor({
48005
48004
  ] })
48006
48005
  ] }),
48007
48006
  /* @__PURE__ */ jsxs("div", { className: "grid gap-3", children: [
48008
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "border-color", children: "Border Color" }),
48007
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "border-color", children: "Border Color" }),
48009
48008
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
48010
48009
  /* @__PURE__ */ jsx(
48011
48010
  MoonUIColorPickerPro,
@@ -48021,7 +48020,7 @@ function RichTextEditor({
48021
48020
  ] })
48022
48021
  ] }),
48023
48022
  /* @__PURE__ */ jsxs("div", { className: "grid gap-3", children: [
48024
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: "border-style", children: "Border Style" }),
48023
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: "border-style", children: "Border Style" }),
48025
48024
  /* @__PURE__ */ jsxs(MoonUISelectPro, { value: tableBorderStyle, onValueChange: setTableBorderStyle, children: [
48026
48025
  /* @__PURE__ */ jsx(MoonUISelectTriggerPro, { children: /* @__PURE__ */ jsx(MoonUISelectValuePro, {}) }),
48027
48026
  /* @__PURE__ */ jsxs(MoonUISelectContentPro, { children: [
@@ -48037,7 +48036,7 @@ function RichTextEditor({
48037
48036
  ] })
48038
48037
  ] }),
48039
48038
  /* @__PURE__ */ jsxs("div", { className: "grid gap-3", children: [
48040
- /* @__PURE__ */ jsx(MoonUILabelPro2, { children: "Preview" }),
48039
+ /* @__PURE__ */ jsx(MoonUILabelPro, { children: "Preview" }),
48041
48040
  /* @__PURE__ */ jsx("div", { className: "p-4 bg-gray-50 dark:bg-gray-900 rounded-lg", children: /* @__PURE__ */ jsxs(
48042
48041
  "table",
48043
48042
  {
@@ -48099,8 +48098,8 @@ function RichTextEditor({
48099
48098
  ] })
48100
48099
  ] }),
48101
48100
  /* @__PURE__ */ jsxs("div", { className: "flex justify-end gap-2", children: [
48102
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "outline", onClick: () => setIsTableBorderDialogOpen(false), children: "Cancel" }),
48103
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { onClick: () => {
48101
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "outline", onClick: () => setIsTableBorderDialogOpen(false), children: "Cancel" }),
48102
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { onClick: () => {
48104
48103
  applyTableBorders(tableBorderWidth, tableBorderColor, tableBorderStyle);
48105
48104
  setIsTableBorderDialogOpen(false);
48106
48105
  toast({
@@ -49111,7 +49110,7 @@ function AdvancedChart({
49111
49110
  if (error) {
49112
49111
  return /* @__PURE__ */ jsx(MoonUICardPro, { className: cn("w-full", className), children: /* @__PURE__ */ jsx(MoonUICardContentPro, { className: "flex items-center justify-center", style: { height }, children: /* @__PURE__ */ jsxs("div", { className: "text-center", children: [
49113
49112
  /* @__PURE__ */ jsx("p", { className: "text-destructive mb-2", children: error }),
49114
- onRefresh && /* @__PURE__ */ jsxs(MoonUIButtonPro2, { variant: "outline", onClick: onRefresh, children: [
49113
+ onRefresh && /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "outline", onClick: onRefresh, children: [
49115
49114
  /* @__PURE__ */ jsx(RefreshCw, { className: "mr-2 h-4 w-4" }),
49116
49115
  "Retry"
49117
49116
  ] })
@@ -49140,10 +49139,10 @@ function AdvancedChart({
49140
49139
  subtitle && /* @__PURE__ */ jsx("p", { className: "text-xs text-muted-foreground", children: subtitle })
49141
49140
  ] }),
49142
49141
  /* @__PURE__ */ jsxs("div", { className: "flex items-center space-x-1", children: [
49143
- onRefresh && /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "ghost", size: "sm", onClick: onRefresh, children: /* @__PURE__ */ jsx(RefreshCw, { className: "h-4 w-4" }) }),
49144
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "ghost", size: "sm", children: /* @__PURE__ */ jsx(Settings, { className: "h-4 w-4" }) }),
49145
- onExport && /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "ghost", size: "sm", onClick: () => handleExport("png"), children: /* @__PURE__ */ jsx(Download, { className: "h-4 w-4" }) }),
49146
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "ghost", size: "sm", onClick: () => setIsFullscreen(!isFullscreen), children: /* @__PURE__ */ jsx(Maximize2, { className: "h-4 w-4" }) })
49142
+ onRefresh && /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "sm", onClick: onRefresh, children: /* @__PURE__ */ jsx(RefreshCw, { className: "h-4 w-4" }) }),
49143
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "sm", children: /* @__PURE__ */ jsx(Settings, { className: "h-4 w-4" }) }),
49144
+ onExport && /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "sm", onClick: () => handleExport("png"), children: /* @__PURE__ */ jsx(Download, { className: "h-4 w-4" }) }),
49145
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "sm", onClick: () => setIsFullscreen(!isFullscreen), children: /* @__PURE__ */ jsx(Maximize2, { className: "h-4 w-4" }) })
49147
49146
  ] })
49148
49147
  ] }),
49149
49148
  /* @__PURE__ */ jsx(MoonUICardContentPro, { children: responsive ? /* @__PURE__ */ jsx(ResponsiveContainer, { width: "100%", height, children: renderChart() }) : /* @__PURE__ */ jsx("div", { style: { width: "100%", height: `${height}px` }, children: renderChart() }) })
@@ -49261,7 +49260,7 @@ function Dashboard({
49261
49260
  widget.description && /* @__PURE__ */ jsx(MoonUICardDescriptionPro, { className: "mt-1", children: widget.description })
49262
49261
  ] }),
49263
49262
  /* @__PURE__ */ jsx(
49264
- MoonUIButtonPro2,
49263
+ MoonUIButtonPro,
49265
49264
  {
49266
49265
  variant: "ghost",
49267
49266
  size: "sm",
@@ -49321,7 +49320,7 @@ function Dashboard({
49321
49320
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground", children: description })
49322
49321
  ] }),
49323
49322
  refreshable && /* @__PURE__ */ jsxs(
49324
- MoonUIButtonPro2,
49323
+ MoonUIButtonPro,
49325
49324
  {
49326
49325
  variant: "outline",
49327
49326
  onClick: handleRefresh,
@@ -49336,15 +49335,15 @@ function Dashboard({
49336
49335
  /* @__PURE__ */ jsx("div", { className: "grid gap-4 md:grid-cols-2 lg:grid-cols-4", children: displayMetrics.map(renderMetricCard) }),
49337
49336
  widgets.length > 0 && /* @__PURE__ */ jsx("div", { className: "grid gap-4 md:grid-cols-2 lg:grid-cols-4", children: widgets.map(renderWidget) }),
49338
49337
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 pt-4 border-t", children: [
49339
- /* @__PURE__ */ jsxs(MoonUIButtonPro2, { variant: "outline", size: "sm", children: [
49338
+ /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "outline", size: "sm", children: [
49340
49339
  /* @__PURE__ */ jsx(Download, { className: "h-4 w-4 mr-2" }),
49341
49340
  "Export Data"
49342
49341
  ] }),
49343
- /* @__PURE__ */ jsxs(MoonUIButtonPro2, { variant: "outline", size: "sm", children: [
49342
+ /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "outline", size: "sm", children: [
49344
49343
  /* @__PURE__ */ jsx(Calendar, { className: "h-4 w-4 mr-2" }),
49345
49344
  "Schedule Report"
49346
49345
  ] }),
49347
- /* @__PURE__ */ jsxs(MoonUIButtonPro2, { variant: "outline", size: "sm", children: [
49346
+ /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "outline", size: "sm", children: [
49348
49347
  /* @__PURE__ */ jsx(Star, { className: "h-4 w-4 mr-2" }),
49349
49348
  "Save View"
49350
49349
  ] })
@@ -49505,7 +49504,7 @@ var AdvancedFormsInternal = ({
49505
49504
  transition: { delay: index * 0.1 },
49506
49505
  className: "space-y-2",
49507
49506
  children: [
49508
- /* @__PURE__ */ jsx("div", { className: "flex items-center justify-between", children: /* @__PURE__ */ jsxs(MoonUILabelPro2, { htmlFor: field.name, className: "flex items-center gap-2", children: [
49507
+ /* @__PURE__ */ jsx("div", { className: "flex items-center justify-between", children: /* @__PURE__ */ jsxs(MoonUILabelPro, { htmlFor: field.name, className: "flex items-center gap-2", children: [
49509
49508
  field.label,
49510
49509
  field.required && /* @__PURE__ */ jsx("span", { className: "text-destructive", children: "*" }),
49511
49510
  isTouched && !error && /* @__PURE__ */ jsx(CheckCircle, { className: "h-4 w-4 text-green-500" }),
@@ -49555,7 +49554,7 @@ var AdvancedFormsInternal = ({
49555
49554
  }
49556
49555
  ),
49557
49556
  /* @__PURE__ */ jsx(
49558
- MoonUIButtonPro2,
49557
+ MoonUIButtonPro,
49559
49558
  {
49560
49559
  type: "button",
49561
49560
  variant: "ghost",
@@ -49602,7 +49601,7 @@ var AdvancedFormsInternal = ({
49602
49601
  onCheckedChange: (checked) => setValue(field.name, checked)
49603
49602
  }
49604
49603
  ),
49605
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: field.name, className: "text-sm", children: field.placeholder || "Check this option" })
49604
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: field.name, className: "text-sm", children: field.placeholder || "Check this option" })
49606
49605
  ] }),
49607
49606
  field.type === "switch" && /* @__PURE__ */ jsxs("div", { className: "flex items-center space-x-2", children: [
49608
49607
  /* @__PURE__ */ jsx(
@@ -49613,7 +49612,7 @@ var AdvancedFormsInternal = ({
49613
49612
  onCheckedChange: (checked) => setValue(field.name, checked)
49614
49613
  }
49615
49614
  ),
49616
- /* @__PURE__ */ jsx(MoonUILabelPro2, { htmlFor: field.name, className: "text-sm", children: field.placeholder || "Toggle this option" })
49615
+ /* @__PURE__ */ jsx(MoonUILabelPro, { htmlFor: field.name, className: "text-sm", children: field.placeholder || "Toggle this option" })
49617
49616
  ] }),
49618
49617
  field.type === "file" && /* @__PURE__ */ jsxs("div", { className: "space-y-2", children: [
49619
49618
  /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center w-full", children: /* @__PURE__ */ jsxs(
@@ -49645,7 +49644,7 @@ var AdvancedFormsInternal = ({
49645
49644
  uploadedFiles[field.name] && uploadedFiles[field.name].length > 0 && /* @__PURE__ */ jsx("div", { className: "space-y-2", children: uploadedFiles[field.name].map((file, index2) => /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between p-2 bg-muted rounded-md", children: [
49646
49645
  /* @__PURE__ */ jsx("span", { className: "text-sm truncate", children: file.name }),
49647
49646
  /* @__PURE__ */ jsx(
49648
- MoonUIButtonPro2,
49647
+ MoonUIButtonPro,
49649
49648
  {
49650
49649
  type: "button",
49651
49650
  variant: "ghost",
@@ -49712,7 +49711,7 @@ var AdvancedFormsInternal = ({
49712
49711
  " fields completed"
49713
49712
  ] }),
49714
49713
  /* @__PURE__ */ jsx(
49715
- MoonUIButtonPro2,
49714
+ MoonUIButtonPro,
49716
49715
  {
49717
49716
  type: "submit",
49718
49717
  disabled: isSubmitting || !isValid,
@@ -49739,7 +49738,7 @@ var AdvancedForms = ({ className, ...props }) => {
49739
49738
  /* @__PURE__ */ jsxs("div", { children: [
49740
49739
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
49741
49740
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Advanced Forms is available exclusively to MoonUI Pro subscribers." }),
49742
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
49741
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
49743
49742
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
49744
49743
  "Upgrade to Pro"
49745
49744
  ] }) })
@@ -49877,7 +49876,7 @@ var GitHubStarsInternal = ({
49877
49876
  /* @__PURE__ */ jsx("h3", { className: "font-semibold", children: "Failed to load repositories" }),
49878
49877
  /* @__PURE__ */ jsx("p", { className: "text-sm text-muted-foreground", children: error })
49879
49878
  ] }),
49880
- /* @__PURE__ */ jsxs(MoonUIButtonPro2, { onClick: fetchRepositories, variant: "outline", children: [
49879
+ /* @__PURE__ */ jsxs(MoonUIButtonPro, { onClick: fetchRepositories, variant: "outline", children: [
49881
49880
  /* @__PURE__ */ jsx(RefreshCw, { className: "h-4 w-4 mr-2" }),
49882
49881
  "Try Again"
49883
49882
  ] })
@@ -49904,7 +49903,7 @@ var GitHubStarsInternal = ({
49904
49903
  " repos"
49905
49904
  ] }),
49906
49905
  autoRefresh && /* @__PURE__ */ jsx(MoonUIBadgePro, { variant: "secondary", children: "Auto-refresh" }),
49907
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { onClick: fetchRepositories, variant: "outline", size: "sm", children: /* @__PURE__ */ jsx(RefreshCw, { className: "h-4 w-4" }) })
49906
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { onClick: fetchRepositories, variant: "outline", size: "sm", children: /* @__PURE__ */ jsx(RefreshCw, { className: "h-4 w-4" }) })
49908
49907
  ] })
49909
49908
  ] }),
49910
49909
  /* @__PURE__ */ jsx("div", { className: cn(
@@ -49928,7 +49927,7 @@ var GitHubStarsInternal = ({
49928
49927
  showOwner && /* @__PURE__ */ jsx("p", { className: "text-xs text-muted-foreground truncate", children: repo.owner.login })
49929
49928
  ] }),
49930
49929
  /* @__PURE__ */ jsx(
49931
- MoonUIButtonPro2,
49930
+ MoonUIButtonPro,
49932
49931
  {
49933
49932
  variant: "ghost",
49934
49933
  size: "sm",
@@ -49993,7 +49992,7 @@ var GitHubStars = ({ className, ...props }) => {
49993
49992
  /* @__PURE__ */ jsxs("div", { children: [
49994
49993
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
49995
49994
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "GitHub Stars is available exclusively to MoonUI Pro subscribers." }),
49996
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
49995
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
49997
49996
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
49998
49997
  "Upgrade to Pro"
49999
49998
  ] }) })
@@ -50183,7 +50182,7 @@ var HealthCheckInternal = ({
50183
50182
  /* @__PURE__ */ jsx("div", { className: "text-xs text-muted-foreground", children: "Uptime" })
50184
50183
  ] }),
50185
50184
  /* @__PURE__ */ jsx(
50186
- MoonUIButtonPro2,
50185
+ MoonUIButtonPro,
50187
50186
  {
50188
50187
  onClick: checkAllEndpoints,
50189
50188
  disabled: isChecking,
@@ -50286,7 +50285,7 @@ var HealthCheck = ({ className, ...props }) => {
50286
50285
  /* @__PURE__ */ jsxs("div", { children: [
50287
50286
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
50288
50287
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Health Check is available exclusively to MoonUI Pro subscribers." }),
50289
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
50288
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
50290
50289
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
50291
50290
  "Upgrade to Pro"
50292
50291
  ] }) })
@@ -50507,7 +50506,7 @@ var LazyComponent = ({ className, ...props }) => {
50507
50506
  /* @__PURE__ */ jsxs("div", { children: [
50508
50507
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
50509
50508
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Lazy Component is available exclusively to MoonUI Pro subscribers." }),
50510
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
50509
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
50511
50510
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
50512
50511
  "Upgrade to Pro"
50513
50512
  ] }) })
@@ -50674,7 +50673,7 @@ var OptimizedImageInternal = ({
50674
50673
  children: [
50675
50674
  /* @__PURE__ */ jsxs("div", { className: "absolute top-2 right-2 flex gap-2 opacity-0 group-hover:opacity-100 transition-opacity duration-200", children: [
50676
50675
  showInfo && /* @__PURE__ */ jsx(
50677
- MoonUIButtonPro2,
50676
+ MoonUIButtonPro,
50678
50677
  {
50679
50678
  size: "sm",
50680
50679
  variant: "secondary",
@@ -50684,7 +50683,7 @@ var OptimizedImageInternal = ({
50684
50683
  }
50685
50684
  ),
50686
50685
  showDownload && /* @__PURE__ */ jsx(
50687
- MoonUIButtonPro2,
50686
+ MoonUIButtonPro,
50688
50687
  {
50689
50688
  size: "sm",
50690
50689
  variant: "secondary",
@@ -50694,7 +50693,7 @@ var OptimizedImageInternal = ({
50694
50693
  }
50695
50694
  ),
50696
50695
  showPreview && /* @__PURE__ */ jsx(
50697
- MoonUIButtonPro2,
50696
+ MoonUIButtonPro,
50698
50697
  {
50699
50698
  size: "sm",
50700
50699
  variant: "secondary",
@@ -50746,7 +50745,7 @@ var OptimizedImageInternal = ({
50746
50745
  /* @__PURE__ */ jsxs("div", { className: "absolute top-4 right-4 flex gap-2 z-10", children: [
50747
50746
  showZoom && /* @__PURE__ */ jsxs(Fragment, { children: [
50748
50747
  /* @__PURE__ */ jsx(
50749
- MoonUIButtonPro2,
50748
+ MoonUIButtonPro,
50750
50749
  {
50751
50750
  size: "sm",
50752
50751
  variant: "secondary",
@@ -50760,7 +50759,7 @@ var OptimizedImageInternal = ({
50760
50759
  "%"
50761
50760
  ] }),
50762
50761
  /* @__PURE__ */ jsx(
50763
- MoonUIButtonPro2,
50762
+ MoonUIButtonPro,
50764
50763
  {
50765
50764
  size: "sm",
50766
50765
  variant: "secondary",
@@ -50770,7 +50769,7 @@ var OptimizedImageInternal = ({
50770
50769
  }
50771
50770
  ),
50772
50771
  /* @__PURE__ */ jsx(
50773
- MoonUIButtonPro2,
50772
+ MoonUIButtonPro,
50774
50773
  {
50775
50774
  size: "sm",
50776
50775
  variant: "secondary",
@@ -50780,7 +50779,7 @@ var OptimizedImageInternal = ({
50780
50779
  )
50781
50780
  ] }),
50782
50781
  /* @__PURE__ */ jsx(
50783
- MoonUIButtonPro2,
50782
+ MoonUIButtonPro,
50784
50783
  {
50785
50784
  size: "sm",
50786
50785
  variant: "secondary",
@@ -50818,7 +50817,7 @@ var OptimizedImage = ({ className, ...props }) => {
50818
50817
  /* @__PURE__ */ jsxs("div", { children: [
50819
50818
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
50820
50819
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Optimized Image is available exclusively to MoonUI Pro subscribers." }),
50821
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
50820
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
50822
50821
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
50823
50822
  "Upgrade to Pro"
50824
50823
  ] }) })
@@ -51069,7 +51068,7 @@ var PerformanceDebuggerInternal = ({
51069
51068
  };
51070
51069
  if (!isVisible) {
51071
51070
  return /* @__PURE__ */ jsxs(
51072
- MoonUIButtonPro2,
51071
+ MoonUIButtonPro,
51073
51072
  {
51074
51073
  variant: "outline",
51075
51074
  size: "sm",
@@ -51097,7 +51096,7 @@ var PerformanceDebuggerInternal = ({
51097
51096
  isCapturing ? "Live" : "Paused"
51098
51097
  ] }),
51099
51098
  /* @__PURE__ */ jsx(
51100
- MoonUIButtonPro2,
51099
+ MoonUIButtonPro,
51101
51100
  {
51102
51101
  variant: "outline",
51103
51102
  size: "sm",
@@ -51106,7 +51105,7 @@ var PerformanceDebuggerInternal = ({
51106
51105
  }
51107
51106
  ),
51108
51107
  /* @__PURE__ */ jsx(
51109
- MoonUIButtonPro2,
51108
+ MoonUIButtonPro,
51110
51109
  {
51111
51110
  variant: "outline",
51112
51111
  size: "sm",
@@ -51115,7 +51114,7 @@ var PerformanceDebuggerInternal = ({
51115
51114
  }
51116
51115
  ),
51117
51116
  /* @__PURE__ */ jsx(
51118
- MoonUIButtonPro2,
51117
+ MoonUIButtonPro,
51119
51118
  {
51120
51119
  variant: "outline",
51121
51120
  size: "sm",
@@ -51124,7 +51123,7 @@ var PerformanceDebuggerInternal = ({
51124
51123
  }
51125
51124
  ),
51126
51125
  /* @__PURE__ */ jsx(
51127
- MoonUIButtonPro2,
51126
+ MoonUIButtonPro,
51128
51127
  {
51129
51128
  variant: "ghost",
51130
51129
  size: "sm",
@@ -51186,7 +51185,7 @@ var PerformanceDebuggerInternal = ({
51186
51185
  entries.length,
51187
51186
  " entries captured"
51188
51187
  ] }),
51189
- /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "outline", size: "sm", onClick: clearData, children: "Clear History" })
51188
+ /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "outline", size: "sm", onClick: clearData, children: "Clear History" })
51190
51189
  ] }),
51191
51190
  /* @__PURE__ */ jsx("div", { className: "space-y-2 max-h-96 overflow-y-auto", children: entries.map((entry, index) => /* @__PURE__ */ jsx(MoonUICardPro, { children: /* @__PURE__ */ jsxs(MoonUICardContentPro, { className: "p-4", children: [
51192
51191
  /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between mb-2", children: [
@@ -51250,7 +51249,7 @@ var PerformanceDebugger = ({ className, ...props }) => {
51250
51249
  /* @__PURE__ */ jsxs("div", { children: [
51251
51250
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
51252
51251
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Performance Debugger is available exclusively to MoonUI Pro subscribers." }),
51253
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
51252
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
51254
51253
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
51255
51254
  "Upgrade to Pro"
51256
51255
  ] }) })
@@ -51462,7 +51461,7 @@ var PerformanceMonitorInternal = ({
51462
51461
  };
51463
51462
  if (!isVisible) {
51464
51463
  return /* @__PURE__ */ jsxs(
51465
- MoonUIButtonPro2,
51464
+ MoonUIButtonPro,
51466
51465
  {
51467
51466
  variant: "outline",
51468
51467
  size: "sm",
@@ -51500,7 +51499,7 @@ var PerformanceMonitorInternal = ({
51500
51499
  alerts.length
51501
51500
  ] }),
51502
51501
  /* @__PURE__ */ jsx(
51503
- MoonUIButtonPro2,
51502
+ MoonUIButtonPro,
51504
51503
  {
51505
51504
  variant: "outline",
51506
51505
  size: "sm",
@@ -51510,7 +51509,7 @@ var PerformanceMonitorInternal = ({
51510
51509
  }
51511
51510
  ),
51512
51511
  /* @__PURE__ */ jsx(
51513
- MoonUIButtonPro2,
51512
+ MoonUIButtonPro,
51514
51513
  {
51515
51514
  variant: "outline",
51516
51515
  size: "sm",
@@ -51519,7 +51518,7 @@ var PerformanceMonitorInternal = ({
51519
51518
  }
51520
51519
  ),
51521
51520
  /* @__PURE__ */ jsx(
51522
- MoonUIButtonPro2,
51521
+ MoonUIButtonPro,
51523
51522
  {
51524
51523
  variant: "ghost",
51525
51524
  size: "sm",
@@ -51751,7 +51750,7 @@ var PerformanceMonitorInternal = ({
51751
51750
  " alerts"
51752
51751
  ] }),
51753
51752
  /* @__PURE__ */ jsx(
51754
- MoonUIButtonPro2,
51753
+ MoonUIButtonPro,
51755
51754
  {
51756
51755
  variant: "outline",
51757
51756
  size: "sm",
@@ -51846,7 +51845,7 @@ var PerformanceMonitor = ({ className, ...props }) => {
51846
51845
  /* @__PURE__ */ jsxs("div", { children: [
51847
51846
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-sm mb-2", children: "Pro Feature" }),
51848
51847
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-xs mb-4", children: "Performance Monitor is available exclusively to MoonUI Pro subscribers." }),
51849
- /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
51848
+ /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
51850
51849
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
51851
51850
  "Upgrade to Pro"
51852
51851
  ] }) })
@@ -51896,7 +51895,7 @@ function FileUpload({
51896
51895
  /* @__PURE__ */ jsxs("div", { children: [
51897
51896
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-lg mb-2", children: "Pro Feature" }),
51898
51897
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-sm mb-4", children: "File Upload is available exclusively to MoonUI Pro subscribers." }),
51899
- /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
51898
+ /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
51900
51899
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
51901
51900
  "Upgrade to Pro"
51902
51901
  ] }) }) })
@@ -52078,9 +52077,9 @@ function FileUpload({
52078
52077
  uploadedFile.error && /* @__PURE__ */ jsx("p", { className: "text-xs text-destructive mt-1", children: uploadedFile.error })
52079
52078
  ] }),
52080
52079
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1", children: [
52081
- uploadedFile.status === "success" && showPreview && uploadedFile.file.type.startsWith("image/") && /* @__PURE__ */ jsx(MoonUIButtonPro2, { variant: "ghost", size: "sm", children: /* @__PURE__ */ jsx(Download, { className: "h-4 w-4" }) }),
52080
+ uploadedFile.status === "success" && showPreview && uploadedFile.file.type.startsWith("image/") && /* @__PURE__ */ jsx(MoonUIButtonPro, { variant: "ghost", size: "sm", children: /* @__PURE__ */ jsx(Download, { className: "h-4 w-4" }) }),
52082
52081
  /* @__PURE__ */ jsx(
52083
- MoonUIButtonPro2,
52082
+ MoonUIButtonPro,
52084
52083
  {
52085
52084
  variant: "ghost",
52086
52085
  size: "sm",
@@ -52122,7 +52121,7 @@ function DataTable({
52122
52121
  /* @__PURE__ */ jsxs("div", { children: [
52123
52122
  /* @__PURE__ */ jsx("h3", { className: "font-semibold text-lg mb-2", children: "Pro Feature" }),
52124
52123
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-sm mb-4", children: "Data Table is available exclusively to MoonUI Pro subscribers." }),
52125
- /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro2, { size: "sm", children: [
52124
+ /* @__PURE__ */ jsx("div", { className: "flex gap-3 justify-center", children: /* @__PURE__ */ jsx("a", { href: "/pricing", children: /* @__PURE__ */ jsxs(MoonUIButtonPro, { size: "sm", children: [
52126
52125
  /* @__PURE__ */ jsx(Sparkles, { className: "mr-2 h-4 w-4" }),
52127
52126
  "Upgrade to Pro"
52128
52127
  ] }) }) })
@@ -52197,17 +52196,17 @@ function DataTable({
52197
52196
  }
52198
52197
  )
52199
52198
  ] }),
52200
- filterable && /* @__PURE__ */ jsxs(MoonUIButtonPro2, { variant: "outline", size: "sm", children: [
52199
+ filterable && /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "outline", size: "sm", children: [
52201
52200
  /* @__PURE__ */ jsx(Filter, { className: "mr-2 h-4 w-4" }),
52202
52201
  "Filters"
52203
52202
  ] })
52204
52203
  ] }),
52205
52204
  /* @__PURE__ */ jsxs("div", { className: "flex items-center space-x-2", children: [
52206
- exportable && /* @__PURE__ */ jsxs(MoonUIButtonPro2, { variant: "outline", size: "sm", onClick: handleExport, children: [
52205
+ exportable && /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "outline", size: "sm", onClick: handleExport, children: [
52207
52206
  /* @__PURE__ */ jsx(Download, { className: "mr-2 h-4 w-4" }),
52208
52207
  "Export"
52209
52208
  ] }),
52210
- /* @__PURE__ */ jsxs(MoonUIButtonPro2, { variant: "outline", size: "sm", children: [
52209
+ /* @__PURE__ */ jsxs(MoonUIButtonPro, { variant: "outline", size: "sm", children: [
52211
52210
  /* @__PURE__ */ jsx(Settings, { className: "mr-2 h-4 w-4" }),
52212
52211
  "Columns"
52213
52212
  ] })
@@ -52277,7 +52276,7 @@ function DataTable({
52277
52276
  ] }),
52278
52277
  /* @__PURE__ */ jsxs("div", { className: "flex items-center space-x-2", children: [
52279
52278
  /* @__PURE__ */ jsx(
52280
- MoonUIButtonPro2,
52279
+ MoonUIButtonPro,
52281
52280
  {
52282
52281
  variant: "outline",
52283
52282
  className: "hidden h-8 w-8 p-0 lg:flex",
@@ -52287,7 +52286,7 @@ function DataTable({
52287
52286
  }
52288
52287
  ),
52289
52288
  /* @__PURE__ */ jsx(
52290
- MoonUIButtonPro2,
52289
+ MoonUIButtonPro,
52291
52290
  {
52292
52291
  variant: "outline",
52293
52292
  className: "h-8 w-8 p-0",
@@ -52297,7 +52296,7 @@ function DataTable({
52297
52296
  }
52298
52297
  ),
52299
52298
  /* @__PURE__ */ jsx(
52300
- MoonUIButtonPro2,
52299
+ MoonUIButtonPro,
52301
52300
  {
52302
52301
  variant: "outline",
52303
52302
  className: "h-8 w-8 p-0",
@@ -52307,7 +52306,7 @@ function DataTable({
52307
52306
  }
52308
52307
  ),
52309
52308
  /* @__PURE__ */ jsx(
52310
- MoonUIButtonPro2,
52309
+ MoonUIButtonPro,
52311
52310
  {
52312
52311
  variant: "outline",
52313
52312
  className: "hidden h-8 w-8 p-0 lg:flex",
@@ -53220,4 +53219,4 @@ var BadgePro = t__default.forwardRef(({
53220
53219
  });
53221
53220
  BadgePro.displayName = "BadgePro";
53222
53221
 
53223
- export { MoonUIAccordionPro as Accordion, MoonUIAccordionContentPro as AccordionContent, MoonUIAccordionItemPro as AccordionItem, MoonUIAccordionTriggerPro as AccordionTrigger, AdvancedChart, AdvancedForms, MoonUIAlertPro as Alert, MoonUIAlertDescriptionPro as AlertDescription, MoonUIAlertTitlePro as AlertTitle, AnimatedButton, 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, MoonUIButtonPro2 as Button, Calendar2 as Calendar, MoonUICardPro as Card, MoonUICardContentPro as CardContent, MoonUICardDescriptionPro as CardDescription, MoonUICardFooterPro as CardFooter, MoonUICardHeaderPro as CardHeader, MoonUICardTitlePro as CardTitle, 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, 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, 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, enhanced_exports as Enhanced, ErrorBoundary, FileUpload, FloatingActionButton, GitHubStars, HealthCheck, HoverCard3D, MoonUIInputPro as Input, Kanban, MoonUILabelPro2 as Label, LazyComponent, LazyImage, LazyList, MagneticButton, MemoryAnalytics, MemoryEfficientData, MoonUIAccordionContentPro, MoonUIAccordionItemPro, MoonUIAccordionPro, MoonUIAccordionTriggerPro, MoonUIAlertDescriptionPro, MoonUIAlertPro, MoonUIAlertTitlePro, MoonUIAspectRatioPro, MoonUIAvatarFallbackPro, MoonUIAvatarImagePro, MoonUIAvatarPro, MoonUIBadgePro, MoonUIBreadcrumbEllipsisPro, MoonUIBreadcrumbItemPro, MoonUIBreadcrumbLinkPro, MoonUIBreadcrumbListPro, MoonUIBreadcrumbPagePro, MoonUIBreadcrumbPro, MoonUIBreadcrumbSeparatorPro, MoonUIButtonPro2 as MoonUIButtonPro, MoonUICardContentPro, MoonUICardDescriptionPro, MoonUICardFooterPro, MoonUICardHeaderPro, MoonUICardPro, MoonUICardTitlePro, MoonUICheckboxPro, MoonUICollapsibleContentPro, MoonUICollapsiblePro, MoonUICollapsibleTriggerPro, MoonUIColorPickerPro, MoonUICommandDialogPro, MoonUICommandEmptyPro, MoonUICommandGroupPro, MoonUICommandInputPro, MoonUICommandItemPro, MoonUICommandListPro, MoonUICommandPro, MoonUICommandSeparatorPro, MoonUICommandShortcutPro, MoonUIDialogClosePro, MoonUIDialogContentPro, MoonUIDialogDescriptionPro, MoonUIDialogFooterPro, MoonUIDialogHeaderPro, MoonUIDialogPro, MoonUIDialogTitlePro, MoonUIDialogTriggerPro, MoonUIDropdownMenuCheckboxItemPro, MoonUIDropdownMenuContentPro, MoonUIDropdownMenuGroupPro, MoonUIDropdownMenuItemPro, MoonUIDropdownMenuLabelPro, MoonUIDropdownMenuPortalPro, MoonUIDropdownMenuPro, MoonUIDropdownMenuRadioGroupPro, MoonUIDropdownMenuRadioItemPro, MoonUIDropdownMenuSeparatorPro, MoonUIDropdownMenuShortcutPro, MoonUIDropdownMenuSubContentPro, MoonUIDropdownMenuSubPro, MoonUIDropdownMenuSubTriggerPro, MoonUIDropdownMenuTriggerPro, MoonUIInputPro, MoonUILabelPro2 as MoonUILabelPro, MoonUIPaginationContentPro, MoonUIPaginationEllipsisPro, MoonUIPaginationItemPro, MoonUIPaginationLinkPro, MoonUIPaginationNextPro, MoonUIPaginationPreviousPro, MoonUIPaginationPro, MoonUIPopoverContentPro, MoonUIPopoverPro, MoonUIPopoverTriggerPro, MoonUIProgressPro, MoonUIRadioGroupContextPro, MoonUIRadioGroupItemPro, MoonUIRadioGroupPro, MoonUIRadioItemWithLabelPro, MoonUIRadioLabelPro, MoonUISelectContentPro, MoonUISelectGroupPro, MoonUISelectItemPro, MoonUISelectLabelPro, MoonUISelectPro, MoonUISelectSeparatorPro, MoonUISelectTriggerPro, MoonUISelectValuePro, MoonUISeparatorPro2 as MoonUISeparatorPro, MoonUISkeleton, MoonUISliderPro, MoonUISwitchPro, MoonUITableBodyPro, MoonUITableCaptionPro, MoonUITableCellPro, MoonUITableFooterPro, MoonUITableHeadPro, MoonUITableHeaderPro, MoonUITablePro, MoonUITableRowPro, MoonUITabsContentPro, MoonUITabsListPro, MoonUITabsPro, MoonUITabsTriggerPro, MoonUITextareaPro, MoonUIToastPro, MoonUITogglePro, MoonUITooltipContentPro, MoonUITooltipPro, MoonUITooltipProviderPro, MoonUITooltipTriggerPro, MoonUIalertVariantsPro, MoonUIaspectRatioVariantsPro, MoonUIbreadcrumbVariantsPro, MoonUIcollapsibleContentVariantsPro, MoonUIcollapsibleTriggerVariantsPro, MoonUIcommandVariantsPro, MoonUIradioGroupItemVariantsPro, MoonUItableVariantsPro, MoonUItoggleVariantsPro, OptimizedImage, MoonUIPaginationPro as Pagination, MoonUIPaginationContentPro as PaginationContent, MoonUIPaginationEllipsisPro as PaginationEllipsis, MoonUIPaginationItemPro as PaginationItem, MoonUIPaginationLinkPro as PaginationLink, MoonUIPaginationNextPro as PaginationNext, MoonUIPaginationPreviousPro as PaginationPrevious, PerformanceDebugger, PerformanceMonitor, PinchZoom, MoonUIPopoverPro as Popover, MoonUIPopoverContentPro as PopoverContent, MoonUIPopoverTriggerPro as PopoverTrigger, MoonUIProgressPro as Progress, MoonUIRadioGroupPro as RadioGroup, MoonUIRadioGroupContextPro as RadioGroupContext, MoonUIRadioGroupItemPro as RadioGroupItem, MoonUIRadioItemWithLabelPro as RadioItemWithLabel, MoonUIRadioLabelPro as RadioLabel, RichTextEditor, 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, MoonUISeparatorPro2 as Separator, MoonUISkeleton as Skeleton, MoonUISliderPro as Slider, SpotlightCard, SwipeableCard, MoonUISwitchPro as Switch, MoonUITablePro as Table, MoonUITableBodyPro as TableBody, MoonUITableCaptionPro as TableCaption, MoonUITableCellPro as TableCell, 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, MoonUIToastPro as Toast, MoonUITogglePro as Toggle, MoonUITooltipPro as Tooltip, MoonUITooltipContentPro as TooltipContent, MoonUITooltipProviderPro as TooltipProvider, MoonUITooltipTriggerPro as TooltipTrigger, VirtualList, MoonUIalertVariantsPro as alertVariants, animatedButtonVariants, MoonUIaspectRatioVariantsPro as aspectRatioVariants, moonUIBadgeVariantsPro as badgeVariants, MoonUIbreadcrumbVariantsPro as breadcrumbVariants, moonUIButtonProVariants as buttonVariants, cn, MoonUIcollapsibleContentVariantsPro as collapsibleContentVariants, MoonUIcollapsibleTriggerVariantsPro as collapsibleTriggerVariants, MoonUIcommandVariantsPro as commandVariants, moonUIBadgeVariantsPro, moonUIButtonProVariants, moonUISeparatorVariantsPro, MoonUIradioGroupItemVariantsPro as radioGroupItemVariants, moonUISeparatorVariantsPro as separatorVariants, MoonUItableVariantsPro as tableVariants, MoonUItoggleVariantsPro as toggleVariants, useStreamingData, useVirtualList };
53222
+ export { MoonUIAccordionPro as Accordion, MoonUIAccordionContentPro as AccordionContent, MoonUIAccordionItemPro as AccordionItem, MoonUIAccordionTriggerPro as AccordionTrigger, AdvancedChart, AdvancedForms, MoonUIAlertPro as Alert, MoonUIAlertDescriptionPro as AlertDescription, MoonUIAlertTitlePro as AlertTitle, AnimatedButton, 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, MoonUIButtonPro as Button, Calendar2 as Calendar, MoonUICardPro as Card, MoonUICardContentPro as CardContent, MoonUICardDescriptionPro as CardDescription, MoonUICardFooterPro as CardFooter, MoonUICardHeaderPro as CardHeader, MoonUICardTitlePro as CardTitle, 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, 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, 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, enhanced_exports as Enhanced, ErrorBoundary, FileUpload, FloatingActionButton, GitHubStars, HealthCheck, HoverCard3D, MoonUIInputPro as Input, Kanban, MoonUILabelPro as Label, LazyComponent, LazyImage, LazyList, MagneticButton, MemoryAnalytics, MemoryEfficientData, MoonUIAccordionContentPro, MoonUIAccordionItemPro, MoonUIAccordionPro, MoonUIAccordionTriggerPro, MoonUIAlertDescriptionPro, MoonUIAlertPro, MoonUIAlertTitlePro, 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, MoonUIDialogClosePro, MoonUIDialogContentPro, MoonUIDialogDescriptionPro, MoonUIDialogFooterPro, MoonUIDialogHeaderPro, MoonUIDialogPro, MoonUIDialogTitlePro, MoonUIDialogTriggerPro, MoonUIDropdownMenuCheckboxItemPro, MoonUIDropdownMenuContentPro, MoonUIDropdownMenuGroupPro, MoonUIDropdownMenuItemPro, MoonUIDropdownMenuLabelPro, MoonUIDropdownMenuPortalPro, MoonUIDropdownMenuPro, MoonUIDropdownMenuRadioGroupPro, MoonUIDropdownMenuRadioItemPro, MoonUIDropdownMenuSeparatorPro, MoonUIDropdownMenuShortcutPro, MoonUIDropdownMenuSubContentPro, MoonUIDropdownMenuSubPro, MoonUIDropdownMenuSubTriggerPro, MoonUIDropdownMenuTriggerPro, MoonUIInputPro, MoonUILabelPro, MoonUIPaginationContentPro, MoonUIPaginationEllipsisPro, MoonUIPaginationItemPro, MoonUIPaginationLinkPro, MoonUIPaginationNextPro, MoonUIPaginationPreviousPro, MoonUIPaginationPro, MoonUIPopoverContentPro, MoonUIPopoverPro, MoonUIPopoverTriggerPro, MoonUIProgressPro, MoonUIRadioGroupContextPro, MoonUIRadioGroupItemPro, MoonUIRadioGroupPro, MoonUIRadioItemWithLabelPro, MoonUIRadioLabelPro, MoonUISelectContentPro, MoonUISelectGroupPro, MoonUISelectItemPro, MoonUISelectLabelPro, MoonUISelectPro, MoonUISelectSeparatorPro, MoonUISelectTriggerPro, MoonUISelectValuePro, MoonUISeparatorPro, MoonUISkeleton, MoonUISliderPro, MoonUISwitchPro, MoonUITableBodyPro, MoonUITableCaptionPro, MoonUITableCellPro, MoonUITableFooterPro, MoonUITableHeadPro, MoonUITableHeaderPro, MoonUITablePro, MoonUITableRowPro, MoonUITabsContentPro, MoonUITabsListPro, MoonUITabsPro, MoonUITabsTriggerPro, MoonUITextareaPro, MoonUIToastPro, MoonUITogglePro, MoonUITooltipContentPro, MoonUITooltipPro, MoonUITooltipProviderPro, MoonUITooltipTriggerPro, MoonUIalertVariantsPro, MoonUIaspectRatioVariantsPro, MoonUIbreadcrumbVariantsPro, MoonUIcollapsibleContentVariantsPro, MoonUIcollapsibleTriggerVariantsPro, MoonUIcommandVariantsPro, MoonUIradioGroupItemVariantsPro, MoonUItableVariantsPro, MoonUItoggleVariantsPro, OptimizedImage, MoonUIPaginationPro as Pagination, MoonUIPaginationContentPro as PaginationContent, MoonUIPaginationEllipsisPro as PaginationEllipsis, MoonUIPaginationItemPro as PaginationItem, MoonUIPaginationLinkPro as PaginationLink, MoonUIPaginationNextPro as PaginationNext, MoonUIPaginationPreviousPro as PaginationPrevious, PerformanceDebugger, PerformanceMonitor, PinchZoom, MoonUIPopoverPro as Popover, MoonUIPopoverContentPro as PopoverContent, MoonUIPopoverTriggerPro as PopoverTrigger, MoonUIProgressPro as Progress, MoonUIRadioGroupPro as RadioGroup, MoonUIRadioGroupContextPro as RadioGroupContext, MoonUIRadioGroupItemPro as RadioGroupItem, MoonUIRadioItemWithLabelPro as RadioItemWithLabel, MoonUIRadioLabelPro as RadioLabel, RichTextEditor, 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, MoonUISeparatorPro as Separator, MoonUISkeleton as Skeleton, MoonUISliderPro as Slider, SpotlightCard, SwipeableCard, MoonUISwitchPro as Switch, MoonUITablePro as Table, MoonUITableBodyPro as TableBody, MoonUITableCaptionPro as TableCaption, MoonUITableCellPro as TableCell, 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, MoonUIToastPro as Toast, MoonUITogglePro as Toggle, MoonUITooltipPro as Tooltip, MoonUITooltipContentPro as TooltipContent, MoonUITooltipProviderPro as TooltipProvider, MoonUITooltipTriggerPro as TooltipTrigger, VirtualList, MoonUIalertVariantsPro as alertVariants, animatedButtonVariants, MoonUIaspectRatioVariantsPro as aspectRatioVariants, moonUIBadgeVariantsPro as badgeVariants, MoonUIbreadcrumbVariantsPro as breadcrumbVariants, moonUIButtonProVariants as buttonVariants, cn, MoonUIcollapsibleContentVariantsPro as collapsibleContentVariants, MoonUIcollapsibleTriggerVariantsPro as collapsibleTriggerVariants, MoonUIcommandVariantsPro as commandVariants, moonUIBadgeVariantsPro, moonUIButtonProVariants, moonUISeparatorVariantsPro, MoonUIradioGroupItemVariantsPro as radioGroupItemVariants, moonUISeparatorVariantsPro as separatorVariants, MoonUItableVariantsPro as tableVariants, MoonUItoggleVariantsPro as toggleVariants, useStreamingData, useVirtualList };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.2.7",
3
+ "version": "2.2.9",
4
4
  "description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -131,12 +131,11 @@ MoonUIAlertDescriptionPro.displayName = "AlertDescriptionPro";
131
131
  // Internal aliases for Pro component usage
132
132
  export const alertVariantsInternal = MoonUIalertVariantsPro
133
133
  export const AlertInternal = MoonUIAlertPro
134
- export const IconInternal = MoonUIIconPro
135
134
  export const AlertTitleInternal = MoonUIAlertTitlePro
136
135
  export const AlertDescriptionInternal = MoonUIAlertDescriptionPro
137
136
 
138
137
  // Pro exports
139
- export { MoonUIalertVariantsPro, MoonUIAlertPro, MoonUIIconPro, MoonUIAlertTitlePro, MoonUIAlertDescriptionPro }
138
+ export { MoonUIalertVariantsPro, MoonUIAlertPro, MoonUIAlertTitlePro, MoonUIAlertDescriptionPro }
140
139
 
141
140
  // Clean exports (without MoonUI prefix for easier usage)
142
- export { MoonUIalertVariantsPro as alertVariants, MoonUIAlertPro as Alert, MoonUIIconPro as Icon, MoonUIAlertTitlePro as AlertTitle, MoonUIAlertDescriptionPro as AlertDescription };
141
+ export { MoonUIalertVariantsPro as alertVariants, MoonUIAlertPro as Alert, MoonUIAlertTitlePro as AlertTitle, MoonUIAlertDescriptionPro as AlertDescription };
@@ -45,15 +45,15 @@ export interface MoonUIAvatarProProps
45
45
 
46
46
  const MoonUIAvatarPro = React.forwardRef<
47
47
  React.ElementRef<typeof AvatarPrimitive.Root>,
48
- AvatarProps
48
+ MoonUIAvatarProProps
49
49
  >(({ className, size, radius, variant, ...props }, ref) => (
50
50
  <AvatarPrimitive.Root
51
51
  ref={ref}
52
- className={cn(avatarVariants({ size, radius, variant }), className)}
52
+ className={cn(moonUIAvatarVariantsPro({ size, radius, variant }), className)}
53
53
  {...props}
54
54
  />
55
55
  ));
56
- MoonUIAvatar.displayName = AvatarPrimitive.Root.displayName;
56
+ MoonUIAvatarPro.displayName = AvatarPrimitive.Root.displayName;
57
57
 
58
58
  const MoonUIAvatarImagePro = React.forwardRef<
59
59
  React.ElementRef<typeof AvatarPrimitive.Image>,
@@ -65,7 +65,7 @@ const MoonUIAvatarImagePro = React.forwardRef<
65
65
  {...props}
66
66
  />
67
67
  ));
68
- MoonUIAvatarImage.displayName = AvatarPrimitive.Image.displayName;
68
+ MoonUIAvatarImagePro.displayName = AvatarPrimitive.Image.displayName;
69
69
 
70
70
  const MoonUIAvatarFallbackPro = React.forwardRef<
71
71
  React.ElementRef<typeof AvatarPrimitive.Fallback>,
@@ -80,7 +80,7 @@ const MoonUIAvatarFallbackPro = React.forwardRef<
80
80
  {...props}
81
81
  />
82
82
  ));
83
- MoonUIAvatarFallback.displayName = AvatarPrimitive.Fallback.displayName;
83
+ MoonUIAvatarFallbackPro.displayName = AvatarPrimitive.Fallback.displayName;
84
84
 
85
85
  // Avatar Group Component for displaying multiple avatars
86
86
  interface AvatarGroupProps extends React.HTMLAttributes<HTMLDivElement> {
@@ -86,7 +86,7 @@ export interface MoonUIPopoverContentProProps
86
86
 
87
87
  const MoonUIPopoverContentPro = React.forwardRef<
88
88
  React.ElementRef<typeof PopoverPrimitive.Content>,
89
- PopoverContentProps
89
+ MoonUIPopoverContentProProps
90
90
  >(({
91
91
  className,
92
92
  variant,
@@ -130,7 +130,7 @@ const MoonUIPopoverContentPro = React.forwardRef<
130
130
  />
131
131
  </>
132
132
  ));
133
- MoonUIPopoverContent.displayName = PopoverPrimitive.Content.displayName;
133
+ MoonUIPopoverContentPro.displayName = PopoverPrimitive.Content.displayName;
134
134
 
135
135
  /**
136
136
  * PopoverClose bileşeni
@@ -175,11 +175,11 @@ export { MoonUIPopoverPro,
175
175
  MoonUIPopoverContentPro,
176
176
  PopoverAnchor,
177
177
  PopoverClose,
178
- PopoverSeparator,
179
- PopoverHeader,
180
- PopoverFooter,
178
+ MoonUIPopoverSeparator,
179
+ MoonUIPopoverHeader,
180
+ MoonUIPopoverFooter,
181
181
  popoverContentVariants,
182
182
  };
183
183
 
184
184
  // Backward compatibility exports
185
- export { MoonUIPopoverPro as Popover, MoonUISeparatorPro as Separator, MoonUIPopoverTriggerPro as PopoverTrigger, MoonUIPopoverContentPro as PopoverContent };
185
+ export { MoonUIPopoverPro as Popover, MoonUIPopoverSeparator as PopoverSeparator, MoonUIPopoverTriggerPro as PopoverTrigger, MoonUIPopoverContentPro as PopoverContent };
@@ -272,4 +272,4 @@ export { MoonUISelectPro,
272
272
  };
273
273
 
274
274
  // Backward compatibility exports
275
- export { MoonUIButtonPro as Button, MoonUILabelPro as Label, MoonUISelectPro as Select, MoonUISeparatorPro as Separator, MoonUISelectTriggerPro as SelectTrigger, MoonUISelectContentPro as SelectContent, MoonUISelectItemPro as SelectItem, MoonUISelectValuePro as SelectValue, MoonUISelectGroupPro as SelectGroup, MoonUISelectLabelPro as SelectLabel, MoonUISelectSeparatorPro as SelectSeparator }
275
+ export { MoonUISelectPro as Select, MoonUISelectTriggerPro as SelectTrigger, MoonUISelectContentPro as SelectContent, MoonUISelectItemPro as SelectItem, MoonUISelectValuePro as SelectValue, MoonUISelectGroupPro as SelectGroup, MoonUISelectLabelPro as SelectLabel, MoonUISelectSeparatorPro as SelectSeparator }