dfh-ui-library 1.14.41 → 1.14.42

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.
@@ -10,10 +10,10 @@ type IconProps = {
10
10
  variant?: IconVariant;
11
11
  strokeWidth?: number;
12
12
  absoluteStrokeWidth?: boolean;
13
- onClick?: () => void;
13
+ onClick?: React.MouseEventHandler<SVGSVGElement>;
14
14
  additionalClasses?: string;
15
- onMouseEnter?: () => void;
16
- onMouseLeave?: () => void;
15
+ onMouseEnter?: React.MouseEventHandler<SVGSVGElement>;
16
+ onMouseLeave?: React.MouseEventHandler<SVGSVGElement>;
17
17
  };
18
18
  declare const IconV2: React.FC<IconProps>;
19
19
  export default IconV2;
package/dist/index.d.ts CHANGED
@@ -1840,10 +1840,10 @@ type IconProps = {
1840
1840
  variant?: IconVariant;
1841
1841
  strokeWidth?: number;
1842
1842
  absoluteStrokeWidth?: boolean;
1843
- onClick?: () => void;
1843
+ onClick?: React__default.MouseEventHandler<SVGSVGElement>;
1844
1844
  additionalClasses?: string;
1845
- onMouseEnter?: () => void;
1846
- onMouseLeave?: () => void;
1845
+ onMouseEnter?: React__default.MouseEventHandler<SVGSVGElement>;
1846
+ onMouseLeave?: React__default.MouseEventHandler<SVGSVGElement>;
1847
1847
  };
1848
1848
  declare const IconV2: React__default.FC<IconProps>;
1849
1849
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.14.41",
3
+ "version": "1.14.42",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",