@moontra/moonui-pro 2.2.13 → 2.2.15

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
@@ -1867,7 +1867,7 @@ var MoonUIAlertPro = t.forwardRef(
1867
1867
  );
1868
1868
  }
1869
1869
  );
1870
- MoonUIAlert.displayName = "AlertPro";
1870
+ MoonUIAlertPro.displayName = "AlertPro";
1871
1871
  var MoonUIAlertTitlePro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
1872
1872
  "h5",
1873
1873
  {
@@ -1876,7 +1876,7 @@ var MoonUIAlertTitlePro = t.forwardRef(({ className, ...props }, ref) => /* @__P
1876
1876
  ...props
1877
1877
  }
1878
1878
  ));
1879
- MoonUIAlertTitle.displayName = "AlertTitlePro";
1879
+ MoonUIAlertTitlePro.displayName = "AlertTitlePro";
1880
1880
  var MoonUIAlertDescriptionPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
1881
1881
  "div",
1882
1882
  {
@@ -1885,7 +1885,7 @@ var MoonUIAlertDescriptionPro = t.forwardRef(({ className, ...props }, ref) => /
1885
1885
  ...props
1886
1886
  }
1887
1887
  ));
1888
- MoonUIAlertDescription.displayName = "AlertDescriptionPro";
1888
+ MoonUIAlertDescriptionPro.displayName = "AlertDescriptionPro";
1889
1889
  var MoonUIaspectRatioVariantsPro = cva(
1890
1890
  "relative overflow-hidden",
1891
1891
  {
@@ -1966,7 +1966,7 @@ var MoonUIAvatarPro = t.forwardRef(({ className, size, radius, variant, ...props
1966
1966
  ...props
1967
1967
  }
1968
1968
  ));
1969
- MoonUIAvatar.displayName = AvatarPrimitive.Root.displayName;
1969
+ MoonUIAvatarPro.displayName = AvatarPrimitive.Root.displayName;
1970
1970
  var MoonUIAvatarImagePro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
1971
1971
  AvatarPrimitive.Image,
1972
1972
  {
@@ -1975,7 +1975,7 @@ var MoonUIAvatarImagePro = t.forwardRef(({ className, ...props }, ref) => /* @__
1975
1975
  ...props
1976
1976
  }
1977
1977
  ));
1978
- MoonUIAvatarImage.displayName = AvatarPrimitive.Image.displayName;
1978
+ MoonUIAvatarImagePro.displayName = AvatarPrimitive.Image.displayName;
1979
1979
  var MoonUIAvatarFallbackPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
1980
1980
  AvatarPrimitive.Fallback,
1981
1981
  {
@@ -1987,7 +1987,7 @@ var MoonUIAvatarFallbackPro = t.forwardRef(({ className, ...props }, ref) => /*
1987
1987
  ...props
1988
1988
  }
1989
1989
  ));
1990
- MoonUIAvatarFallback.displayName = AvatarPrimitive.Fallback.displayName;
1990
+ MoonUIAvatarFallbackPro.displayName = AvatarPrimitive.Fallback.displayName;
1991
1991
  var MoonUIAvatarGroup = t.forwardRef(
1992
1992
  ({ className, limit, avatars, overlapOffset = -8, ...props }, ref) => {
1993
1993
  const visibleAvatars = limit ? avatars.slice(0, limit) : avatars;
@@ -2223,7 +2223,7 @@ var MoonUIBreadcrumbPro = t.forwardRef(
2223
2223
  }
2224
2224
  )
2225
2225
  );
2226
- MoonUIBreadcrumb.displayName = "BreadcrumbPro";
2226
+ MoonUIBreadcrumbPro.displayName = "BreadcrumbPro";
2227
2227
  var MoonUIBreadcrumbListPro = t.forwardRef(
2228
2228
  ({ className, collapsed, collapsedWidth = 3, ...props }, ref) => {
2229
2229
  const MoonUIchildrenArrayPro = t.Children.toArray(props.children).filter(Boolean);
@@ -2261,7 +2261,7 @@ var MoonUIBreadcrumbListPro = t.forwardRef(
2261
2261
  );
2262
2262
  }
2263
2263
  );
2264
- MoonUIBreadcrumbList.displayName = "BreadcrumbListPro";
2264
+ MoonUIBreadcrumbListPro.displayName = "BreadcrumbListPro";
2265
2265
  var MoonUIBreadcrumbItemPro = t.forwardRef(
2266
2266
  ({ className, isCurrent, href, asChild = false, ...props }, ref) => {
2267
2267
  const MoonUICompPro = asChild ? t.Fragment : href ? "a" : "span";
@@ -2288,7 +2288,7 @@ var MoonUIBreadcrumbItemPro = t.forwardRef(
2288
2288
  );
2289
2289
  }
2290
2290
  );
2291
- MoonUIBreadcrumbItem.displayName = "BreadcrumbItemPro";
2291
+ MoonUIBreadcrumbItemPro.displayName = "BreadcrumbItemPro";
2292
2292
  var MoonUIBreadcrumbSeparatorPro = ({
2293
2293
  children,
2294
2294
  className,
@@ -2303,7 +2303,7 @@ var MoonUIBreadcrumbSeparatorPro = ({
2303
2303
  children: children || /* @__PURE__ */ jsx(ChevronRight, { className: "h-3.5 w-3.5" })
2304
2304
  }
2305
2305
  );
2306
- MoonUIBreadcrumbSeparator.displayName = "BreadcrumbSeparatorPro";
2306
+ MoonUIBreadcrumbSeparatorPro.displayName = "BreadcrumbSeparatorPro";
2307
2307
  var MoonUIBreadcrumbEllipsisPro = ({
2308
2308
  className,
2309
2309
  ...props
@@ -2320,7 +2320,7 @@ var MoonUIBreadcrumbEllipsisPro = ({
2320
2320
  ]
2321
2321
  }
2322
2322
  );
2323
- MoonUIBreadcrumbEllipsis.displayName = "BreadcrumbEllipsisPro";
2323
+ MoonUIBreadcrumbEllipsisPro.displayName = "BreadcrumbEllipsisPro";
2324
2324
  var MoonUIBreadcrumbLinkPro = t.forwardRef(
2325
2325
  ({ className, href, ...props }, ref) => /* @__PURE__ */ jsx(
2326
2326
  "a",
@@ -2335,7 +2335,7 @@ var MoonUIBreadcrumbLinkPro = t.forwardRef(
2335
2335
  }
2336
2336
  )
2337
2337
  );
2338
- MoonUIBreadcrumbLink.displayName = "BreadcrumbLinkPro";
2338
+ MoonUIBreadcrumbLinkPro.displayName = "BreadcrumbLinkPro";
2339
2339
  var MoonUIBreadcrumbPagePro = t.forwardRef(
2340
2340
  ({ className, ...props }, ref) => /* @__PURE__ */ jsx(
2341
2341
  "span",
@@ -2349,7 +2349,7 @@ var MoonUIBreadcrumbPagePro = t.forwardRef(
2349
2349
  }
2350
2350
  )
2351
2351
  );
2352
- MoonUIBreadcrumbPage.displayName = "BreadcrumbPagePro";
2352
+ MoonUIBreadcrumbPagePro.displayName = "BreadcrumbPagePro";
2353
2353
  var moonUIButtonProVariants = cva(
2354
2354
  [
2355
2355
  "inline-flex items-center justify-center gap-2 whitespace-nowrap",
@@ -2533,7 +2533,7 @@ var MoonUIButtonPro = t.forwardRef(
2533
2533
  );
2534
2534
  }
2535
2535
  );
2536
- MoonUIButton.displayName = "MoonUIButtonPro";
2536
+ MoonUIButtonPro.displayName = "MoonUIButtonPro";
2537
2537
  cva("", {
2538
2538
  variants: {
2539
2539
  hover: {
@@ -2729,7 +2729,7 @@ var MoonUICardPro = t.forwardRef(
2729
2729
  );
2730
2730
  }
2731
2731
  );
2732
- MoonUICard.displayName = "MoonUICardPro";
2732
+ MoonUICardPro.displayName = "MoonUICardPro";
2733
2733
  var MoonUICardHeaderPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
2734
2734
  "div",
2735
2735
  {
@@ -2738,7 +2738,7 @@ var MoonUICardHeaderPro = t.forwardRef(({ className, ...props }, ref) => /* @__P
2738
2738
  ...props
2739
2739
  }
2740
2740
  ));
2741
- MoonUICardHeader.displayName = "MoonUICardHeaderPro";
2741
+ MoonUICardHeaderPro.displayName = "MoonUICardHeaderPro";
2742
2742
  var MoonUICardTitlePro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
2743
2743
  "h3",
2744
2744
  {
@@ -2747,7 +2747,7 @@ var MoonUICardTitlePro = t.forwardRef(({ className, ...props }, ref) => /* @__PU
2747
2747
  ...props
2748
2748
  }
2749
2749
  ));
2750
- MoonUICardTitle.displayName = "MoonUICardTitlePro";
2750
+ MoonUICardTitlePro.displayName = "MoonUICardTitlePro";
2751
2751
  var MoonUICardDescriptionPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
2752
2752
  "p",
2753
2753
  {
@@ -2756,9 +2756,9 @@ var MoonUICardDescriptionPro = t.forwardRef(({ className, ...props }, ref) => /*
2756
2756
  ...props
2757
2757
  }
2758
2758
  ));
2759
- MoonUICardDescription.displayName = "MoonUICardDescriptionPro";
2759
+ MoonUICardDescriptionPro.displayName = "MoonUICardDescriptionPro";
2760
2760
  var MoonUICardContentPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx("div", { ref, className: cn("pt-0", className), ...props }));
2761
- MoonUICardContent.displayName = "MoonUICardContentPro";
2761
+ MoonUICardContentPro.displayName = "MoonUICardContentPro";
2762
2762
  var MoonUICardFooterPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
2763
2763
  "div",
2764
2764
  {
@@ -2767,7 +2767,7 @@ var MoonUICardFooterPro = t.forwardRef(({ className, ...props }, ref) => /* @__P
2767
2767
  ...props
2768
2768
  }
2769
2769
  ));
2770
- MoonUICardFooter.displayName = "MoonUICardFooterPro";
2770
+ MoonUICardFooterPro.displayName = "MoonUICardFooterPro";
2771
2771
  var moonUICheckboxVariantsPro = cva(
2772
2772
  "peer shrink-0 border focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:text-primary-foreground",
2773
2773
  {
@@ -2842,8 +2842,8 @@ var MoonUICheckboxPro = t.forwardRef(({
2842
2842
  }
2843
2843
  );
2844
2844
  });
2845
- MoonUICheckbox.displayName = CheckboxPrimitive.Root.displayName;
2846
- var MoonUICheckboxGroup = t.forwardRef(
2845
+ MoonUICheckboxPro.displayName = CheckboxPrimitive.Root.displayName;
2846
+ t.forwardRef(
2847
2847
  ({ className, orientation = "vertical", spacing = "1rem", children, ...props }, ref) => {
2848
2848
  return /* @__PURE__ */ jsx(
2849
2849
  "div",
@@ -2862,7 +2862,7 @@ var MoonUICheckboxGroup = t.forwardRef(
2862
2862
  );
2863
2863
  }
2864
2864
  );
2865
- MoonUICheckboxGroup.displayName = "CheckboxGroup";
2865
+ MoonUICheckboxGroupPro.displayName = "CheckboxGroup";
2866
2866
  var MoonUICheckboxLabel = t.forwardRef(
2867
2867
  ({ className, htmlFor, children, position = "end", disabled = false, ...props }, ref) => {
2868
2868
  return /* @__PURE__ */ jsx(
@@ -2882,8 +2882,8 @@ var MoonUICheckboxLabel = t.forwardRef(
2882
2882
  );
2883
2883
  }
2884
2884
  );
2885
- MoonUICheckboxLabel.displayName = "CheckboxLabel";
2886
- var MoonUICheckboxWithLabel = t.forwardRef(({
2885
+ MoonUICheckboxLabelPro.displayName = "CheckboxLabel";
2886
+ t.forwardRef(({
2887
2887
  id,
2888
2888
  label,
2889
2889
  labelPosition = "end",
@@ -2916,7 +2916,7 @@ var MoonUICheckboxWithLabel = t.forwardRef(({
2916
2916
  )
2917
2917
  ] });
2918
2918
  });
2919
- MoonUICheckboxWithLabel.displayName = "CheckboxWithLabel";
2919
+ MoonUICheckboxWithLabelPro.displayName = "CheckboxWithLabel";
2920
2920
 
2921
2921
  // node_modules/@radix-ui/primitive/dist/index.mjs
2922
2922
  function composeEventHandlers(originalEventHandler, ourEventHandler, { checkForDefaultPrevented = true } = {}) {
@@ -4018,7 +4018,7 @@ var MoonUIDialogOverlay = t.forwardRef(({ className, variant, animation, ...prop
4018
4018
  ...props
4019
4019
  }
4020
4020
  ));
4021
- MoonUIDialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
4021
+ MoonUIDialogOverlayPro.displayName = DialogPrimitive.Overlay.displayName;
4022
4022
  var dialogContentVariants = cva(
4023
4023
  "fixed left-[50%] top-[50%] z-50 grid w-full translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background shadow-lg",
4024
4024
  {
@@ -4153,7 +4153,7 @@ var MoonUIDialogContentPro = t.forwardRef(
4153
4153
  ] });
4154
4154
  }
4155
4155
  );
4156
- MoonUIDialogContent.displayName = DialogPrimitive.Content.displayName;
4156
+ MoonUIDialogContentPro.displayName = DialogPrimitive.Content.displayName;
4157
4157
  var MoonUIDialogHeaderPro = ({
4158
4158
  className,
4159
4159
  ...props
@@ -4167,7 +4167,7 @@ var MoonUIDialogHeaderPro = ({
4167
4167
  ...props
4168
4168
  }
4169
4169
  );
4170
- MoonUIDialogHeader.displayName = "MoonUIDialogHeaderPro";
4170
+ MoonUIDialogHeaderPro.displayName = "MoonUIDialogHeaderPro";
4171
4171
  var MoonUIDialogFooterPro = ({
4172
4172
  className,
4173
4173
  ...props
@@ -4181,7 +4181,7 @@ var MoonUIDialogFooterPro = ({
4181
4181
  ...props
4182
4182
  }
4183
4183
  );
4184
- MoonUIDialogFooter.displayName = "MoonUIDialogFooterPro";
4184
+ MoonUIDialogFooterPro.displayName = "MoonUIDialogFooterPro";
4185
4185
  var MoonUIDialogTitlePro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
4186
4186
  DialogPrimitive.Title,
4187
4187
  {
@@ -4193,7 +4193,7 @@ var MoonUIDialogTitlePro = t.forwardRef(({ className, ...props }, ref) => /* @__
4193
4193
  ...props
4194
4194
  }
4195
4195
  ));
4196
- MoonUIDialogTitle.displayName = DialogPrimitive.Title.displayName;
4196
+ MoonUIDialogTitlePro.displayName = DialogPrimitive.Title.displayName;
4197
4197
  var MoonUIDialogDescriptionPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
4198
4198
  DialogPrimitive.Description,
4199
4199
  {
@@ -4205,8 +4205,8 @@ var MoonUIDialogDescriptionPro = t.forwardRef(({ className, ...props }, ref) =>
4205
4205
  ...props
4206
4206
  }
4207
4207
  ));
4208
- MoonUIDialogDescription.displayName = DialogPrimitive.Description.displayName;
4209
- var MoonUIDialogForm = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
4208
+ MoonUIDialogDescriptionPro.displayName = DialogPrimitive.Description.displayName;
4209
+ t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
4210
4210
  "form",
4211
4211
  {
4212
4212
  ref,
@@ -4214,7 +4214,7 @@ var MoonUIDialogForm = t.forwardRef(({ className, ...props }, ref) => /* @__PURE
4214
4214
  ...props
4215
4215
  }
4216
4216
  ));
4217
- MoonUIDialogForm.displayName = "DialogForm";
4217
+ MoonUIDialogFormPro.displayName = "DialogForm";
4218
4218
  var MoonUIcommandVariantsPro = cva(
4219
4219
  "flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",
4220
4220
  {
@@ -4362,7 +4362,7 @@ var MoonUIDropdownMenuSubTriggerPro = t.forwardRef(({ className, inset, children
4362
4362
  ]
4363
4363
  }
4364
4364
  ));
4365
- MoonUIDropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName;
4365
+ MoonUIDropdownMenuSubTriggerPro.displayName = DropdownMenuPrimitive.SubTrigger.displayName;
4366
4366
  var MoonUIDropdownMenuSubContentPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
4367
4367
  DropdownMenuPrimitive.SubContent,
4368
4368
  {
@@ -4612,7 +4612,7 @@ var MoonUIInputPro = t.forwardRef(
4612
4612
  ] });
4613
4613
  }
4614
4614
  );
4615
- MoonUIInput.displayName = "MoonUIInputPro";
4615
+ MoonUIInputPro.displayName = "MoonUIInputPro";
4616
4616
  var moonUILabelVariantsPro = cva(
4617
4617
  "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"
4618
4618
  );
@@ -4624,7 +4624,7 @@ var MoonUILabelPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__
4624
4624
  ...props
4625
4625
  }
4626
4626
  ));
4627
- MoonUILabel.displayName = LabelPrimitive.Root.displayName;
4627
+ MoonUILabelPro.displayName = LabelPrimitive.Root.displayName;
4628
4628
  var MoonUIPaginationPro = ({ className, ...props }) => /* @__PURE__ */ jsx(
4629
4629
  "nav",
4630
4630
  {
@@ -4809,7 +4809,10 @@ var MoonUIPopoverContentPro = t.forwardRef(({
4809
4809
  }
4810
4810
  )
4811
4811
  ] }));
4812
- MoonUIPopoverContent.displayName = PopoverPrimitive.Content.displayName;
4812
+ MoonUIPopoverContentPro.displayName = PopoverPrimitive.Content.displayName;
4813
+ MoonUIPopoverSeparatorPro.displayName = "PopoverSeparator";
4814
+ MoonUIPopoverHeaderPro.displayName = "PopoverHeader";
4815
+ MoonUIPopoverFooterPro.displayName = "PopoverFooter";
4813
4816
  function createContextScope2(scopeName, createContextScopeDeps = []) {
4814
4817
  let defaultContexts = [];
4815
4818
  function createContext32(rootComponentName, defaultContext) {
@@ -4974,7 +4977,7 @@ var MoonUIProgressPro = t.forwardRef(({ className, value, ...props }, ref) => /*
4974
4977
  )
4975
4978
  }
4976
4979
  ));
4977
- MoonUIProgress.displayName = Root10.displayName;
4980
+ MoonUIProgressPro.displayName = Root10.displayName;
4978
4981
  var MoonUIradioGroupItemVariantsPro = cva(
4979
4982
  "aspect-square border focus:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
4980
4983
  {
@@ -5011,7 +5014,7 @@ var MoonUIRadioGroupPro = t.forwardRef(
5011
5014
  ) });
5012
5015
  }
5013
5016
  );
5014
- MoonUIRadioGroup.displayName = "RadioGroupPro";
5017
+ MoonUIRadioGroupPro.displayName = "RadioGroupPro";
5015
5018
  var MoonUIRadioGroupItemPro = t.forwardRef(({ className, variant, size, indicator, id, value, disabled, ...props }, ref) => {
5016
5019
  const radioGroup = t.useContext(MoonUIRadioGroupContextPro);
5017
5020
  const generatedId = t.useId();
@@ -5061,7 +5064,7 @@ var MoonUIRadioGroupItemPro = t.forwardRef(({ className, variant, size, indicato
5061
5064
  )
5062
5065
  ] });
5063
5066
  });
5064
- MoonUIRadioGroupItem.displayName = "RadioGroupItemPro";
5067
+ MoonUIRadioGroupItemPro.displayName = "RadioGroupItemPro";
5065
5068
  var MoonUIRadioLabelPro = t.forwardRef(
5066
5069
  ({ className, htmlFor, children, disabled = false, ...props }, ref) => {
5067
5070
  return /* @__PURE__ */ jsx(
@@ -5080,7 +5083,7 @@ var MoonUIRadioLabelPro = t.forwardRef(
5080
5083
  );
5081
5084
  }
5082
5085
  );
5083
- MoonUIRadioLabel.displayName = "RadioLabelPro";
5086
+ MoonUIRadioLabelPro.displayName = "RadioLabelPro";
5084
5087
  var MoonUIRadioItemWithLabelPro = t.forwardRef(({
5085
5088
  id,
5086
5089
  label,
@@ -5102,9 +5105,9 @@ var MoonUIRadioItemWithLabelPro = t.forwardRef(({
5102
5105
  )
5103
5106
  ] });
5104
5107
  });
5105
- MoonUIRadioItemWithLabel.displayName = "RadioItemWithLabelPro";
5108
+ MoonUIRadioItemWithLabelPro.displayName = "RadioItemWithLabelPro";
5106
5109
  var MoonUISelectPro = SelectPrimitive.Root;
5107
- MoonUISelect.displayName = "MoonUISelectPro";
5110
+ MoonUISelectPro.displayName = "MoonUISelectPro";
5108
5111
  var MoonUISelectGroupPro = SelectPrimitive.Group;
5109
5112
  var MoonUISelectValuePro = SelectPrimitive.Value;
5110
5113
  var MoonUISelectTriggerPro = t.forwardRef(({ className, children, variant = "standard", size = "md", error, success, loading, leftIcon, rightIcon, ...props }, ref) => /* @__PURE__ */ jsxs(
@@ -5148,8 +5151,8 @@ var MoonUISelectTriggerPro = t.forwardRef(({ className, children, variant = "sta
5148
5151
  ]
5149
5152
  }
5150
5153
  ));
5151
- MoonUISelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
5152
- var MoonUISelectScrollUpButton = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5154
+ MoonUISelectTriggerPro.displayName = SelectPrimitive.Trigger.displayName;
5155
+ var MoonUISelectScrollUpButtonPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5153
5156
  SelectPrimitive.ScrollUpButton,
5154
5157
  {
5155
5158
  ref,
@@ -5161,8 +5164,8 @@ var MoonUISelectScrollUpButton = t.forwardRef(({ className, ...props }, ref) =>
5161
5164
  children: /* @__PURE__ */ jsx(ChevronUp, { className: "h-4 w-4" })
5162
5165
  }
5163
5166
  ));
5164
- MoonUISelectScrollUpButton.displayName = SelectPrimitive.ScrollUpButton.displayName;
5165
- var MoonUISelectScrollDownButton = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5167
+ MoonUISelectScrollUpButtonPro.displayName = SelectPrimitive.ScrollUpButton.displayName;
5168
+ var MoonUISelectScrollDownButtonPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5166
5169
  SelectPrimitive.ScrollDownButton,
5167
5170
  {
5168
5171
  ref,
@@ -5174,7 +5177,7 @@ var MoonUISelectScrollDownButton = t.forwardRef(({ className, ...props }, ref) =
5174
5177
  children: /* @__PURE__ */ jsx(ChevronDown, { className: "h-4 w-4" })
5175
5178
  }
5176
5179
  ));
5177
- MoonUISelectScrollDownButton.displayName = SelectPrimitive.ScrollDownButton.displayName;
5180
+ MoonUISelectScrollDownButtonPro.displayName = SelectPrimitive.ScrollDownButton.displayName;
5178
5181
  var MoonUISelectContentPro = t.forwardRef(({ className, children, position = "item-aligned", ...props }, ref) => /* @__PURE__ */ jsx(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsxs(
5179
5182
  SelectPrimitive.Content,
5180
5183
  {
@@ -5247,7 +5250,7 @@ var MoonUISelectItemPro = t.forwardRef(({ className, children, variant = "defaul
5247
5250
  ]
5248
5251
  }
5249
5252
  ));
5250
- MoonUISelectItem.displayName = SelectPrimitive.Item.displayName;
5253
+ MoonUISelectItemPro.displayName = SelectPrimitive.Item.displayName;
5251
5254
  var MoonUISelectSeparatorPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5252
5255
  SelectPrimitive.Separator,
5253
5256
  {
@@ -5376,7 +5379,7 @@ var MoonUISeparatorPro = t.forwardRef(
5376
5379
  }
5377
5380
  )
5378
5381
  );
5379
- MoonUISeparator.displayName = SeparatorPrimitive.Root.displayName;
5382
+ MoonUISeparatorPro.displayName = SeparatorPrimitive.Root.displayName;
5380
5383
  function MoonUISkeleton({
5381
5384
  className,
5382
5385
  ...props
@@ -5623,7 +5626,7 @@ var MoonUISliderPro = t.forwardRef(({
5623
5626
  )
5624
5627
  ] });
5625
5628
  });
5626
- MoonUISlider.displayName = "MoonUISliderPro";
5629
+ MoonUISliderPro.displayName = "MoonUISliderPro";
5627
5630
  var MoonUISwitchPro = t.forwardRef(({ className, size = "md", variant = "primary", loading, leftIcon, rightIcon, description, ...props }, ref) => /* @__PURE__ */ jsxs("div", { className: "inline-flex items-center gap-2", children: [
5628
5631
  leftIcon && /* @__PURE__ */ jsx("span", { className: "text-muted-foreground", children: leftIcon }),
5629
5632
  /* @__PURE__ */ jsxs(
@@ -5670,7 +5673,7 @@ var MoonUISwitchPro = t.forwardRef(({ className, size = "md", variant = "primary
5670
5673
  rightIcon && /* @__PURE__ */ jsx("span", { className: "text-muted-foreground", children: rightIcon }),
5671
5674
  description && /* @__PURE__ */ jsx("span", { className: "text-sm text-muted-foreground", children: description })
5672
5675
  ] }));
5673
- MoonUISwitch.displayName = SwitchPrimitives.Root.displayName;
5676
+ MoonUISwitchPro.displayName = SwitchPrimitives.Root.displayName;
5674
5677
  var MoonUItableVariantsPro = cva(
5675
5678
  "w-full caption-bottom text-sm",
5676
5679
  {
@@ -5738,9 +5741,9 @@ var MoonUITablePro = t.forwardRef(({
5738
5741
  )
5739
5742
  ] });
5740
5743
  });
5741
- MoonUITable.displayName = "TablePro";
5744
+ MoonUITablePro.displayName = "TablePro";
5742
5745
  var MoonUITableHeaderPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx("thead", { ref, className: cn("[&_tr]:border-b", className), ...props }));
5743
- MoonUITableHeader.displayName = "TableHeaderPro";
5746
+ MoonUITableHeaderPro.displayName = "TableHeaderPro";
5744
5747
  var MoonUITableBodyPro = t.forwardRef(({ className, emptyContent, emptyMessage = "No data available", children, ...props }, ref) => {
5745
5748
  t.Children.count(children) > 0;
5746
5749
  return /* @__PURE__ */ jsx(
@@ -5753,7 +5756,7 @@ var MoonUITableBodyPro = t.forwardRef(({ className, emptyContent, emptyMessage =
5753
5756
  }
5754
5757
  );
5755
5758
  });
5756
- MoonUITableBody.displayName = "TableBodyPro";
5759
+ MoonUITableBodyPro.displayName = "TableBodyPro";
5757
5760
  var MoonUITableFooterPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5758
5761
  "tfoot",
5759
5762
  {
@@ -5762,7 +5765,7 @@ var MoonUITableFooterPro = t.forwardRef(({ className, ...props }, ref) => /* @__
5762
5765
  ...props
5763
5766
  }
5764
5767
  ));
5765
- MoonUITableFooter.displayName = "TableFooterPro";
5768
+ MoonUITableFooterPro.displayName = "TableFooterPro";
5766
5769
  var MoonUITableRowPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5767
5770
  "tr",
5768
5771
  {
@@ -5774,7 +5777,7 @@ var MoonUITableRowPro = t.forwardRef(({ className, ...props }, ref) => /* @__PUR
5774
5777
  ...props
5775
5778
  }
5776
5779
  ));
5777
- MoonUITableRow.displayName = "TableRowPro";
5780
+ MoonUITableRowPro.displayName = "TableRowPro";
5778
5781
  var MoonUITableHeadPro = t.forwardRef(
5779
5782
  ({ className, sortable, sorted, onSort, children, ...props }, ref) => {
5780
5783
  return /* @__PURE__ */ jsx(
@@ -5796,7 +5799,7 @@ var MoonUITableHeadPro = t.forwardRef(
5796
5799
  );
5797
5800
  }
5798
5801
  );
5799
- MoonUITableHead.displayName = "TableHeadPro";
5802
+ MoonUITableHeadPro.displayName = "TableHeadPro";
5800
5803
  var MoonUITableCellPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5801
5804
  "td",
5802
5805
  {
@@ -5805,7 +5808,7 @@ var MoonUITableCellPro = t.forwardRef(({ className, ...props }, ref) => /* @__PU
5805
5808
  ...props
5806
5809
  }
5807
5810
  ));
5808
- MoonUITableCell.displayName = "TableCellPro";
5811
+ MoonUITableCellPro.displayName = "TableCellPro";
5809
5812
  var MoonUITableCaptionPro = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5810
5813
  "caption",
5811
5814
  {
@@ -5814,7 +5817,7 @@ var MoonUITableCaptionPro = t.forwardRef(({ className, ...props }, ref) => /* @_
5814
5817
  ...props
5815
5818
  }
5816
5819
  ));
5817
- MoonUITableCaption.displayName = "TableCaptionPro";
5820
+ MoonUITableCaptionPro.displayName = "TableCaptionPro";
5818
5821
  var MoonUITabsPro = t.forwardRef(({ vertical = false, ...props }, ref) => /* @__PURE__ */ jsx(
5819
5822
  TabsPrimitive.Root,
5820
5823
  {
@@ -5823,7 +5826,7 @@ var MoonUITabsPro = t.forwardRef(({ vertical = false, ...props }, ref) => /* @__
5823
5826
  ...props
5824
5827
  }
5825
5828
  ));
5826
- MoonUITabs.displayName = TabsPrimitive.Root.displayName;
5829
+ MoonUITabsPro.displayName = TabsPrimitive.Root.displayName;
5827
5830
  var tabsListVariants = cva(
5828
5831
  "flex items-center justify-start transition-all duration-200",
5829
5832
  {
@@ -5858,7 +5861,7 @@ var MoonUITabsListPro = t.forwardRef(({ className, variant, orientation, fullWid
5858
5861
  ...props
5859
5862
  }
5860
5863
  ));
5861
- MoonUITabsList.displayName = TabsPrimitive.List.displayName;
5864
+ MoonUITabsListPro.displayName = TabsPrimitive.List.displayName;
5862
5865
  var tabsTriggerVariants = cva(
5863
5866
  "inline-flex items-center justify-center whitespace-nowrap font-medium ring-offset-background transition-all duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
5864
5867
  {
@@ -5921,7 +5924,7 @@ var MoonUITabsTriggerPro = t.forwardRef(({
5921
5924
  ]
5922
5925
  }
5923
5926
  ));
5924
- MoonUITabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
5927
+ MoonUITabsTriggerPro.displayName = TabsPrimitive.Trigger.displayName;
5925
5928
  var MoonUITabsContentPro = t.forwardRef(({ className, animated = false, ...props }, ref) => /* @__PURE__ */ jsx(
5926
5929
  TabsPrimitive.Content,
5927
5930
  {
@@ -5934,7 +5937,7 @@ var MoonUITabsContentPro = t.forwardRef(({ className, animated = false, ...props
5934
5937
  ...props
5935
5938
  }
5936
5939
  ));
5937
- MoonUITabsContent.displayName = TabsPrimitive.Content.displayName;
5940
+ MoonUITabsContentPro.displayName = TabsPrimitive.Content.displayName;
5938
5941
  var MoonUITextareaPro = t__default.forwardRef(
5939
5942
  ({ className, ...props }, ref) => {
5940
5943
  return /* @__PURE__ */ jsx(
@@ -5950,8 +5953,8 @@ var MoonUITextareaPro = t__default.forwardRef(
5950
5953
  );
5951
5954
  }
5952
5955
  );
5953
- MoonUITextarea.displayName = "MoonUITextareaPro";
5954
- var MoonUIToastViewport = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5956
+ MoonUITextareaPro.displayName = "MoonUITextareaPro";
5957
+ t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5955
5958
  ToastPrimitives.Viewport,
5956
5959
  {
5957
5960
  ref,
@@ -5962,7 +5965,7 @@ var MoonUIToastViewport = t.forwardRef(({ className, ...props }, ref) => /* @__P
5962
5965
  ...props
5963
5966
  }
5964
5967
  ));
5965
- MoonUIToastViewport.displayName = ToastPrimitives.Viewport.displayName;
5968
+ MoonUIToastViewportPro.displayName = ToastPrimitives.Viewport.displayName;
5966
5969
  var moonUIToastVariantsPro = cva(
5967
5970
  "group pointer-events-auto relative flex w-full items-center justify-between space-x-2 overflow-hidden rounded-md border p-4 pr-8 shadow-sm transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",
5968
5971
  {
@@ -5990,8 +5993,8 @@ var MoonUIToastPro = t.forwardRef(({ className, variant, ...props }, ref) => {
5990
5993
  }
5991
5994
  );
5992
5995
  });
5993
- MoonUIToast.displayName = ToastPrimitives.Root.displayName;
5994
- var MoonUIToastAction = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5996
+ MoonUIToastPro.displayName = ToastPrimitives.Root.displayName;
5997
+ t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
5995
5998
  ToastPrimitives.Action,
5996
5999
  {
5997
6000
  ref,
@@ -6002,8 +6005,8 @@ var MoonUIToastAction = t.forwardRef(({ className, ...props }, ref) => /* @__PUR
6002
6005
  ...props
6003
6006
  }
6004
6007
  ));
6005
- MoonUIToastAction.displayName = ToastPrimitives.Action.displayName;
6006
- var MoonUIToastClose = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
6008
+ MoonUIToastActionPro.displayName = ToastPrimitives.Action.displayName;
6009
+ t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
6007
6010
  ToastPrimitives.Close,
6008
6011
  {
6009
6012
  ref,
@@ -6016,8 +6019,8 @@ var MoonUIToastClose = t.forwardRef(({ className, ...props }, ref) => /* @__PURE
6016
6019
  children: /* @__PURE__ */ jsx(X, { className: "h-4 w-4" })
6017
6020
  }
6018
6021
  ));
6019
- MoonUIToastClose.displayName = ToastPrimitives.Close.displayName;
6020
- var MoonUIToastTitle = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
6022
+ MoonUIToastClosePro.displayName = ToastPrimitives.Close.displayName;
6023
+ t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
6021
6024
  ToastPrimitives.Title,
6022
6025
  {
6023
6026
  ref,
@@ -6025,8 +6028,8 @@ var MoonUIToastTitle = t.forwardRef(({ className, ...props }, ref) => /* @__PURE
6025
6028
  ...props
6026
6029
  }
6027
6030
  ));
6028
- MoonUIToastTitle.displayName = ToastPrimitives.Title.displayName;
6029
- var MoonUIToastDescription = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
6031
+ MoonUIToastTitlePro.displayName = ToastPrimitives.Title.displayName;
6032
+ t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
6030
6033
  ToastPrimitives.Description,
6031
6034
  {
6032
6035
  ref,
@@ -6034,7 +6037,7 @@ var MoonUIToastDescription = t.forwardRef(({ className, ...props }, ref) => /* @
6034
6037
  ...props
6035
6038
  }
6036
6039
  ));
6037
- MoonUIToastDescription.displayName = ToastPrimitives.Description.displayName;
6040
+ MoonUIToastDescriptionPro.displayName = ToastPrimitives.Description.displayName;
6038
6041
  var TOAST_LIMIT = 5;
6039
6042
  var TOAST_REMOVE_DELAY = 1e6;
6040
6043
  var toastTimeouts = /* @__PURE__ */ new Map();
@@ -6289,7 +6292,7 @@ var tooltipVariants = cva(
6289
6292
  );
6290
6293
  var MoonUITooltipPro = TooltipPrimitive.Root;
6291
6294
  var MoonUITooltipTriggerPro = TooltipPrimitive.Trigger;
6292
- var MoonUITooltipArrow = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
6295
+ t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx(
6293
6296
  TooltipPrimitive.Arrow,
6294
6297
  {
6295
6298
  ref,
@@ -6297,7 +6300,7 @@ var MoonUITooltipArrow = t.forwardRef(({ className, ...props }, ref) => /* @__PU
6297
6300
  ...props
6298
6301
  }
6299
6302
  ));
6300
- MoonUITooltipArrow.displayName = TooltipPrimitive.Arrow.displayName;
6303
+ MoonUITooltipArrowPro.displayName = TooltipPrimitive.Arrow.displayName;
6301
6304
  var MoonUITooltipContentPro = t.forwardRef(({ className, variant, size, showArrow = false, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ jsxs(
6302
6305
  TooltipPrimitive.Content,
6303
6306
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.2.13",
3
+ "version": "2.2.15",
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",
@@ -101,7 +101,7 @@ const MoonUIAlertPro = React.forwardRef<HTMLDivElement, AlertProps>(
101
101
  );
102
102
  }
103
103
  );
104
- MoonUIAlert.displayName = "AlertPro";
104
+ MoonUIAlertPro.displayName = "AlertPro";
105
105
 
106
106
  const MoonUIAlertTitlePro = React.forwardRef<
107
107
  HTMLParagraphElement,
@@ -113,7 +113,7 @@ const MoonUIAlertTitlePro = React.forwardRef<
113
113
  {...props}
114
114
  />
115
115
  ));
116
- MoonUIAlertTitle.displayName = "AlertTitlePro";
116
+ MoonUIAlertTitlePro.displayName = "AlertTitlePro";
117
117
 
118
118
  const MoonUIAlertDescriptionPro = React.forwardRef<
119
119
  HTMLParagraphElement,
@@ -125,7 +125,7 @@ const MoonUIAlertDescriptionPro = React.forwardRef<
125
125
  {...props}
126
126
  />
127
127
  ));
128
- MoonUIAlertDescription.displayName = "AlertDescriptionPro";
128
+ MoonUIAlertDescriptionPro.displayName = "AlertDescriptionPro";
129
129
 
130
130
 
131
131
  // Internal aliases for Pro component usage
@@ -53,7 +53,7 @@ const MoonUIAvatarPro = React.forwardRef<
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> {
@@ -64,7 +64,7 @@ const MoonUIBreadcrumbPro = React.forwardRef<HTMLElement, BreadcrumbProps>(
64
64
  />
65
65
  )
66
66
  );
67
- MoonUIBreadcrumb.displayName = "BreadcrumbPro";
67
+ MoonUIBreadcrumbPro.displayName = "BreadcrumbPro";
68
68
 
69
69
  const MoonUIBreadcrumbListPro = React.forwardRef<HTMLOListElement, BreadcrumbListProps>(
70
70
  ({ className, collapsed, collapsedWidth = 3, ...props }, ref) => {
@@ -104,7 +104,7 @@ const MoonUIBreadcrumbListPro = React.forwardRef<HTMLOListElement, BreadcrumbLis
104
104
  );
105
105
  }
106
106
  );
107
- MoonUIBreadcrumbList.displayName = "BreadcrumbListPro";
107
+ MoonUIBreadcrumbListPro.displayName = "BreadcrumbListPro";
108
108
 
109
109
  const MoonUIBreadcrumbItemPro = React.forwardRef<HTMLLIElement, BreadcrumbItemProps>(
110
110
  ({ className, isCurrent, href, asChild = false, ...props }, ref) => {
@@ -133,7 +133,7 @@ const MoonUIBreadcrumbItemPro = React.forwardRef<HTMLLIElement, BreadcrumbItemPr
133
133
  );
134
134
  }
135
135
  );
136
- MoonUIBreadcrumbItem.displayName = "BreadcrumbItemPro";
136
+ MoonUIBreadcrumbItemPro.displayName = "BreadcrumbItemPro";
137
137
 
138
138
  const MoonUIBreadcrumbSeparatorPro = ({
139
139
  children,
@@ -149,7 +149,7 @@ const MoonUIBreadcrumbSeparatorPro = ({
149
149
  {children || <ChevronRight className="h-3.5 w-3.5" />}
150
150
  </span>
151
151
  );
152
- MoonUIBreadcrumbSeparator.displayName = "BreadcrumbSeparatorPro";
152
+ MoonUIBreadcrumbSeparatorPro.displayName = "BreadcrumbSeparatorPro";
153
153
 
154
154
  const MoonUIBreadcrumbEllipsisPro = ({
155
155
  className,
@@ -165,7 +165,7 @@ const MoonUIBreadcrumbEllipsisPro = ({
165
165
  <span className="sr-only">More pages</span>
166
166
  </span>
167
167
  );
168
- MoonUIBreadcrumbEllipsis.displayName = "BreadcrumbEllipsisPro";
168
+ MoonUIBreadcrumbEllipsisPro.displayName = "BreadcrumbEllipsisPro";
169
169
 
170
170
  const MoonUIBreadcrumbLinkPro = React.forwardRef<HTMLAnchorElement, React.AnchorHTMLAttributes<HTMLAnchorElement>>(
171
171
  ({ className, href, ...props }, ref) => (
@@ -180,7 +180,7 @@ const MoonUIBreadcrumbLinkPro = React.forwardRef<HTMLAnchorElement, React.Anchor
180
180
  />
181
181
  )
182
182
  );
183
- MoonUIBreadcrumbLink.displayName = "BreadcrumbLinkPro";
183
+ MoonUIBreadcrumbLinkPro.displayName = "BreadcrumbLinkPro";
184
184
 
185
185
  const MoonUIBreadcrumbPagePro = React.forwardRef<HTMLSpanElement, React.HTMLAttributes<HTMLSpanElement>>(
186
186
  ({ className, ...props }, ref) => (
@@ -194,7 +194,7 @@ const MoonUIBreadcrumbPagePro = React.forwardRef<HTMLSpanElement, React.HTMLAttr
194
194
  />
195
195
  )
196
196
  );
197
- MoonUIBreadcrumbPage.displayName = "BreadcrumbPagePro";
197
+ MoonUIBreadcrumbPagePro.displayName = "BreadcrumbPagePro";
198
198
 
199
199
 
200
200
  // Internal aliases for Pro component usage
@@ -216,7 +216,7 @@ const MoonUIButtonPro = React.forwardRef<HTMLButtonElement, MoonUIButtonProProps
216
216
  }
217
217
  );
218
218
 
219
- MoonUIButton.displayName = "MoonUIButtonPro";
219
+ MoonUIButtonPro.displayName = "MoonUIButtonPro";
220
220
 
221
221
  export { MoonUIButtonPro, moonUIButtonProVariants };
222
222
 
@@ -80,7 +80,7 @@ const MoonUICardPro = React.forwardRef<HTMLDivElement, MoonUICardProProps>(
80
80
  );
81
81
  }
82
82
  );
83
- MoonUICard.displayName = "MoonUICardPro";
83
+ MoonUICardPro.displayName = "MoonUICardPro";
84
84
 
85
85
  const MoonUICardHeaderPro = React.forwardRef<
86
86
  HTMLDivElement,
@@ -92,7 +92,7 @@ const MoonUICardHeaderPro = React.forwardRef<
92
92
  {...props}
93
93
  />
94
94
  ));
95
- MoonUICardHeader.displayName = "MoonUICardHeaderPro";
95
+ MoonUICardHeaderPro.displayName = "MoonUICardHeaderPro";
96
96
 
97
97
  const MoonUICardTitlePro = React.forwardRef<
98
98
  HTMLHeadingElement,
@@ -104,7 +104,7 @@ const MoonUICardTitlePro = React.forwardRef<
104
104
  {...props}
105
105
  />
106
106
  ));
107
- MoonUICardTitle.displayName = "MoonUICardTitlePro";
107
+ MoonUICardTitlePro.displayName = "MoonUICardTitlePro";
108
108
 
109
109
  const MoonUICardDescriptionPro = React.forwardRef<
110
110
  HTMLParagraphElement,
@@ -116,7 +116,7 @@ const MoonUICardDescriptionPro = React.forwardRef<
116
116
  {...props}
117
117
  />
118
118
  ));
119
- MoonUICardDescription.displayName = "MoonUICardDescriptionPro";
119
+ MoonUICardDescriptionPro.displayName = "MoonUICardDescriptionPro";
120
120
 
121
121
  const MoonUICardContentPro = React.forwardRef<
122
122
  HTMLDivElement,
@@ -124,7 +124,7 @@ const MoonUICardContentPro = React.forwardRef<
124
124
  >(({ className, ...props }, ref) => (
125
125
  <div ref={ref} className={cn("pt-0", className)} {...props} />
126
126
  ));
127
- MoonUICardContent.displayName = "MoonUICardContentPro";
127
+ MoonUICardContentPro.displayName = "MoonUICardContentPro";
128
128
 
129
129
  const MoonUICardFooterPro = React.forwardRef<
130
130
  HTMLDivElement,
@@ -136,7 +136,7 @@ const MoonUICardFooterPro = React.forwardRef<
136
136
  {...props}
137
137
  />
138
138
  ));
139
- MoonUICardFooter.displayName = "MoonUICardFooterPro";
139
+ MoonUICardFooterPro.displayName = "MoonUICardFooterPro";
140
140
 
141
141
  export { MoonUICardPro, MoonUICardHeaderPro, MoonUICardFooterPro, MoonUICardTitlePro, MoonUICardDescriptionPro, MoonUICardContentPro };
142
142
 
@@ -114,7 +114,7 @@ const MoonUICheckboxPro = React.forwardRef<
114
114
  </CheckboxPrimitive.Root>
115
115
  );
116
116
  });
117
- MoonUICheckbox.displayName = CheckboxPrimitive.Root.displayName;
117
+ MoonUICheckboxPro.displayName = CheckboxPrimitive.Root.displayName;
118
118
 
119
119
  // CheckboxGroup bileşeni
120
120
  interface CheckboxGroupProps extends React.HTMLAttributes<HTMLDivElement> {
@@ -151,7 +151,7 @@ const MoonUICheckboxGroup = React.forwardRef<HTMLDivElement, CheckboxGroupProps>
151
151
  );
152
152
  }
153
153
  );
154
- MoonUICheckboxGroup.displayName = "CheckboxGroup";
154
+ MoonUICheckboxGroupPro.displayName = "CheckboxGroup";
155
155
 
156
156
  // CheckboxLabel bileşeni
157
157
  interface CheckboxLabelProps extends React.HTMLAttributes<HTMLLabelElement> {
@@ -192,7 +192,7 @@ const MoonUICheckboxLabel = React.forwardRef<HTMLLabelElement, CheckboxLabelProp
192
192
  );
193
193
  }
194
194
  );
195
- MoonUICheckboxLabel.displayName = "CheckboxLabel";
195
+ MoonUICheckboxLabelPro.displayName = "CheckboxLabel";
196
196
 
197
197
  // Checkbox ve Label içeren bileşen
198
198
  interface CheckboxWithLabelProps extends MoonUICheckboxProProps {
@@ -251,7 +251,7 @@ const MoonUICheckboxWithLabel = React.forwardRef<
251
251
  </div>
252
252
  );
253
253
  });
254
- MoonUICheckboxWithLabel.displayName = "CheckboxWithLabel";
254
+ MoonUICheckboxWithLabelPro.displayName = "CheckboxWithLabel";
255
255
 
256
256
  export { MoonUICheckboxPro, MoonUICheckboxGroup as CheckboxGroup, MoonUICheckboxLabel as CheckboxLabel, MoonUICheckboxWithLabel as CheckboxWithLabel };
257
257
 
@@ -57,7 +57,7 @@ const MoonUIDialogOverlay = React.forwardRef<
57
57
  {...props}
58
58
  />
59
59
  ));
60
- MoonUIDialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
60
+ MoonUIDialogOverlayPro.displayName = DialogPrimitive.Overlay.displayName;
61
61
 
62
62
  const dialogContentVariants = cva(
63
63
  "fixed left-[50%] top-[50%] z-50 grid w-full translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background shadow-lg",
@@ -243,7 +243,7 @@ const MoonUIDialogContentPro = React.forwardRef<
243
243
  );
244
244
  }
245
245
  );
246
- MoonUIDialogContent.displayName = DialogPrimitive.Content.displayName;
246
+ MoonUIDialogContentPro.displayName = DialogPrimitive.Content.displayName;
247
247
 
248
248
  const MoonUIDialogHeaderPro = ({
249
249
  className,
@@ -257,7 +257,7 @@ const MoonUIDialogHeaderPro = ({
257
257
  {...props}
258
258
  />
259
259
  );
260
- MoonUIDialogHeader.displayName = "MoonUIDialogHeaderPro";
260
+ MoonUIDialogHeaderPro.displayName = "MoonUIDialogHeaderPro";
261
261
 
262
262
  const MoonUIDialogFooterPro = ({
263
263
  className,
@@ -271,7 +271,7 @@ const MoonUIDialogFooterPro = ({
271
271
  {...props}
272
272
  />
273
273
  );
274
- MoonUIDialogFooter.displayName = "MoonUIDialogFooterPro";
274
+ MoonUIDialogFooterPro.displayName = "MoonUIDialogFooterPro";
275
275
 
276
276
  const MoonUIDialogTitlePro = React.forwardRef<
277
277
  React.ElementRef<typeof DialogPrimitive.Title>,
@@ -286,7 +286,7 @@ const MoonUIDialogTitlePro = React.forwardRef<
286
286
  {...props}
287
287
  />
288
288
  ));
289
- MoonUIDialogTitle.displayName = DialogPrimitive.Title.displayName;
289
+ MoonUIDialogTitlePro.displayName = DialogPrimitive.Title.displayName;
290
290
 
291
291
  const MoonUIDialogDescriptionPro = React.forwardRef<
292
292
  React.ElementRef<typeof DialogPrimitive.Description>,
@@ -301,7 +301,7 @@ const MoonUIDialogDescriptionPro = React.forwardRef<
301
301
  {...props}
302
302
  />
303
303
  ));
304
- MoonUIDialogDescription.displayName = DialogPrimitive.Description.displayName;
304
+ MoonUIDialogDescriptionPro.displayName = DialogPrimitive.Description.displayName;
305
305
 
306
306
  /**
307
307
  * Dialog-Form integration for use with form support
@@ -317,7 +317,7 @@ const MoonUIDialogForm = React.forwardRef<
317
317
  {...props}
318
318
  />
319
319
  ));
320
- MoonUIDialogForm.displayName = "DialogForm";
320
+ MoonUIDialogFormPro.displayName = "DialogForm";
321
321
 
322
322
  export { MoonUIDialogPro,
323
323
  MoonUIDialogTriggerPro,
@@ -37,7 +37,7 @@ const MoonUIDropdownMenuSubTriggerPro = React.forwardRef<
37
37
  <ChevronRight className="ml-auto h-4 w-4" />
38
38
  </DropdownMenuPrimitive.SubTrigger>
39
39
  ))
40
- MoonUIDropdownMenuSubTrigger.displayName =
40
+ MoonUIDropdownMenuSubTriggerPro.displayName =
41
41
  DropdownMenuPrimitive.SubTrigger.displayName
42
42
 
43
43
  const MoonUIDropdownMenuSubContentPro = React.forwardRef<
@@ -214,7 +214,7 @@ const MoonUIInputPro = React.forwardRef<HTMLInputElement, MoonUIInputProProps>(
214
214
  );
215
215
  }
216
216
  );
217
- MoonUIInput.displayName = "MoonUIInputPro";
217
+ MoonUIInputPro.displayName = "MoonUIInputPro";
218
218
 
219
219
  export { MoonUIInputPro };
220
220
 
@@ -21,7 +21,7 @@ const MoonUILabelPro = React.forwardRef<
21
21
  {...props}
22
22
  />
23
23
  ))
24
- MoonUILabel.displayName = LabelPrimitive.Root.displayName
24
+ MoonUILabelPro.displayName = LabelPrimitive.Root.displayName
25
25
 
26
26
  export { MoonUILabelPro };
27
27
 
@@ -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
@@ -146,7 +146,7 @@ const MoonUIPopoverSeparator = ({ className, ...props }: React.HTMLAttributes<HT
146
146
  {...props}
147
147
  />
148
148
  );
149
- MoonUIPopoverSeparator.displayName = "PopoverSeparator";
149
+ MoonUIPopoverSeparatorPro.displayName = "PopoverSeparator";
150
150
 
151
151
  /**
152
152
  * Popover başlık bileşeni
@@ -157,7 +157,7 @@ const MoonUIPopoverHeader = ({ className, ...props }: React.HTMLAttributes<HTMLD
157
157
  {...props}
158
158
  />
159
159
  );
160
- MoonUIPopoverHeader.displayName = "PopoverHeader";
160
+ MoonUIPopoverHeaderPro.displayName = "PopoverHeader";
161
161
 
162
162
  /**
163
163
  * Popover footer bileşeni
@@ -168,7 +168,7 @@ const MoonUIPopoverFooter = ({ className, ...props }: React.HTMLAttributes<HTMLD
168
168
  {...props}
169
169
  />
170
170
  );
171
- MoonUIPopoverFooter.displayName = "PopoverFooter";
171
+ MoonUIPopoverFooterPro.displayName = "PopoverFooter";
172
172
 
173
173
  export { MoonUIPopoverPro,
174
174
  MoonUIPopoverTriggerPro,
@@ -22,7 +22,7 @@ const MoonUIProgressPro = React.forwardRef<
22
22
  />
23
23
  </ProgressPrimitive.Root>
24
24
  ))
25
- MoonUIProgress.displayName = ProgressPrimitive.Root.displayName
25
+ MoonUIProgressPro.displayName = ProgressPrimitive.Root.displayName
26
26
 
27
27
  export { MoonUIProgressPro };
28
28
 
@@ -76,7 +76,7 @@ const MoonUIRadioGroupPro = React.forwardRef<HTMLDivElement, RadioGroupProps>(
76
76
  );
77
77
  }
78
78
  );
79
- MoonUIRadioGroup.displayName = "RadioGroupPro";
79
+ MoonUIRadioGroupPro.displayName = "RadioGroupPro";
80
80
 
81
81
  export interface RadioGroupItemProps
82
82
  extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'>,
@@ -155,7 +155,7 @@ const MoonUIRadioGroupItemPro = React.forwardRef<
155
155
  </div>
156
156
  );
157
157
  });
158
- MoonUIRadioGroupItem.displayName = "RadioGroupItemPro";
158
+ MoonUIRadioGroupItemPro.displayName = "RadioGroupItemPro";
159
159
 
160
160
  // Radio Label Component
161
161
  interface RadioLabelProps extends React.HTMLAttributes<HTMLLabelElement> {
@@ -191,7 +191,7 @@ const MoonUIRadioLabelPro = React.forwardRef<HTMLLabelElement, RadioLabelProps>(
191
191
  );
192
192
  }
193
193
  );
194
- MoonUIRadioLabel.displayName = "RadioLabelPro";
194
+ MoonUIRadioLabelPro.displayName = "RadioLabelPro";
195
195
 
196
196
  // Radio Item and Label combination
197
197
  interface RadioItemWithLabelProps extends RadioGroupItemProps {
@@ -238,7 +238,7 @@ const MoonUIRadioItemWithLabelPro = React.forwardRef<
238
238
  </div>
239
239
  );
240
240
  });
241
- MoonUIRadioItemWithLabel.displayName = "RadioItemWithLabelPro";
241
+ MoonUIRadioItemWithLabelPro.displayName = "RadioItemWithLabelPro";
242
242
 
243
243
 
244
244
  // Internal aliases for Pro component usage
@@ -15,7 +15,7 @@ import { cn } from "../../lib/utils"
15
15
 
16
16
  // Directly re-exporting the Root component
17
17
  const MoonUISelectPro = SelectPrimitive.Root
18
- MoonUISelect.displayName = "MoonUISelectPro"
18
+ MoonUISelectPro.displayName = "MoonUISelectPro"
19
19
 
20
20
  const MoonUISelectGroupPro = SelectPrimitive.Group
21
21
 
@@ -97,12 +97,12 @@ const MoonUISelectTriggerPro = React.forwardRef<
97
97
  )}
98
98
  </SelectPrimitive.Trigger>
99
99
  ))
100
- MoonUISelectTrigger.displayName = SelectPrimitive.Trigger.displayName
100
+ MoonUISelectTriggerPro.displayName = SelectPrimitive.Trigger.displayName
101
101
 
102
102
  /**
103
103
  * Scroll Up Button Component
104
104
  */
105
- const MoonUISelectScrollUpButton = React.forwardRef<
105
+ const MoonUISelectScrollUpButtonPro = React.forwardRef<
106
106
  React.ElementRef<typeof SelectPrimitive.ScrollUpButton>,
107
107
  React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollUpButton>
108
108
  >(({ className, ...props }, ref) => (
@@ -117,12 +117,12 @@ const MoonUISelectScrollUpButton = React.forwardRef<
117
117
  <ChevronUp className="h-4 w-4" />
118
118
  </SelectPrimitive.ScrollUpButton>
119
119
  ))
120
- MoonUISelectScrollUpButton.displayName = SelectPrimitive.ScrollUpButton.displayName
120
+ MoonUISelectScrollUpButtonPro.displayName = SelectPrimitive.ScrollUpButton.displayName
121
121
 
122
122
  /**
123
123
  * Scroll Down Button Component
124
124
  */
125
- const MoonUISelectScrollDownButton = React.forwardRef<
125
+ const MoonUISelectScrollDownButtonPro = React.forwardRef<
126
126
  React.ElementRef<typeof SelectPrimitive.ScrollDownButton>,
127
127
  React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollDownButton>
128
128
  >(({ className, ...props }, ref) => (
@@ -137,7 +137,7 @@ const MoonUISelectScrollDownButton = React.forwardRef<
137
137
  <ChevronDown className="h-4 w-4" />
138
138
  </SelectPrimitive.ScrollDownButton>
139
139
  ))
140
- MoonUISelectScrollDownButton.displayName =
140
+ MoonUISelectScrollDownButtonPro.displayName =
141
141
  SelectPrimitive.ScrollDownButton.displayName
142
142
 
143
143
  const MoonUISelectContentPro = React.forwardRef<
@@ -245,7 +245,7 @@ const MoonUISelectItemPro = React.forwardRef<
245
245
  )}
246
246
  </SelectPrimitive.Item>
247
247
  ))
248
- MoonUISelectItem.displayName = SelectPrimitive.Item.displayName
248
+ MoonUISelectItemPro.displayName = SelectPrimitive.Item.displayName
249
249
 
250
250
  const MoonUISelectSeparatorPro = React.forwardRef<
251
251
  React.ElementRef<typeof SelectPrimitive.Separator>,
@@ -267,8 +267,8 @@ export { MoonUISelectPro,
267
267
  MoonUISelectLabelPro,
268
268
  MoonUISelectItemPro,
269
269
  MoonUISelectSeparatorPro,
270
- MoonUISelectScrollUpButton as SelectScrollUpButton,
271
- MoonUISelectScrollDownButton as SelectScrollDownButton,
270
+ MoonUISelectScrollUpButtonPro as SelectScrollUpButton,
271
+ MoonUISelectScrollDownButtonPro as SelectScrollDownButton,
272
272
  };
273
273
 
274
274
  // Backward compatibility exports
@@ -135,7 +135,7 @@ const MoonUISeparatorPro = React.forwardRef<
135
135
  />
136
136
  )
137
137
  )
138
- MoonUISeparator.displayName = SeparatorPrimitive.Root.displayName
138
+ MoonUISeparatorPro.displayName = SeparatorPrimitive.Root.displayName
139
139
 
140
140
  export { MoonUISeparatorPro, moonUISeparatorVariantsPro };
141
141
 
@@ -346,7 +346,7 @@ const MoonUISliderPro = React.forwardRef<
346
346
  )
347
347
  })
348
348
 
349
- MoonUISlider.displayName = "MoonUISliderPro"
349
+ MoonUISliderPro.displayName = "MoonUISliderPro"
350
350
 
351
351
  export { MoonUISliderPro };
352
352
 
@@ -77,7 +77,7 @@ const MoonUISwitchPro = React.forwardRef<
77
77
  {description && <span className="text-sm text-muted-foreground">{description}</span>}
78
78
  </div>
79
79
  ))
80
- MoonUISwitch.displayName = SwitchPrimitives.Root.displayName
80
+ MoonUISwitchPro.displayName = SwitchPrimitives.Root.displayName
81
81
 
82
82
  export { MoonUISwitchPro };
83
83
 
@@ -121,7 +121,7 @@ const MoonUITablePro = React.forwardRef<
121
121
  </div>
122
122
  );
123
123
  });
124
- MoonUITable.displayName = "TablePro";
124
+ MoonUITablePro.displayName = "TablePro";
125
125
 
126
126
  const MoonUITableHeaderPro = React.forwardRef<
127
127
  HTMLTableSectionElement,
@@ -129,7 +129,7 @@ const MoonUITableHeaderPro = React.forwardRef<
129
129
  >(({ className, ...props }, ref) => (
130
130
  <thead ref={ref} className={cn("[&_tr]:border-b", className)} {...props} />
131
131
  ));
132
- MoonUITableHeader.displayName = "TableHeaderPro";
132
+ MoonUITableHeaderPro.displayName = "TableHeaderPro";
133
133
 
134
134
  interface TableBodyProps extends React.HTMLAttributes<HTMLTableSectionElement> {
135
135
  /** Veri yoksa gösterilecek boş durum içeriği */
@@ -169,7 +169,7 @@ const MoonUITableBodyPro = React.forwardRef<
169
169
  </tbody>
170
170
  )
171
171
  });
172
- MoonUITableBody.displayName = "TableBodyPro";
172
+ MoonUITableBodyPro.displayName = "TableBodyPro";
173
173
 
174
174
  const MoonUITableFooterPro = React.forwardRef<
175
175
  HTMLTableSectionElement,
@@ -181,7 +181,7 @@ const MoonUITableFooterPro = React.forwardRef<
181
181
  {...props}
182
182
  />
183
183
  ));
184
- MoonUITableFooter.displayName = "TableFooterPro";
184
+ MoonUITableFooterPro.displayName = "TableFooterPro";
185
185
 
186
186
  const MoonUITableRowPro = React.forwardRef<
187
187
  HTMLTableRowElement,
@@ -196,7 +196,7 @@ const MoonUITableRowPro = React.forwardRef<
196
196
  {...props}
197
197
  />
198
198
  ));
199
- MoonUITableRow.displayName = "TableRowPro";
199
+ MoonUITableRowPro.displayName = "TableRowPro";
200
200
 
201
201
  interface TableHeadProps extends React.ThHTMLAttributes<HTMLTableCellElement> {
202
202
  /** Bu sütun için sıralama durumu */
@@ -282,7 +282,7 @@ const MoonUITableHeadPro = React.forwardRef<HTMLTableCellElement, TableHeadProps
282
282
  );
283
283
  }
284
284
  );
285
- MoonUITableHead.displayName = "TableHeadPro";
285
+ MoonUITableHeadPro.displayName = "TableHeadPro";
286
286
 
287
287
  const MoonUITableCellPro = React.forwardRef<
288
288
  HTMLTableCellElement,
@@ -294,7 +294,7 @@ const MoonUITableCellPro = React.forwardRef<
294
294
  {...props}
295
295
  />
296
296
  ));
297
- MoonUITableCell.displayName = "TableCellPro";
297
+ MoonUITableCellPro.displayName = "TableCellPro";
298
298
 
299
299
  const MoonUITableCaptionPro = React.forwardRef<
300
300
  HTMLTableCaptionElement,
@@ -306,7 +306,7 @@ const MoonUITableCaptionPro = React.forwardRef<
306
306
  {...props}
307
307
  />
308
308
  ));
309
- MoonUITableCaption.displayName = "TableCaptionPro";
309
+ MoonUITableCaptionPro.displayName = "TableCaptionPro";
310
310
 
311
311
 
312
312
  // Internal aliases for Pro component usage
@@ -23,7 +23,7 @@ const MoonUITabsPro = React.forwardRef<
23
23
  />
24
24
  ));
25
25
 
26
- MoonUITabs.displayName = TabsPrimitive.Root.displayName;
26
+ MoonUITabsPro.displayName = TabsPrimitive.Root.displayName;
27
27
 
28
28
  /* -------------------------------------------------------------------------------------------------
29
29
  * TabsList
@@ -73,7 +73,7 @@ const MoonUITabsListPro = React.forwardRef<
73
73
  />
74
74
  ));
75
75
 
76
- MoonUITabsList.displayName = TabsPrimitive.List.displayName;
76
+ MoonUITabsListPro.displayName = TabsPrimitive.List.displayName;
77
77
 
78
78
  /* -------------------------------------------------------------------------------------------------
79
79
  * TabsTrigger
@@ -164,7 +164,7 @@ const MoonUITabsTriggerPro = React.forwardRef<
164
164
  </TabsPrimitive.Trigger>
165
165
  ));
166
166
 
167
- MoonUITabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
167
+ MoonUITabsTriggerPro.displayName = TabsPrimitive.Trigger.displayName;
168
168
 
169
169
  /* -------------------------------------------------------------------------------------------------
170
170
  * TabsContent
@@ -190,7 +190,7 @@ const MoonUITabsContentPro = React.forwardRef<
190
190
  />
191
191
  ));
192
192
 
193
- MoonUITabsContent.displayName = TabsPrimitive.Content.displayName;
193
+ MoonUITabsContentPro.displayName = TabsPrimitive.Content.displayName;
194
194
 
195
195
  export { MoonUITabsPro, MoonUITabsListPro, MoonUITabsTriggerPro, MoonUITabsContentPro };
196
196
 
@@ -20,7 +20,7 @@ const MoonUITextareaPro = React.forwardRef<HTMLTextAreaElement, MoonUITextareaPr
20
20
  )
21
21
  }
22
22
  )
23
- MoonUITextarea.displayName = "MoonUITextareaPro"
23
+ MoonUITextareaPro.displayName = "MoonUITextareaPro"
24
24
 
25
25
  export { MoonUITextareaPro };
26
26
 
@@ -21,7 +21,7 @@ const MoonUIToastViewport = React.forwardRef<
21
21
  {...props}
22
22
  />
23
23
  ));
24
- MoonUIToastViewport.displayName = ToastPrimitives.Viewport.displayName;
24
+ MoonUIToastViewportPro.displayName = ToastPrimitives.Viewport.displayName;
25
25
 
26
26
  const moonUIToastVariantsPro = cva(
27
27
  "group pointer-events-auto relative flex w-full items-center justify-between space-x-2 overflow-hidden rounded-md border p-4 pr-8 shadow-sm transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",
@@ -62,7 +62,7 @@ const MoonUIToastPro = React.forwardRef<
62
62
  />
63
63
  );
64
64
  });
65
- MoonUIToast.displayName = ToastPrimitives.Root.displayName;
65
+ MoonUIToastPro.displayName = ToastPrimitives.Root.displayName;
66
66
 
67
67
  const MoonUIToastAction = React.forwardRef<
68
68
  React.ElementRef<typeof ToastPrimitives.Action>,
@@ -77,7 +77,7 @@ const MoonUIToastAction = React.forwardRef<
77
77
  {...props}
78
78
  />
79
79
  ));
80
- MoonUIToastAction.displayName = ToastPrimitives.Action.displayName;
80
+ MoonUIToastActionPro.displayName = ToastPrimitives.Action.displayName;
81
81
 
82
82
  const MoonUIToastClose = React.forwardRef<
83
83
  React.ElementRef<typeof ToastPrimitives.Close>,
@@ -95,7 +95,7 @@ const MoonUIToastClose = React.forwardRef<
95
95
  <X className="h-4 w-4" />
96
96
  </ToastPrimitives.Close>
97
97
  ));
98
- MoonUIToastClose.displayName = ToastPrimitives.Close.displayName;
98
+ MoonUIToastClosePro.displayName = ToastPrimitives.Close.displayName;
99
99
 
100
100
  const MoonUIToastTitle = React.forwardRef<
101
101
  React.ElementRef<typeof ToastPrimitives.Title>,
@@ -107,7 +107,7 @@ const MoonUIToastTitle = React.forwardRef<
107
107
  {...props}
108
108
  />
109
109
  ));
110
- MoonUIToastTitle.displayName = ToastPrimitives.Title.displayName;
110
+ MoonUIToastTitlePro.displayName = ToastPrimitives.Title.displayName;
111
111
 
112
112
  const MoonUIToastDescription = React.forwardRef<
113
113
  React.ElementRef<typeof ToastPrimitives.Description>,
@@ -119,7 +119,7 @@ const MoonUIToastDescription = React.forwardRef<
119
119
  {...props}
120
120
  />
121
121
  ));
122
- MoonUIToastDescription.displayName = ToastPrimitives.Description.displayName;
122
+ MoonUIToastDescriptionPro.displayName = ToastPrimitives.Description.displayName;
123
123
 
124
124
  type ToastData = {
125
125
  id: string;
@@ -47,7 +47,7 @@ const MoonUITooltipArrow = React.forwardRef<
47
47
  {...props}
48
48
  />
49
49
  ))
50
- MoonUITooltipArrow.displayName = TooltipPrimitive.Arrow.displayName
50
+ MoonUITooltipArrowPro.displayName = TooltipPrimitive.Arrow.displayName
51
51
 
52
52
  export interface MoonUITooltipContentProProps
53
53
  extends React.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content>,