@fileverse/ui 4.1.0-patch-4 → 4.1.1-patch

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.
@@ -7,7 +7,6 @@ import { Drawer as Drawer_2 } from 'vaul';
7
7
  import { EmojiClickData } from 'emoji-picker-react';
8
8
  import { ForwardRefExoticComponent } from 'react';
9
9
  import { GridProps as GridProps_2 } from '@radix-ui/themes';
10
- import { icons } from 'lucide-react';
11
10
  import { JSX as JSX_2 } from 'react/jsx-runtime';
12
11
  import * as LabelPrimitive from '@radix-ui/react-label';
13
12
  import * as PopoverPrimitive from '@radix-ui/react-popover';
@@ -362,7 +361,7 @@ export declare interface IconButtonProps extends React.ButtonHTMLAttributes<HTML
362
361
  fill?: string;
363
362
  }
364
363
 
365
- export declare interface IconProps extends SvgProps_2, VariantProps<typeof iconVariants_2> {
364
+ export declare interface IconProps extends SvgProps, VariantProps<typeof iconVariants> {
366
365
  name: keyof typeof Icons;
367
366
  className?: string;
368
367
  }
@@ -432,7 +431,7 @@ export declare enum LayoutModes {
432
431
 
433
432
  export declare const LucideIcon: default_2.ForwardRefExoticComponent<Omit<LucideIconProps, "ref"> & default_2.RefAttributes<SVGSVGElement>>;
434
433
 
435
- export declare interface LucideIconProps extends SvgProps, VariantProps<typeof iconVariants> {
434
+ export declare interface LucideIconProps extends Omit<SvgProps_2, "name">, VariantProps<typeof iconVariants_2> {
436
435
  name: keyof typeof UltimateIcons;
437
436
  className?: string;
438
437
  strokeWidth?: number;
@@ -695,11 +694,11 @@ export declare const Tag: React_2.ForwardRefExoticComponent<TagProps & React_2.R
695
694
  export declare interface TagProps extends React_2.HTMLAttributes<HTMLDivElement>, VariantProps<typeof tagVariants> {
696
695
  isRemovable?: boolean;
697
696
  onRemove?: (event?: React_2.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
698
- icon?: keyof typeof icons | string | undefined;
697
+ icon?: any;
699
698
  }
700
699
 
701
700
  declare const tagVariants: (props?: ({
702
- variant?: "transparent" | "danger" | "gray" | "brand" | "success" | null | undefined;
701
+ variant?: "danger" | "transparent" | "gray" | "brand" | "success" | null | undefined;
703
702
  } & ClassProp) | undefined) => string;
704
703
 
705
704
  export declare const TextAreaField: React_2.ForwardRefExoticComponent<TextAreaFieldProps & React_2.RefAttributes<HTMLTextAreaElement>>;
@@ -772,21 +771,7 @@ declare const tooltipVariants: (props?: ({
772
771
  defaultVariants?: "variant" | "beakPosition" | null | undefined;
773
772
  } & ClassProp) | undefined) => string;
774
773
 
775
- declare const UltimateIcons: typeof icons & {
776
- File3d: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
777
- FileWord: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
778
- FilePdf: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
779
- FilePpt: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
780
- FileExcel: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
781
- Section: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
782
- XSocial: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
783
- Farcaster: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
784
- Warpcast: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
785
- Orb: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
786
- Lens: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
787
- Hey: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
788
- Markdown: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
789
- };
774
+ declare const UltimateIcons: any;
790
775
 
791
776
  export declare const useHoverAndLongPress: ({ delay, }: UseHoverAndLongPressProps) => {
792
777
  onMouseEnter: () => void;