@ant-design/web3-assets 1.1.2 → 1.1.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ant-design/web3-assets
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 17ca201: perf: Modify import type
8
+ - Updated dependencies [e5db9b7]
9
+ - Updated dependencies [8bba386]
10
+ - Updated dependencies [18def13]
11
+ - Updated dependencies [dc083a3]
12
+ - Updated dependencies [64a2de3]
13
+ - Updated dependencies [c549a09]
14
+ - @ant-design/web3-common@1.2.0
15
+ - @ant-design/web3-icons@1.2.0
16
+
3
17
  ## 1.1.2
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,5 @@
1
- import { ChainIds } from '@ant-design/web3-common';
2
- import { createGetBrowserLink } from '@ant-design/web3-common';
3
- import { EthereumCircleColorful, OptimismCircleColorful, BSCCircleColorful, ArbitrumCircleColorful, PolygonCircleColorful, EtherscanCircleColorful, EthereumFilled, AvalancheCircleColorful } from '@ant-design/web3-icons';
1
+ import { ChainIds, createGetBrowserLink } from '@ant-design/web3-common';
2
+ import { ArbitrumCircleColorful, AvalancheCircleColorful, BSCCircleColorful, EthereumCircleColorful, EthereumFilled, EtherscanCircleColorful, OptimismCircleColorful, PolygonCircleColorful } from '@ant-design/web3-icons';
4
3
  import { jsx as _jsx } from "react/jsx-runtime";
5
4
  export var Mainnet = {
6
5
  id: ChainIds.Mainnet,
@@ -1,4 +1,4 @@
1
- import { CoinbaseWalletCircleColorful, ChromeCircleColorful } from '@ant-design/web3-icons';
1
+ import { ChromeCircleColorful, CoinbaseWalletCircleColorful } from '@ant-design/web3-icons';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  export var metadata_CoinbaseWallet = {
4
4
  icon: /*#__PURE__*/_jsx(CoinbaseWalletCircleColorful, {}),
@@ -1,4 +1,4 @@
1
- import { MetaMaskColorful, ChromeCircleColorful } from '@ant-design/web3-icons';
1
+ import { ChromeCircleColorful, MetaMaskColorful } from '@ant-design/web3-icons';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  export var metadata_MetaMask = {
4
4
  icon: /*#__PURE__*/_jsx(MetaMaskColorful, {}),
@@ -1,4 +1,4 @@
1
- import { SafeheronColorful, ChromeCircleColorful } from '@ant-design/web3-icons';
1
+ import { ChromeCircleColorful, SafeheronColorful } from '@ant-design/web3-icons';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  export var metadata_Safeheron = {
4
4
  icon: /*#__PURE__*/_jsx(SafeheronColorful, {}),
@@ -1,4 +1,4 @@
1
- import { TokenPocketColorful, ChromeCircleColorful } from '@ant-design/web3-icons';
1
+ import { ChromeCircleColorful, TokenPocketColorful } from '@ant-design/web3-icons';
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  export var metadata_TokenPocket = {
4
4
  icon: /*#__PURE__*/_jsx(TokenPocketColorful, {}),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/web3-assets",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "main": "dist/lib/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "typings": "dist/esm/index.d.ts",
@@ -30,8 +30,8 @@
30
30
  "url": "https://github.com/ant-design/ant-design-web3"
31
31
  },
32
32
  "dependencies": {
33
- "@ant-design/web3-common": "1.1.2",
34
- "@ant-design/web3-icons": "1.1.2"
33
+ "@ant-design/web3-common": "1.2.0",
34
+ "@ant-design/web3-icons": "1.2.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/react": "^18.2.45",