@arcblock/did-playground 2.12.7 → 2.12.8
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/lib/Action/index.js +1 -1
- package/package.json +4 -4
- package/src/Action/index.js +1 -1
package/lib/Action/index.js
CHANGED
|
@@ -259,7 +259,7 @@ PlaygroundAction.defaultProps = {
|
|
|
259
259
|
buttonSize: 'large',
|
|
260
260
|
// small | large | medium
|
|
261
261
|
buttonRounded: false,
|
|
262
|
-
scanMessage: 'Scan the
|
|
262
|
+
scanMessage: 'Scan the QR Code with your DID Wallet',
|
|
263
263
|
confirmMessage: 'Confirm in your DID Wallet',
|
|
264
264
|
successMessage: 'Operation success!',
|
|
265
265
|
extraParams: {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/did-playground",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.8",
|
|
4
4
|
"description": "React components that works with wallet-playground",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"url": "https://github.com/ArcBlock/wallet-playground/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@arcblock/did-connect": "^2.12.
|
|
34
|
-
"@arcblock/react-hooks": "^2.12.
|
|
33
|
+
"@arcblock/did-connect": "^2.12.8",
|
|
34
|
+
"@arcblock/react-hooks": "^2.12.8",
|
|
35
35
|
"ahooks": "^3.7.10",
|
|
36
36
|
"axios": "^1.7.5",
|
|
37
37
|
"core-js": "^3.25.5",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "4cfeed31d56495f1368b96adfae11f938e68ef46"
|
|
57
57
|
}
|
package/src/Action/index.js
CHANGED
|
@@ -261,7 +261,7 @@ PlaygroundAction.defaultProps = {
|
|
|
261
261
|
buttonVariant: 'contained', // contained | outlined | default
|
|
262
262
|
buttonSize: 'large', // small | large | medium
|
|
263
263
|
buttonRounded: false,
|
|
264
|
-
scanMessage: 'Scan the
|
|
264
|
+
scanMessage: 'Scan the QR Code with your DID Wallet',
|
|
265
265
|
confirmMessage: 'Confirm in your DID Wallet',
|
|
266
266
|
successMessage: 'Operation success!',
|
|
267
267
|
extraParams: {},
|