@reeverdev/ui 0.2.126 → 0.2.128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -394,7 +394,7 @@ interface PopoverContentProps extends React$1.HTMLAttributes<HTMLDivElement> {
394
394
  }
395
395
  declare const PopoverContent: React$1.ForwardRefExoticComponent<PopoverContentProps & React$1.RefAttributes<HTMLDivElement>>;
396
396
 
397
- type TabsVariant = "solid" | "underline" | "outline";
397
+ type TabsVariant = "solid" | "underline" | "bordered";
398
398
  type TabsRadius = "none" | "sm" | "md" | "lg" | "full";
399
399
  type TabsOrientation = "horizontal" | "vertical";
400
400
  interface TabsProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "defaultValue" | "onChange"> {
@@ -559,7 +559,7 @@ interface RadioGroupItemProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButt
559
559
  declare const RadioGroupItem: React$1.ForwardRefExoticComponent<RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>>;
560
560
 
561
561
  declare const toggleVariants: (props?: ({
562
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
562
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
563
563
  size?: "sm" | "md" | "lg" | null | undefined;
564
564
  } & class_variance_authority_types.ClassProp) | undefined) => string;
565
565
  interface ToggleProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "onChange">, VariantProps<typeof toggleVariants> {
@@ -803,14 +803,14 @@ declare const DrawerSeparator: React$1.ForwardRefExoticComponent<React$1.HTMLAtt
803
803
  declare const DrawerMenu: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLUListElement> & React$1.RefAttributes<HTMLUListElement>>;
804
804
  declare const DrawerMenuItem: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLLIElement> & React$1.RefAttributes<HTMLLIElement>>;
805
805
  declare const drawerMenuButtonVariants: (props?: ({
806
- variant?: "default" | "ghost" | "outline" | null | undefined;
806
+ variant?: "bordered" | "default" | "ghost" | null | undefined;
807
807
  size?: "sm" | "md" | "lg" | null | undefined;
808
808
  } & class_variance_authority_types.ClassProp) | undefined) => string;
809
809
  declare const DrawerMenuButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
810
810
  isActive?: boolean;
811
811
  tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
812
812
  } & VariantProps<(props?: ({
813
- variant?: "default" | "ghost" | "outline" | null | undefined;
813
+ variant?: "bordered" | "default" | "ghost" | null | undefined;
814
814
  size?: "sm" | "md" | "lg" | null | undefined;
815
815
  } & class_variance_authority_types.ClassProp) | undefined) => string>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
816
816
  declare const DrawerGroup: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
@@ -1193,7 +1193,7 @@ interface RatingProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onCh
1193
1193
  declare const Rating: React$1.ForwardRefExoticComponent<RatingProps & React$1.RefAttributes<HTMLDivElement>>;
1194
1194
 
1195
1195
  declare const chipVariants: (props?: ({
1196
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
1196
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
1197
1197
  color?: "success" | "warning" | "danger" | "primary" | "secondary" | null | undefined;
1198
1198
  size?: "sm" | "md" | "lg" | null | undefined;
1199
1199
  radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
@@ -1726,7 +1726,7 @@ declare const formatPhoneNumber: (value: string, format: string) => string;
1726
1726
  declare const PhoneInput: React$1.ForwardRefExoticComponent<PhoneInputProps & React$1.RefAttributes<HTMLInputElement>>;
1727
1727
 
1728
1728
  declare const navbarVariants: (props?: ({
1729
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
1729
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
1730
1730
  size?: "sm" | "md" | "lg" | null | undefined;
1731
1731
  sticky?: boolean | null | undefined;
1732
1732
  } & class_variance_authority_types.ClassProp) | undefined) => string;
@@ -1748,7 +1748,7 @@ declare const NavbarLink: React$1.ForwardRefExoticComponent<React$1.AnchorHTMLAt
1748
1748
  } & React$1.RefAttributes<HTMLAnchorElement>>;
1749
1749
 
1750
1750
  declare const linkVariants: (props?: ({
1751
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
1751
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
1752
1752
  size?: "sm" | "md" | "lg" | null | undefined;
1753
1753
  underline?: "none" | "always" | "hover" | null | undefined;
1754
1754
  } & class_variance_authority_types.ClassProp) | undefined) => string;
@@ -2198,7 +2198,7 @@ interface UserProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps
2198
2198
  declare const User: React$1.ForwardRefExoticComponent<UserProps & React$1.RefAttributes<HTMLDivElement>>;
2199
2199
 
2200
2200
  declare const codeVariants: (props?: ({
2201
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
2201
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
2202
2202
  size?: "sm" | "md" | "lg" | null | undefined;
2203
2203
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2204
2204
  interface CodeProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof codeVariants> {
@@ -2206,7 +2206,7 @@ interface CodeProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<ty
2206
2206
  declare const Code: React$1.ForwardRefExoticComponent<CodeProps & React$1.RefAttributes<HTMLElement>>;
2207
2207
 
2208
2208
  declare const snippetVariants: (props?: ({
2209
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
2209
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
2210
2210
  size?: "sm" | "md" | "lg" | null | undefined;
2211
2211
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2212
2212
  interface SnippetProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof snippetVariants> {
@@ -2660,7 +2660,7 @@ interface ImageViewerTriggerProps {
2660
2660
  declare const ImageViewerTrigger: React$1.FC<ImageViewerTriggerProps>;
2661
2661
 
2662
2662
  declare const closeButtonVariants: (props?: ({
2663
- variant?: "solid" | "default" | "light" | "ghost" | "outline" | null | undefined;
2663
+ variant?: "solid" | "bordered" | "default" | "light" | "ghost" | null | undefined;
2664
2664
  size?: "sm" | "md" | "lg" | null | undefined;
2665
2665
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2666
2666
  interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof closeButtonVariants> {
@@ -2702,7 +2702,7 @@ interface ScrollShadowProps extends React$1.HTMLAttributes<HTMLDivElement>, Vari
2702
2702
  declare const ScrollShadow: React$1.ForwardRefExoticComponent<ScrollShadowProps & React$1.RefAttributes<HTMLDivElement>>;
2703
2703
 
2704
2704
  declare const kbdVariants: (props?: ({
2705
- variant?: "default" | "ghost" | "outline" | null | undefined;
2705
+ variant?: "bordered" | "default" | "ghost" | null | undefined;
2706
2706
  size?: "sm" | "md" | "lg" | null | undefined;
2707
2707
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2708
2708
  interface KbdProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof kbdVariants> {
@@ -2722,7 +2722,7 @@ declare function useKeyboardShortcut(keys: string | string[], callback: (e: Keyb
2722
2722
  }): void;
2723
2723
 
2724
2724
  declare const copyButtonVariants: (props?: ({
2725
- variant?: "solid" | "default" | "ghost" | "outline" | null | undefined;
2725
+ variant?: "solid" | "bordered" | "default" | "ghost" | null | undefined;
2726
2726
  size?: "sm" | "md" | "lg" | null | undefined;
2727
2727
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2728
2728
  interface CopyButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "children">, VariantProps<typeof copyButtonVariants> {
@@ -3506,7 +3506,7 @@ declare const tagGroupVariants: (props?: ({
3506
3506
  spacing?: "sm" | "md" | "lg" | null | undefined;
3507
3507
  } & class_variance_authority_types.ClassProp) | undefined) => string;
3508
3508
  declare const tagGroupItemVariants: (props?: ({
3509
- variant?: "solid" | "outline" | "soft" | "surface" | null | undefined;
3509
+ variant?: "solid" | "bordered" | "soft" | "surface" | null | undefined;
3510
3510
  size?: "sm" | "md" | "lg" | null | undefined;
3511
3511
  isSelected?: boolean | null | undefined;
3512
3512
  isDisabled?: boolean | null | undefined;
package/dist/index.d.ts CHANGED
@@ -394,7 +394,7 @@ interface PopoverContentProps extends React$1.HTMLAttributes<HTMLDivElement> {
394
394
  }
395
395
  declare const PopoverContent: React$1.ForwardRefExoticComponent<PopoverContentProps & React$1.RefAttributes<HTMLDivElement>>;
396
396
 
397
- type TabsVariant = "solid" | "underline" | "outline";
397
+ type TabsVariant = "solid" | "underline" | "bordered";
398
398
  type TabsRadius = "none" | "sm" | "md" | "lg" | "full";
399
399
  type TabsOrientation = "horizontal" | "vertical";
400
400
  interface TabsProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "defaultValue" | "onChange"> {
@@ -559,7 +559,7 @@ interface RadioGroupItemProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButt
559
559
  declare const RadioGroupItem: React$1.ForwardRefExoticComponent<RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>>;
560
560
 
561
561
  declare const toggleVariants: (props?: ({
562
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
562
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
563
563
  size?: "sm" | "md" | "lg" | null | undefined;
564
564
  } & class_variance_authority_types.ClassProp) | undefined) => string;
565
565
  interface ToggleProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "onChange">, VariantProps<typeof toggleVariants> {
@@ -803,14 +803,14 @@ declare const DrawerSeparator: React$1.ForwardRefExoticComponent<React$1.HTMLAtt
803
803
  declare const DrawerMenu: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLUListElement> & React$1.RefAttributes<HTMLUListElement>>;
804
804
  declare const DrawerMenuItem: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLLIElement> & React$1.RefAttributes<HTMLLIElement>>;
805
805
  declare const drawerMenuButtonVariants: (props?: ({
806
- variant?: "default" | "ghost" | "outline" | null | undefined;
806
+ variant?: "bordered" | "default" | "ghost" | null | undefined;
807
807
  size?: "sm" | "md" | "lg" | null | undefined;
808
808
  } & class_variance_authority_types.ClassProp) | undefined) => string;
809
809
  declare const DrawerMenuButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
810
810
  isActive?: boolean;
811
811
  tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
812
812
  } & VariantProps<(props?: ({
813
- variant?: "default" | "ghost" | "outline" | null | undefined;
813
+ variant?: "bordered" | "default" | "ghost" | null | undefined;
814
814
  size?: "sm" | "md" | "lg" | null | undefined;
815
815
  } & class_variance_authority_types.ClassProp) | undefined) => string>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
816
816
  declare const DrawerGroup: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
@@ -1193,7 +1193,7 @@ interface RatingProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>, "onCh
1193
1193
  declare const Rating: React$1.ForwardRefExoticComponent<RatingProps & React$1.RefAttributes<HTMLDivElement>>;
1194
1194
 
1195
1195
  declare const chipVariants: (props?: ({
1196
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
1196
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
1197
1197
  color?: "success" | "warning" | "danger" | "primary" | "secondary" | null | undefined;
1198
1198
  size?: "sm" | "md" | "lg" | null | undefined;
1199
1199
  radius?: "none" | "sm" | "md" | "lg" | "full" | null | undefined;
@@ -1726,7 +1726,7 @@ declare const formatPhoneNumber: (value: string, format: string) => string;
1726
1726
  declare const PhoneInput: React$1.ForwardRefExoticComponent<PhoneInputProps & React$1.RefAttributes<HTMLInputElement>>;
1727
1727
 
1728
1728
  declare const navbarVariants: (props?: ({
1729
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
1729
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
1730
1730
  size?: "sm" | "md" | "lg" | null | undefined;
1731
1731
  sticky?: boolean | null | undefined;
1732
1732
  } & class_variance_authority_types.ClassProp) | undefined) => string;
@@ -1748,7 +1748,7 @@ declare const NavbarLink: React$1.ForwardRefExoticComponent<React$1.AnchorHTMLAt
1748
1748
  } & React$1.RefAttributes<HTMLAnchorElement>>;
1749
1749
 
1750
1750
  declare const linkVariants: (props?: ({
1751
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
1751
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
1752
1752
  size?: "sm" | "md" | "lg" | null | undefined;
1753
1753
  underline?: "none" | "always" | "hover" | null | undefined;
1754
1754
  } & class_variance_authority_types.ClassProp) | undefined) => string;
@@ -2198,7 +2198,7 @@ interface UserProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps
2198
2198
  declare const User: React$1.ForwardRefExoticComponent<UserProps & React$1.RefAttributes<HTMLDivElement>>;
2199
2199
 
2200
2200
  declare const codeVariants: (props?: ({
2201
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
2201
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
2202
2202
  size?: "sm" | "md" | "lg" | null | undefined;
2203
2203
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2204
2204
  interface CodeProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof codeVariants> {
@@ -2206,7 +2206,7 @@ interface CodeProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<ty
2206
2206
  declare const Code: React$1.ForwardRefExoticComponent<CodeProps & React$1.RefAttributes<HTMLElement>>;
2207
2207
 
2208
2208
  declare const snippetVariants: (props?: ({
2209
- variant?: "solid" | "ghost" | "outline" | "soft" | "surface" | null | undefined;
2209
+ variant?: "solid" | "bordered" | "ghost" | "soft" | "surface" | null | undefined;
2210
2210
  size?: "sm" | "md" | "lg" | null | undefined;
2211
2211
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2212
2212
  interface SnippetProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof snippetVariants> {
@@ -2660,7 +2660,7 @@ interface ImageViewerTriggerProps {
2660
2660
  declare const ImageViewerTrigger: React$1.FC<ImageViewerTriggerProps>;
2661
2661
 
2662
2662
  declare const closeButtonVariants: (props?: ({
2663
- variant?: "solid" | "default" | "light" | "ghost" | "outline" | null | undefined;
2663
+ variant?: "solid" | "bordered" | "default" | "light" | "ghost" | null | undefined;
2664
2664
  size?: "sm" | "md" | "lg" | null | undefined;
2665
2665
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2666
2666
  interface CloseButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof closeButtonVariants> {
@@ -2702,7 +2702,7 @@ interface ScrollShadowProps extends React$1.HTMLAttributes<HTMLDivElement>, Vari
2702
2702
  declare const ScrollShadow: React$1.ForwardRefExoticComponent<ScrollShadowProps & React$1.RefAttributes<HTMLDivElement>>;
2703
2703
 
2704
2704
  declare const kbdVariants: (props?: ({
2705
- variant?: "default" | "ghost" | "outline" | null | undefined;
2705
+ variant?: "bordered" | "default" | "ghost" | null | undefined;
2706
2706
  size?: "sm" | "md" | "lg" | null | undefined;
2707
2707
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2708
2708
  interface KbdProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<typeof kbdVariants> {
@@ -2722,7 +2722,7 @@ declare function useKeyboardShortcut(keys: string | string[], callback: (e: Keyb
2722
2722
  }): void;
2723
2723
 
2724
2724
  declare const copyButtonVariants: (props?: ({
2725
- variant?: "solid" | "default" | "ghost" | "outline" | null | undefined;
2725
+ variant?: "solid" | "bordered" | "default" | "ghost" | null | undefined;
2726
2726
  size?: "sm" | "md" | "lg" | null | undefined;
2727
2727
  } & class_variance_authority_types.ClassProp) | undefined) => string;
2728
2728
  interface CopyButtonProps extends Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, "children">, VariantProps<typeof copyButtonVariants> {
@@ -3506,7 +3506,7 @@ declare const tagGroupVariants: (props?: ({
3506
3506
  spacing?: "sm" | "md" | "lg" | null | undefined;
3507
3507
  } & class_variance_authority_types.ClassProp) | undefined) => string;
3508
3508
  declare const tagGroupItemVariants: (props?: ({
3509
- variant?: "solid" | "outline" | "soft" | "surface" | null | undefined;
3509
+ variant?: "solid" | "bordered" | "soft" | "surface" | null | undefined;
3510
3510
  size?: "sm" | "md" | "lg" | null | undefined;
3511
3511
  isSelected?: boolean | null | undefined;
3512
3512
  isDisabled?: boolean | null | undefined;