@fileverse/ui 4.1.1-patch-5 → 4.1.1-patch-6

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.css CHANGED
@@ -1366,6 +1366,9 @@ video {
1366
1366
  .w-6 {
1367
1367
  width: 1.5rem;
1368
1368
  }
1369
+ .w-64 {
1370
+ width: 16rem;
1371
+ }
1369
1372
  .w-72 {
1370
1373
  width: 18rem;
1371
1374
  }
@@ -2134,6 +2137,11 @@ video {
2134
2137
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2135
2138
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2136
2139
  }
2140
+ .shadow-md {
2141
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
2142
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
2143
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2144
+ }
2137
2145
  .shadow-none {
2138
2146
  --tw-shadow: 0 0 #0000;
2139
2147
  --tw-shadow-colored: 0 0 #0000;
@@ -9,6 +9,7 @@ import { Drawer as Drawer_2 } from 'vaul';
9
9
  import { EmojiClickData } from 'emoji-picker-react';
10
10
  import { ForwardRefExoticComponent } from 'react';
11
11
  import { GridProps as GridProps_2 } from '@radix-ui/themes';
12
+ import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
12
13
  import { JSX as JSX_2 } from 'react/jsx-runtime';
13
14
  import * as LabelPrimitive from '@radix-ui/react-label';
14
15
  import * as PopoverPrimitive from '@radix-ui/react-popover';
@@ -448,6 +449,12 @@ export declare const GridLayout: (props: GridProps) => JSX_2.Element;
448
449
 
449
450
  export declare type GridProps = GridProps_2;
450
451
 
452
+ export declare const HoverCard: React_2.FC<HoverCardPrimitive.HoverCardProps>;
453
+
454
+ export declare const HoverCardContent: React_2.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
455
+
456
+ export declare const HoverCardTrigger: React_2.ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & React_2.RefAttributes<HTMLAnchorElement>>;
457
+
451
458
  export declare const Icon: default_2.ForwardRefExoticComponent<Omit<IconProps, "ref"> & default_2.RefAttributes<SVGSVGElement>>;
452
459
 
453
460
  export declare const IconButton: ForwardRefExoticComponent<IconButtonProps & RefAttributes<HTMLButtonElement>>;
@@ -795,7 +802,7 @@ declare const tooltipVariants: (props?: ({
795
802
  defaultVariants?: "variant" | "beakPosition" | null | undefined;
796
803
  } & ClassProp) | undefined) => string;
797
804
 
798
- declare const UltimateIcons: any;
805
+ export declare const UltimateIcons: any;
799
806
 
800
807
  export declare const useHoverAndLongPress: ({ delay, }: UseHoverAndLongPressProps) => {
801
808
  onMouseEnter: () => void;