@web3icons/react 3.5.0 → 3.5.2

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.mts CHANGED
@@ -26,7 +26,7 @@ type NetworkIconProps = IconComponentProps & ({
26
26
  chainId?: never;
27
27
  } | {
28
28
  chainId: number | string;
29
- network: never;
29
+ network?: never;
30
30
  });
31
31
  type WalletIconProps = IconComponentProps & ({
32
32
  name: string;
@@ -53,7 +53,7 @@ declare const NetworkIcon: react.ForwardRefExoticComponent<(Omit<IconComponentPr
53
53
  chainId?: undefined;
54
54
  }, "ref"> | Omit<IconComponentProps & {
55
55
  chainId: string | number;
56
- network: never;
56
+ network?: undefined;
57
57
  }, "ref">) & react.RefAttributes<SVGSVGElement>>;
58
58
 
59
59
  declare const WalletIcon: react.ForwardRefExoticComponent<(Omit<IconComponentProps & {
package/dist/index.d.ts CHANGED
@@ -26,7 +26,7 @@ type NetworkIconProps = IconComponentProps & ({
26
26
  chainId?: never;
27
27
  } | {
28
28
  chainId: number | string;
29
- network: never;
29
+ network?: never;
30
30
  });
31
31
  type WalletIconProps = IconComponentProps & ({
32
32
  name: string;
@@ -53,7 +53,7 @@ declare const NetworkIcon: react.ForwardRefExoticComponent<(Omit<IconComponentPr
53
53
  chainId?: undefined;
54
54
  }, "ref"> | Omit<IconComponentProps & {
55
55
  chainId: string | number;
56
- network: never;
56
+ network?: undefined;
57
57
  }, "ref">) & react.RefAttributes<SVGSVGElement>>;
58
58
 
59
59
  declare const WalletIcon: react.ForwardRefExoticComponent<(Omit<IconComponentProps & {
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "crypto logos",
12
12
  "coin icons"
13
13
  ],
14
- "version": "3.5.0",
14
+ "version": "3.5.2",
15
15
  "private": false,
16
16
  "license": "MIT",
17
17
  "main": "./dist/index.js",