@reeverdev/ui 0.1.19 → 0.1.21

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
@@ -32,7 +32,7 @@ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
32
32
  import * as vaul from 'vaul';
33
33
  import { Drawer as Drawer$1 } from 'vaul';
34
34
  import { DayPicker, DateRange } from 'react-day-picker';
35
- import { GroupProps, Panel, SeparatorProps } from 'react-resizable-panels';
35
+ import { GroupProps, Panel, SeparatorProps as SeparatorProps$1 } from 'react-resizable-panels';
36
36
  export { PanelProps as ResizablePanelProps } from 'react-resizable-panels';
37
37
  import * as lucide_react from 'lucide-react';
38
38
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
@@ -121,7 +121,10 @@ declare const Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefA
121
121
 
122
122
  declare const Label: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_types.ClassProp | undefined) => string> & React$1.RefAttributes<HTMLLabelElement>>;
123
123
 
124
- declare const Separator: React$1.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
124
+ interface SeparatorProps extends React$1.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root> {
125
+ text?: string;
126
+ }
127
+ declare const Separator: React$1.ForwardRefExoticComponent<SeparatorProps & React$1.RefAttributes<HTMLDivElement>>;
125
128
 
126
129
  declare const Switch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
127
130
 
@@ -845,7 +848,7 @@ interface ResizablePanelGroupProps extends Omit<GroupProps, "orientation"> {
845
848
  }
846
849
  declare const ResizablePanelGroup: ({ className, direction, ...props }: ResizablePanelGroupProps) => react_jsx_runtime.JSX.Element;
847
850
  declare const ResizablePanel: typeof Panel;
848
- interface ResizableHandleProps extends SeparatorProps {
851
+ interface ResizableHandleProps extends SeparatorProps$1 {
849
852
  withHandle?: boolean;
850
853
  }
851
854
  declare const ResizableHandle: ({ withHandle, className, ...props }: ResizableHandleProps) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -32,7 +32,7 @@ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
32
32
  import * as vaul from 'vaul';
33
33
  import { Drawer as Drawer$1 } from 'vaul';
34
34
  import { DayPicker, DateRange } from 'react-day-picker';
35
- import { GroupProps, Panel, SeparatorProps } from 'react-resizable-panels';
35
+ import { GroupProps, Panel, SeparatorProps as SeparatorProps$1 } from 'react-resizable-panels';
36
36
  export { PanelProps as ResizablePanelProps } from 'react-resizable-panels';
37
37
  import * as lucide_react from 'lucide-react';
38
38
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
@@ -121,7 +121,10 @@ declare const Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefA
121
121
 
122
122
  declare const Label: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_types.ClassProp | undefined) => string> & React$1.RefAttributes<HTMLLabelElement>>;
123
123
 
124
- declare const Separator: React$1.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
124
+ interface SeparatorProps extends React$1.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root> {
125
+ text?: string;
126
+ }
127
+ declare const Separator: React$1.ForwardRefExoticComponent<SeparatorProps & React$1.RefAttributes<HTMLDivElement>>;
125
128
 
126
129
  declare const Switch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
127
130
 
@@ -845,7 +848,7 @@ interface ResizablePanelGroupProps extends Omit<GroupProps, "orientation"> {
845
848
  }
846
849
  declare const ResizablePanelGroup: ({ className, direction, ...props }: ResizablePanelGroupProps) => react_jsx_runtime.JSX.Element;
847
850
  declare const ResizablePanel: typeof Panel;
848
- interface ResizableHandleProps extends SeparatorProps {
851
+ interface ResizableHandleProps extends SeparatorProps$1 {
849
852
  withHandle?: boolean;
850
853
  }
851
854
  declare const ResizableHandle: ({ withHandle, className, ...props }: ResizableHandleProps) => react_jsx_runtime.JSX.Element;