@arcblock/did-playground 3.1.0 → 3.1.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 DidLogo from '@arcblock/did-connect-react/lib/Logo';
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
- ### DidLogo
45
+ ### DIDLogo
46
46
 
47
47
  ```jsx
48
- <DidLogo size={32} />
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.0",
3
+ "version": "3.1.1",
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.0",
34
- "@arcblock/react-hooks": "3.1.0",
33
+ "@arcblock/did-connect-react": "3.1.1",
34
+ "@arcblock/react-hooks": "3.1.1",
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.23",
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": "3d6b460689cc9015fc66567efc1b868874ceb18b"
49
+ "gitHead": "858111bd8bce6a904a1ec70982896d815672f2f1"
50
50
  }