@getpara/web-sdk 2.17.0 → 2.18.0
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/WebUtils.js +5 -1
- package/package.json +4 -4
package/dist/WebUtils.js
CHANGED
|
@@ -73,11 +73,15 @@ class WebUtils {
|
|
|
73
73
|
popUpHeight = 464;
|
|
74
74
|
break;
|
|
75
75
|
}
|
|
76
|
-
case PopupType.SIGN_MESSAGE_REVIEW:
|
|
76
|
+
case PopupType.SIGN_MESSAGE_REVIEW: {
|
|
77
|
+
popUpHeight = 496;
|
|
78
|
+
break;
|
|
79
|
+
}
|
|
77
80
|
case PopupType.EXPORT_PRIVATE_KEY: {
|
|
78
81
|
popUpHeight = 585;
|
|
79
82
|
break;
|
|
80
83
|
}
|
|
84
|
+
// TODO: adjust this width when we change the UI for cosmos signing
|
|
81
85
|
case PopupType.SIGN_TRANSACTION_REVIEW: {
|
|
82
86
|
popUpHeight = 750;
|
|
83
87
|
break;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/web-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@getpara/core-sdk": "2.
|
|
6
|
-
"@getpara/user-management-client": "2.
|
|
5
|
+
"@getpara/core-sdk": "2.18.0",
|
|
6
|
+
"@getpara/user-management-client": "2.18.0",
|
|
7
7
|
"base64url": "^3.0.1",
|
|
8
8
|
"buffer": "6.0.3",
|
|
9
9
|
"cbor-web": "^9.0.2",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dist",
|
|
30
30
|
"package.json"
|
|
31
31
|
],
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "4481f6f4e108e682d14c74d4433696141c47fc58",
|
|
33
33
|
"main": "dist/index.js",
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rm -rf dist && yarn typegen && node ./scripts/build.mjs && yarn post-build",
|