@wallet-ui/react 4.0.2 → 4.0.3-canary-20260408202157
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.
|
@@ -2,7 +2,7 @@ import { UiWallet } from '@wallet-standard/react';
|
|
|
2
2
|
export declare function useWalletUiWallet({ wallet }: {
|
|
3
3
|
wallet: UiWallet;
|
|
4
4
|
}): {
|
|
5
|
-
connect: () => Promise<readonly import("@wallet-standard/
|
|
5
|
+
connect: () => Promise<readonly import("@wallet-standard/ui").UiWalletAccount[]>;
|
|
6
6
|
disconnect: () => Promise<void>;
|
|
7
7
|
isConnecting: boolean;
|
|
8
8
|
isDisconnecting: boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function useWalletUiWallets(): import("@wallet-standard/
|
|
1
|
+
export declare function useWalletUiWallets(): import("@wallet-standard/ui").UiWallet[];
|
|
2
2
|
//# sourceMappingURL=use-wallet-ui-wallets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-wallet-ui-wallets.d.ts","sourceRoot":"","sources":["../../src/use-wallet-ui-wallets.tsx"],"names":[],"mappings":"AAGA,wBAAgB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"use-wallet-ui-wallets.d.ts","sourceRoot":"","sources":["../../src/use-wallet-ui-wallets.tsx"],"names":[],"mappings":"AAGA,wBAAgB,kBAAkB,6CASjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wallet-ui/react",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3-canary-20260408202157",
|
|
4
4
|
"description": "React components for Wallet UI",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"maintained node versions"
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@nanostores/react": "^1.
|
|
60
|
+
"@nanostores/react": "^1.1.0",
|
|
61
61
|
"@solana/react": "3.0.3",
|
|
62
62
|
"@solana/wallet-standard-features": "1.3.0",
|
|
63
63
|
"@wallet-standard/core": "1.1.1",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"@zag-js/dialog": "1.24.2",
|
|
67
67
|
"@zag-js/menu": "1.24.2",
|
|
68
68
|
"@zag-js/react": "1.24.2",
|
|
69
|
-
"nanostores": "^1.0
|
|
70
|
-
"@wallet-ui/core": "4.0.
|
|
69
|
+
"nanostores": "^1.2.0",
|
|
70
|
+
"@wallet-ui/core": "4.0.3-canary-20260408202157"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"@solana/kit": "^6.1.0",
|