hd-wallet-ui 2.0.14 → 2.0.15
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/package.json +2 -2
- package/styles/main.css +5 -3
- package/styles/widget.css +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hd-wallet-ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.15",
|
|
4
4
|
"description": "HD Wallet modal UI — login, keys, identity, trust map, and security bond. Attach to any button in your app.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/app.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"buffer": "^6.0.3",
|
|
41
41
|
"flatbuffers": "^25.9.23",
|
|
42
42
|
"flatc-wasm": "^26.1.32",
|
|
43
|
-
"hd-wallet-wasm": "^2.0.
|
|
43
|
+
"hd-wallet-wasm": "^2.0.15",
|
|
44
44
|
"qrcode": "^1.5.3",
|
|
45
45
|
"spacedatastandards.org": "^1.93.3",
|
|
46
46
|
"vcard-cryptoperson": "^1.1.11"
|
package/styles/main.css
CHANGED
|
@@ -1189,6 +1189,7 @@ body:has(.modal.active) .nav-bar {
|
|
|
1189
1189
|
display: flex;
|
|
1190
1190
|
flex-direction: column;
|
|
1191
1191
|
align-items: flex-start;
|
|
1192
|
+
justify-content: center;
|
|
1192
1193
|
gap: 8px;
|
|
1193
1194
|
flex: 1 1 auto;
|
|
1194
1195
|
min-width: 0;
|
|
@@ -1196,6 +1197,7 @@ body:has(.modal.active) .nav-bar {
|
|
|
1196
1197
|
|
|
1197
1198
|
.account-modal-header {
|
|
1198
1199
|
position: relative;
|
|
1200
|
+
align-items: center;
|
|
1199
1201
|
min-height: 118px;
|
|
1200
1202
|
padding-right: 56px;
|
|
1201
1203
|
}
|
|
@@ -1232,8 +1234,8 @@ body:has(.modal.active) .nav-bar {
|
|
|
1232
1234
|
|
|
1233
1235
|
.account-wallet-balance-line {
|
|
1234
1236
|
display: flex;
|
|
1235
|
-
align-items:
|
|
1236
|
-
gap:
|
|
1237
|
+
align-items: center;
|
|
1238
|
+
gap: 8px;
|
|
1237
1239
|
}
|
|
1238
1240
|
|
|
1239
1241
|
.account-wallet-summary .ph-portfolio-value {
|
|
@@ -1241,7 +1243,7 @@ body:has(.modal.active) .nav-bar {
|
|
|
1241
1243
|
}
|
|
1242
1244
|
|
|
1243
1245
|
.account-wallet-summary .ph-portfolio-label {
|
|
1244
|
-
font-size:
|
|
1246
|
+
font-size: 18px;
|
|
1245
1247
|
color: var(--white-80);
|
|
1246
1248
|
margin-top: 0;
|
|
1247
1249
|
}
|
package/styles/widget.css
CHANGED
|
@@ -1191,6 +1191,7 @@ body:has(#hd-wallet-ui-container .modal.active) #hd-wallet-ui-container .nav-bar
|
|
|
1191
1191
|
display: flex;
|
|
1192
1192
|
flex-direction: column;
|
|
1193
1193
|
align-items: flex-start;
|
|
1194
|
+
justify-content: center;
|
|
1194
1195
|
gap: 8px;
|
|
1195
1196
|
flex: 1 1 auto;
|
|
1196
1197
|
min-width: 0;
|
|
@@ -1198,6 +1199,7 @@ body:has(#hd-wallet-ui-container .modal.active) #hd-wallet-ui-container .nav-bar
|
|
|
1198
1199
|
|
|
1199
1200
|
#hd-wallet-ui-container .account-modal-header {
|
|
1200
1201
|
position: relative;
|
|
1202
|
+
align-items: center;
|
|
1201
1203
|
min-height: 118px;
|
|
1202
1204
|
padding-right: 56px;
|
|
1203
1205
|
}
|
|
@@ -1234,8 +1236,8 @@ body:has(#hd-wallet-ui-container .modal.active) #hd-wallet-ui-container .nav-bar
|
|
|
1234
1236
|
|
|
1235
1237
|
#hd-wallet-ui-container .account-wallet-balance-line {
|
|
1236
1238
|
display: flex;
|
|
1237
|
-
align-items:
|
|
1238
|
-
gap:
|
|
1239
|
+
align-items: center;
|
|
1240
|
+
gap: 8px;
|
|
1239
1241
|
}
|
|
1240
1242
|
|
|
1241
1243
|
#hd-wallet-ui-container .account-wallet-summary .ph-portfolio-value {
|
|
@@ -1243,7 +1245,7 @@ body:has(#hd-wallet-ui-container .modal.active) #hd-wallet-ui-container .nav-bar
|
|
|
1243
1245
|
}
|
|
1244
1246
|
|
|
1245
1247
|
#hd-wallet-ui-container .account-wallet-summary .ph-portfolio-label {
|
|
1246
|
-
font-size:
|
|
1248
|
+
font-size: 18px;
|
|
1247
1249
|
color: var(--white-80);
|
|
1248
1250
|
margin-top: 0;
|
|
1249
1251
|
}
|