@arcblock/did-playground 3.1.0 → 3.1.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/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Then:
|
|
|
14
14
|
import axios from 'axios';
|
|
15
15
|
import DidConnect from '@arcblock/did-connect-react/lib/Connect';
|
|
16
16
|
import DidAvatar from '@arcblock/did-connect-react/lib/Avatar';
|
|
17
|
-
import
|
|
17
|
+
import DIDLogo from '@arcblock/did-connect-react/lib/Logo';
|
|
18
18
|
import DidAddress from '@arcblock/did-connect-react/lib/Address';
|
|
19
19
|
```
|
|
20
20
|
|
|
@@ -42,10 +42,10 @@ import DidAddress from '@arcblock/did-connect-react/lib/Address';
|
|
|
42
42
|
<DidAvatar did={userDid} size={256} />
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
###
|
|
45
|
+
### DIDLogo
|
|
46
46
|
|
|
47
47
|
```jsx
|
|
48
|
-
<
|
|
48
|
+
<DIDLogo size={32} />
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
### DidAddress
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/did-playground",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "React components that works with wallet-playground",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"url": "https://github.com/ArcBlock/wallet-playground/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@arcblock/did-connect-react": "3.1.
|
|
34
|
-
"@arcblock/react-hooks": "3.1.
|
|
33
|
+
"@arcblock/did-connect-react": "3.1.2",
|
|
34
|
+
"@arcblock/react-hooks": "3.1.2",
|
|
35
35
|
"ahooks": "^3.8.5",
|
|
36
36
|
"axios": "^1.10.0",
|
|
37
37
|
"mustache": "^4.2.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@arcblock/ux": "^3.0
|
|
40
|
+
"@arcblock/ux": "^3.1.0",
|
|
41
41
|
"@emotion/react": "^11.14.0",
|
|
42
42
|
"@emotion/styled": "^11.14.0",
|
|
43
43
|
"@mui/material": "^7.2.0",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "0a05fe684c5dcfb2eb5f0e1343aecdd9778bcbb9"
|
|
50
50
|
}
|