@fileverse/ui 4.1.6-patch-3 → 4.1.6-patch-4

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.
@@ -514,11 +514,15 @@ export declare interface IconButtonProps extends React.ButtonHTMLAttributes<HTML
514
514
  fill?: string;
515
515
  }
516
516
 
517
+ declare type IconComponent = default_2.FC<IconProps>;
518
+
517
519
  export declare interface IconProps extends SvgProps, VariantProps<typeof iconVariants> {
518
- name: string;
520
+ name: keyof typeof Icons;
519
521
  className?: string;
520
522
  }
521
523
 
524
+ declare const Icons: Record<string, IconComponent>;
525
+
522
526
  declare const iconVariants: (props?: ({
523
527
  size?: "sm" | "md" | "lg" | null | undefined;
524
528
  } & ClassProp) | undefined) => string;
package/dist/index.es.js CHANGED
@@ -42718,7 +42718,6 @@ const mke = Lt(
42718
42718
  ...s,
42719
42719
  onTouchStart: h,
42720
42720
  onTouchEnd: y,
42721
- onPointerDownOutside: (m) => m.preventDefault(),
42722
42721
  children: [
42723
42722
  !o && /* @__PURE__ */ l.jsx(
42724
42723
  Sr,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.6-patch-3",
3
+ "version": "4.1.6-patch-4",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],