@solana/connector 0.2.3 → 0.2.6
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/{chunk-WPDCSFX2.mjs → chunk-26SWXQP6.mjs} +11 -8
- package/dist/chunk-26SWXQP6.mjs.map +1 -0
- package/dist/{chunk-NLPEO5GT.js → chunk-5MA4YO43.js} +3 -3
- package/dist/chunk-5MA4YO43.js.map +1 -0
- package/dist/{chunk-B6YBZB6H.js → chunk-6UTXGTYX.js} +26 -23
- package/dist/chunk-6UTXGTYX.js.map +1 -0
- package/dist/{chunk-X2X5TFXS.js → chunk-7DATF5NN.js} +4 -4
- package/dist/{chunk-X2X5TFXS.js.map → chunk-7DATF5NN.js.map} +1 -1
- package/dist/{chunk-E3DAIOYS.mjs → chunk-GM3PZ3WK.mjs} +11 -6
- package/dist/chunk-GM3PZ3WK.mjs.map +1 -0
- package/dist/{chunk-QST7XLMB.js → chunk-PNZYYZZS.js} +11 -6
- package/dist/chunk-PNZYYZZS.js.map +1 -0
- package/dist/{chunk-UOML5ULB.mjs → chunk-PP7GI6BR.mjs} +3 -3
- package/dist/{chunk-UOML5ULB.mjs.map → chunk-PP7GI6BR.mjs.map} +1 -1
- package/dist/{chunk-DFKGCW7K.mjs → chunk-STJOIQUF.mjs} +35 -8
- package/dist/chunk-STJOIQUF.mjs.map +1 -0
- package/dist/{chunk-ULEPN4NL.js → chunk-USIWRRHO.js} +34 -7
- package/dist/chunk-USIWRRHO.js.map +1 -0
- package/dist/{chunk-A7WQ3K75.mjs → chunk-ZBPAQUIP.mjs} +3 -3
- package/dist/chunk-ZBPAQUIP.mjs.map +1 -0
- package/dist/compat.d.mts +1 -1
- package/dist/compat.d.ts +1 -1
- package/dist/headless.d.mts +5 -6
- package/dist/headless.d.ts +5 -6
- package/dist/headless.js +113 -113
- package/dist/headless.mjs +3 -3
- package/dist/index.d.mts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +154 -154
- package/dist/index.mjs +4 -4
- package/dist/{protocol-G-z1lRqo.d.mts → protocol-nWSt9TTV.d.mts} +1 -1
- package/dist/{protocol-G-z1lRqo.d.ts → protocol-nWSt9TTV.d.ts} +1 -1
- package/dist/react.d.mts +23 -18
- package/dist/react.d.ts +23 -18
- package/dist/react.js +49 -49
- package/dist/react.mjs +2 -2
- package/dist/remote.d.mts +2 -2
- package/dist/remote.d.ts +2 -2
- package/dist/remote.js +13 -13
- package/dist/remote.mjs +2 -2
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +13 -10
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +5 -2
- package/dist/server.mjs.map +1 -1
- package/dist/{standard-shim-BB0Lkg_C.d.ts → standard-shim-BK2nn2ZT.d.ts} +15 -8
- package/dist/{standard-shim-n5phZB1d.d.mts → standard-shim-DSMKHCxD.d.mts} +15 -8
- package/dist/{transaction-signer-7NaYmP5w.d.ts → transaction-signer-B3eCsMfI.d.mts} +1 -1
- package/dist/{transaction-signer-7NaYmP5w.d.mts → transaction-signer-B3eCsMfI.d.ts} +1 -1
- package/dist/{walletconnect-F2M3PAAN.js → walletconnect-FFPQ6PDH.js} +8 -8
- package/dist/{walletconnect-F2M3PAAN.js.map → walletconnect-FFPQ6PDH.js.map} +1 -1
- package/dist/walletconnect-HMQQB3YM.mjs +3 -0
- package/dist/{walletconnect-Z6LPGALR.mjs.map → walletconnect-HMQQB3YM.mjs.map} +1 -1
- package/package.json +40 -31
- package/dist/chunk-A7WQ3K75.mjs.map +0 -1
- package/dist/chunk-B6YBZB6H.js.map +0 -1
- package/dist/chunk-DFKGCW7K.mjs.map +0 -1
- package/dist/chunk-E3DAIOYS.mjs.map +0 -1
- package/dist/chunk-NLPEO5GT.js.map +0 -1
- package/dist/chunk-QST7XLMB.js.map +0 -1
- package/dist/chunk-ULEPN4NL.js.map +0 -1
- package/dist/chunk-WPDCSFX2.mjs.map +0 -1
- package/dist/walletconnect-Z6LPGALR.mjs +0 -3
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { SOLANA_CHAIN_IDS, address, chainIdToClusterId, chainIdToClusterType, clusterToChainId, copySignature, createSignableMessage, createSolanaDevnet, createSolanaLocalnet, createSolanaMainnet, createSolanaTestnet, formatSignature, getAllExplorerUrls, getChainIdFromCluster, getChainIdFromClusterId, getChainIdFromClusterType, getChainIdFromConnection, getClusterIdFromChainId, getClusterTypeFromChainId, getClusterTypeFromConnection, getLatestBlockhash, getSolanaExplorerUrl, getSolanaFmUrl, getSolscanUrl, getXrayUrl, isAccountAddress, isKitConnection, isKnownSolanaChain, isLegacyConnection, isSolanaChain, isWalletName, sendRawTransaction, validateKnownSolanaChain } from './chunk-
|
|
2
|
-
export { AccountElement, AppProvider, BalanceElement, ClusterElement, ConnectorErrorBoundary, ConnectorProvider, DisconnectElement, SkeletonShine, TokenListElement, TransactionHistoryElement, UnifiedProvider, WalletConnectProvider, WalletListElement, clearSharedQueryCache, clearTokenCaches, getBalanceQueryKey, getTokensQueryKey, getTransactionsQueryKey, getWalletAssetsQueryKey, invalidateSharedQuery, useAccount, useBalance, useCluster, useConnectWallet, useConnector, useConnectorClient, useDisconnectWallet, useGillSolanaClient, useGillTransactionSigner, useKitTransactionSigner, useSolanaClient, useTokens, useTransactionPreparer, useTransactionSigner, useTransactions, useWallet, useWalletConnectUri, useWalletConnectors, useWalletInfo, withErrorBoundary } from './chunk-
|
|
3
|
-
export { ClipboardErrorType, ConnectorClient, EnhancedStorage, EnhancedStorageAdapter, INITIAL_WALLET_STATUS, PUBLIC_RPC_ENDPOINTS, TransactionSignerError, WALLET_STATE_VERSION, clearWalletState, copyAddressToClipboard, copySignatureToClipboard, copyToClipboard, createConnectorId, createEnhancedStorageAccount, createEnhancedStorageCluster, createEnhancedStorageWallet, createEnhancedStorageWalletState, createGillTransactionSigner, createKitTransactionSigner, createTransactionSigner, formatAddress, formatBigIntBalance, formatBigIntUsd, formatLamportsToSolSafe, formatNumber, formatSOL, formatTokenAmount, formatTokenBalanceSafe, getAddressUrl, getBlockUrl, getChainIdForWalletStandard, getClusterChainId, getClusterExplorerUrl, getClusterName, getClusterRpcUrl, getClusterType, getDefaultConfig, getDefaultMobileConfig, getDefaultRpcUrl, getNetworkDisplayName, getPolyfillStatus, getTokenUrl, getTransactionUrl, getWalletNameFromConnectorId, getWalletsRegistry, installPolyfills, isClipboardAvailable, isConnected, isConnecting, isCryptoAvailable, isDevnet, isDevnetCluster, isDisconnected, isLocalCluster, isLocalnet, isMainnet, isMainnetCluster, isPolyfillInstalled, isStatusError, isTestnet, isTestnetCluster, isTransactionSignerError, isWalletConnectorId, isWalletStatusError, normalizeNetwork, parseConfigOptions, ready, saveWalletState, toClusterId, toLegacyWalletState, truncate, validateConfigOptions } from './chunk-
|
|
1
|
+
export { SOLANA_CHAIN_IDS, address, chainIdToClusterId, chainIdToClusterType, clusterToChainId, copySignature, createSignableMessage, createSolanaDevnet, createSolanaLocalnet, createSolanaMainnet, createSolanaTestnet, formatSignature, getAllExplorerUrls, getChainIdFromCluster, getChainIdFromClusterId, getChainIdFromClusterType, getChainIdFromConnection, getClusterIdFromChainId, getClusterTypeFromChainId, getClusterTypeFromConnection, getLatestBlockhash, getSolanaExplorerUrl, getSolanaFmUrl, getSolscanUrl, getXrayUrl, isAccountAddress, isKitConnection, isKnownSolanaChain, isLegacyConnection, isSolanaChain, isWalletName, sendRawTransaction, validateKnownSolanaChain } from './chunk-PP7GI6BR.mjs';
|
|
2
|
+
export { AccountElement, AppProvider, BalanceElement, ClusterElement, ConnectorErrorBoundary, ConnectorProvider, DisconnectElement, SkeletonShine, TokenListElement, TransactionHistoryElement, UnifiedProvider, WalletConnectProvider, WalletListElement, clearSharedQueryCache, clearTokenCaches, getBalanceQueryKey, getTokensQueryKey, getTransactionsQueryKey, getWalletAssetsQueryKey, invalidateSharedQuery, useAccount, useBalance, useCluster, useConnectWallet, useConnector, useConnectorClient, useDisconnectWallet, useGillSolanaClient, useGillTransactionSigner, useKitTransactionSigner, useSolanaClient, useTokens, useTransactionPreparer, useTransactionSigner, useTransactions, useWallet, useWalletConnectUri, useWalletConnectors, useWalletInfo, withErrorBoundary } from './chunk-26SWXQP6.mjs';
|
|
3
|
+
export { ClipboardErrorType, ConnectorClient, EnhancedStorage, EnhancedStorageAdapter, INITIAL_WALLET_STATUS, PUBLIC_RPC_ENDPOINTS, TransactionSignerError, WALLET_STATE_VERSION, clearWalletState, copyAddressToClipboard, copySignatureToClipboard, copyToClipboard, createConnectorId, createEnhancedStorageAccount, createEnhancedStorageCluster, createEnhancedStorageWallet, createEnhancedStorageWalletState, createGillTransactionSigner, createKitTransactionSigner, createTransactionSigner, formatAddress, formatBigIntBalance, formatBigIntUsd, formatLamportsToSolSafe, formatNumber, formatSOL, formatTokenAmount, formatTokenBalanceSafe, getAddressUrl, getBlockUrl, getChainIdForWalletStandard, getClusterChainId, getClusterExplorerUrl, getClusterName, getClusterRpcUrl, getClusterType, getDefaultConfig, getDefaultMobileConfig, getDefaultRpcUrl, getNetworkDisplayName, getPolyfillStatus, getTokenUrl, getTransactionUrl, getWalletNameFromConnectorId, getWalletsRegistry, installPolyfills, isClipboardAvailable, isConnected, isConnecting, isCryptoAvailable, isDevnet, isDevnetCluster, isDisconnected, isLocalCluster, isLocalnet, isMainnet, isMainnetCluster, isPolyfillInstalled, isStatusError, isTestnet, isTestnetCluster, isTransactionSignerError, isWalletConnectorId, isWalletStatusError, normalizeNetwork, parseConfigOptions, ready, saveWalletState, toClusterId, toLegacyWalletState, truncate, validateConfigOptions } from './chunk-STJOIQUF.mjs';
|
|
4
4
|
export { isFailure, isSuccess, tryCatch, tryCatchSync } from './chunk-HO6QNKFM.mjs';
|
|
5
|
-
export { createMockWalletConnectTransport, createWalletConnectTransport, createWalletConnectWallet, isWalletConnectAvailable, registerWalletConnectWallet } from './chunk-
|
|
5
|
+
export { createMockWalletConnectTransport, createWalletConnectTransport, createWalletConnectWallet, isWalletConnectAvailable, registerWalletConnectWallet } from './chunk-ZBPAQUIP.mjs';
|
|
6
6
|
export { ConfigurationError, ConnectionError, ConnectorError, Errors, LAMPORTS_PER_SOL, NetworkError, TransactionError, ValidationError, WalletErrorType, base58ToSignatureBytes, createKitSignersFromWallet, createMessageSignerFromWallet, createSolanaClient, createTransactionSendingSignerFromWallet, createWalletError, detectMessageModification, freezeSigner, getExplorerLink, getPublicSolanaRpcUrl, getUserFriendlyMessage, isConfigurationError, isConnectionError, isConnectorError, isNetworkError, isTransactionError, isValidationError, isWalletError, lamportsToSol, prepareTransaction, signatureBytesToBase58, solToLamports, toConnectorError, updateSignatureDictionary } from './chunk-SJCQ3KZE.mjs';
|
|
7
7
|
//# sourceMappingURL=index.mjs.map
|
|
8
8
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -163,4 +163,4 @@ declare function encodeBase64(bytes: Uint8Array): string;
|
|
|
163
163
|
*/
|
|
164
164
|
declare function decodeBase64(base64: string): Uint8Array;
|
|
165
165
|
|
|
166
|
-
export { type RemoteWalletConfig as R, type
|
|
166
|
+
export { type RemoteWalletConfig as R, type SignAllTransactionsRequest as S, type RemoteSignerCapabilities as a, type RemoteSignerErrorCode as b, type RemoteSignerErrorResponse as c, type RemoteSignerMetadata as d, type RemoteSignerRequest as e, type SignAllTransactionsResponse as f, type SignAndSendTransactionRequest as g, type SignAndSendTransactionResponse as h, type SignMessageRequest as i, type SignMessageResponse as j, type SignTransactionRequest as k, type SignTransactionResponse as l, decodeBase64 as m, encodeBase64 as n, isErrorResponse as o };
|
|
@@ -163,4 +163,4 @@ declare function encodeBase64(bytes: Uint8Array): string;
|
|
|
163
163
|
*/
|
|
164
164
|
declare function decodeBase64(base64: string): Uint8Array;
|
|
165
165
|
|
|
166
|
-
export { type RemoteWalletConfig as R, type
|
|
166
|
+
export { type RemoteWalletConfig as R, type SignAllTransactionsRequest as S, type RemoteSignerCapabilities as a, type RemoteSignerErrorCode as b, type RemoteSignerErrorResponse as c, type RemoteSignerMetadata as d, type RemoteSignerRequest as e, type SignAllTransactionsResponse as f, type SignAndSendTransactionRequest as g, type SignAndSendTransactionResponse as h, type SignMessageRequest as i, type SignMessageResponse as j, type SignTransactionRequest as k, type SignTransactionResponse as l, decodeBase64 as m, encodeBase64 as n, isErrorResponse as o };
|
package/dist/react.d.mts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
3
|
-
import * as
|
|
4
|
-
import
|
|
1
|
+
import { g as ConnectorConfig, M as MobileWalletAdapterConfig, $ as WalletError, a6 as WalletStatus, Y as WalletConnectorId, S as SessionAccount, a3 as WalletSession, Z as WalletConnectorMetadata, e as ConnectOptions, c as ClusterType, a as AccountInfo, b as ClipboardResult, x as SolanaClient } from './standard-shim-DSMKHCxD.mjs';
|
|
2
|
+
export { m as ConnectorProvider, n as ConnectorSnapshot, o as ConnectorState, D as DefaultConfigOptions, u as ExtendedConnectorConfig, w as SimplifiedWalletConnectConfig, _ as WalletDisplayConfig, a1 as WalletInfo, a4 as WalletStandardAccount, a5 as WalletStandardWallet, ae as createConnectorId, ap as getDefaultConfig, aq as getDefaultMobileConfig, ay as isConnected, az as isConnecting, aB as isDisconnected, aG as isWalletConnectorId, aM as useConnector, aN as useConnectorClient } from './standard-shim-DSMKHCxD.mjs';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import React__default, { ReactNode, ComponentType, PropsWithChildren, Component, ErrorInfo } from 'react';
|
|
5
5
|
export { Wallet, WalletAccount } from '@wallet-standard/base';
|
|
6
6
|
import { Address } from '@solana/addresses';
|
|
7
7
|
import { SolanaCluster, SolanaClusterId } from '@wallet-ui/core';
|
|
8
8
|
export { SolanaCluster, SolanaClusterId } from '@wallet-ui/core';
|
|
9
|
-
import {
|
|
9
|
+
import { l as TransactionSigner, m as TransactionSignerCapabilities } from './transaction-signer-B3eCsMfI.mjs';
|
|
10
10
|
import { TransactionModifyingSigner } from '@solana/signers';
|
|
11
11
|
import { TransactionMessage, TransactionMessageWithFeePayer, TransactionMessageWithBlockhashLifetime } from '@solana/kit';
|
|
12
12
|
import '@solana/keys';
|
|
@@ -53,7 +53,7 @@ interface AppProviderProps {
|
|
|
53
53
|
* }
|
|
54
54
|
* ```
|
|
55
55
|
*/
|
|
56
|
-
declare function AppProvider(props: AppProviderProps):
|
|
56
|
+
declare function AppProvider(props: AppProviderProps): React.JSX.Element;
|
|
57
57
|
/** @deprecated Use `AppProvider` instead */
|
|
58
58
|
declare const UnifiedProvider: typeof AppProvider;
|
|
59
59
|
/** @deprecated Use `AppProviderProps` instead */
|
|
@@ -79,7 +79,7 @@ interface WalletConnectContextValue {
|
|
|
79
79
|
*/
|
|
80
80
|
declare function WalletConnectProvider({ children }: {
|
|
81
81
|
children: ReactNode;
|
|
82
|
-
}):
|
|
82
|
+
}): React.JSX.Element;
|
|
83
83
|
/**
|
|
84
84
|
* Hook to access the WalletConnect URI for QR code display
|
|
85
85
|
*
|
|
@@ -100,6 +100,11 @@ declare function WalletConnectProvider({ children }: {
|
|
|
100
100
|
*/
|
|
101
101
|
declare function useWalletConnectUri(): WalletConnectContextValue;
|
|
102
102
|
|
|
103
|
+
/**
|
|
104
|
+
* React 19 Error Boundary with Enhanced Recovery
|
|
105
|
+
* Provides robust error handling and recovery mechanisms
|
|
106
|
+
*/
|
|
107
|
+
|
|
103
108
|
interface ErrorBoundaryState {
|
|
104
109
|
hasError: boolean;
|
|
105
110
|
error: Error | null;
|
|
@@ -121,10 +126,10 @@ declare class ConnectorErrorBoundary extends Component<ErrorBoundaryProps, Error
|
|
|
121
126
|
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
122
127
|
componentWillUnmount(): void;
|
|
123
128
|
retry: () => void;
|
|
124
|
-
render(): string | number | bigint | boolean | Iterable<
|
|
129
|
+
render(): string | number | bigint | boolean | Iterable<React__default.ReactNode> | Promise<string | number | bigint | boolean | React__default.ReactPortal | React__default.ReactElement<unknown, string | React__default.JSXElementConstructor<any>> | Iterable<React__default.ReactNode> | null | undefined> | React__default.JSX.Element | null | undefined;
|
|
125
130
|
}
|
|
126
|
-
declare function withErrorBoundary<P extends object>(Component:
|
|
127
|
-
(props: P):
|
|
131
|
+
declare function withErrorBoundary<P extends object>(Component: React__default.ComponentType<P>, errorBoundaryProps?: Omit<ErrorBoundaryProps, 'children'>): {
|
|
132
|
+
(props: P): React__default.JSX.Element;
|
|
128
133
|
displayName: string;
|
|
129
134
|
};
|
|
130
135
|
|
|
@@ -1290,7 +1295,7 @@ interface DisconnectElementProps {
|
|
|
1290
1295
|
* />
|
|
1291
1296
|
* ```
|
|
1292
1297
|
*/
|
|
1293
|
-
declare function DisconnectElement({ variant, className, label, icon, showIcon, onDisconnect, render, }: DisconnectElementProps):
|
|
1298
|
+
declare function DisconnectElement({ variant, className, label, icon, showIcon, onDisconnect, render, }: DisconnectElementProps): React__default.JSX.Element;
|
|
1294
1299
|
declare namespace DisconnectElement {
|
|
1295
1300
|
var displayName: string;
|
|
1296
1301
|
}
|
|
@@ -1348,7 +1353,7 @@ interface AccountElementProps {
|
|
|
1348
1353
|
* />
|
|
1349
1354
|
* ```
|
|
1350
1355
|
*/
|
|
1351
|
-
declare function AccountElement({ showAvatar, showCopy, showFullAddress, className, avatarSize, variant, render, }: AccountElementProps):
|
|
1356
|
+
declare function AccountElement({ showAvatar, showCopy, showFullAddress, className, avatarSize, variant, render, }: AccountElementProps): React__default.JSX.Element | null;
|
|
1352
1357
|
declare namespace AccountElement {
|
|
1353
1358
|
var displayName: string;
|
|
1354
1359
|
}
|
|
@@ -1404,7 +1409,7 @@ interface ClusterElementProps {
|
|
|
1404
1409
|
* />
|
|
1405
1410
|
* ```
|
|
1406
1411
|
*/
|
|
1407
|
-
declare function ClusterElement({ variant, className, allowChange, showIndicator, labels, render, }: ClusterElementProps):
|
|
1412
|
+
declare function ClusterElement({ variant, className, allowChange, showIndicator, labels, render, }: ClusterElementProps): React__default.JSX.Element | null;
|
|
1408
1413
|
declare namespace ClusterElement {
|
|
1409
1414
|
var displayName: string;
|
|
1410
1415
|
}
|
|
@@ -1502,7 +1507,7 @@ interface WalletListElementProps {
|
|
|
1502
1507
|
* />
|
|
1503
1508
|
* ```
|
|
1504
1509
|
*/
|
|
1505
|
-
declare function WalletListElement({ installedOnly, className, variant, showStatus, onSelect, onConnect, render, renderWallet, }: WalletListElementProps):
|
|
1510
|
+
declare function WalletListElement({ installedOnly, className, variant, showStatus, onSelect, onConnect, render, renderWallet, }: WalletListElementProps): React__default.JSX.Element;
|
|
1506
1511
|
declare namespace WalletListElement {
|
|
1507
1512
|
var displayName: string;
|
|
1508
1513
|
}
|
|
@@ -1557,7 +1562,7 @@ interface BalanceElementProps {
|
|
|
1557
1562
|
* />
|
|
1558
1563
|
* ```
|
|
1559
1564
|
*/
|
|
1560
|
-
declare function BalanceElement({ showSol, showTokens, tokenCount, className, variant, showRefresh, showSkeleton, render, }: BalanceElementProps):
|
|
1565
|
+
declare function BalanceElement({ showSol, showTokens, tokenCount, className, variant, showRefresh, showSkeleton, render, }: BalanceElementProps): React__default.JSX.Element;
|
|
1561
1566
|
declare namespace BalanceElement {
|
|
1562
1567
|
var displayName: string;
|
|
1563
1568
|
}
|
|
@@ -1633,7 +1638,7 @@ interface TransactionHistoryElementProps {
|
|
|
1633
1638
|
* />
|
|
1634
1639
|
* ```
|
|
1635
1640
|
*/
|
|
1636
|
-
declare function TransactionHistoryElement({ limit, fetchDetails, detailsConcurrency, showStatus, showTime, className, variant, showLoadMore, showSkeleton, render, renderItem, }: TransactionHistoryElementProps):
|
|
1641
|
+
declare function TransactionHistoryElement({ limit, fetchDetails, detailsConcurrency, showStatus, showTime, className, variant, showLoadMore, showSkeleton, render, renderItem, }: TransactionHistoryElementProps): React__default.JSX.Element;
|
|
1637
1642
|
declare namespace TransactionHistoryElement {
|
|
1638
1643
|
var displayName: string;
|
|
1639
1644
|
}
|
|
@@ -1688,7 +1693,7 @@ interface TokenListElementProps {
|
|
|
1688
1693
|
* />
|
|
1689
1694
|
* ```
|
|
1690
1695
|
*/
|
|
1691
|
-
declare function TokenListElement({ limit, showValue, className, variant, showRefresh, showSkeleton, render, renderItem, }: TokenListElementProps):
|
|
1696
|
+
declare function TokenListElement({ limit, showValue, className, variant, showRefresh, showSkeleton, render, renderItem, }: TokenListElementProps): React__default.JSX.Element;
|
|
1692
1697
|
declare namespace TokenListElement {
|
|
1693
1698
|
var displayName: string;
|
|
1694
1699
|
}
|
|
@@ -1697,7 +1702,7 @@ declare namespace TokenListElement {
|
|
|
1697
1702
|
* Shine overlay component for skeleton loading states.
|
|
1698
1703
|
* Injects CSS styles once and provides the animated shine effect.
|
|
1699
1704
|
*/
|
|
1700
|
-
declare function SkeletonShine():
|
|
1705
|
+
declare function SkeletonShine(): React__default.JSX.Element;
|
|
1701
1706
|
declare namespace SkeletonShine {
|
|
1702
1707
|
var displayName: string;
|
|
1703
1708
|
}
|
package/dist/react.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
3
|
-
import * as
|
|
4
|
-
import
|
|
1
|
+
import { g as ConnectorConfig, M as MobileWalletAdapterConfig, $ as WalletError, a6 as WalletStatus, Y as WalletConnectorId, S as SessionAccount, a3 as WalletSession, Z as WalletConnectorMetadata, e as ConnectOptions, c as ClusterType, a as AccountInfo, b as ClipboardResult, x as SolanaClient } from './standard-shim-BK2nn2ZT.js';
|
|
2
|
+
export { m as ConnectorProvider, n as ConnectorSnapshot, o as ConnectorState, D as DefaultConfigOptions, u as ExtendedConnectorConfig, w as SimplifiedWalletConnectConfig, _ as WalletDisplayConfig, a1 as WalletInfo, a4 as WalletStandardAccount, a5 as WalletStandardWallet, ae as createConnectorId, ap as getDefaultConfig, aq as getDefaultMobileConfig, ay as isConnected, az as isConnecting, aB as isDisconnected, aG as isWalletConnectorId, aM as useConnector, aN as useConnectorClient } from './standard-shim-BK2nn2ZT.js';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import React__default, { ReactNode, ComponentType, PropsWithChildren, Component, ErrorInfo } from 'react';
|
|
5
5
|
export { Wallet, WalletAccount } from '@wallet-standard/base';
|
|
6
6
|
import { Address } from '@solana/addresses';
|
|
7
7
|
import { SolanaCluster, SolanaClusterId } from '@wallet-ui/core';
|
|
8
8
|
export { SolanaCluster, SolanaClusterId } from '@wallet-ui/core';
|
|
9
|
-
import {
|
|
9
|
+
import { l as TransactionSigner, m as TransactionSignerCapabilities } from './transaction-signer-B3eCsMfI.js';
|
|
10
10
|
import { TransactionModifyingSigner } from '@solana/signers';
|
|
11
11
|
import { TransactionMessage, TransactionMessageWithFeePayer, TransactionMessageWithBlockhashLifetime } from '@solana/kit';
|
|
12
12
|
import '@solana/keys';
|
|
@@ -53,7 +53,7 @@ interface AppProviderProps {
|
|
|
53
53
|
* }
|
|
54
54
|
* ```
|
|
55
55
|
*/
|
|
56
|
-
declare function AppProvider(props: AppProviderProps):
|
|
56
|
+
declare function AppProvider(props: AppProviderProps): React.JSX.Element;
|
|
57
57
|
/** @deprecated Use `AppProvider` instead */
|
|
58
58
|
declare const UnifiedProvider: typeof AppProvider;
|
|
59
59
|
/** @deprecated Use `AppProviderProps` instead */
|
|
@@ -79,7 +79,7 @@ interface WalletConnectContextValue {
|
|
|
79
79
|
*/
|
|
80
80
|
declare function WalletConnectProvider({ children }: {
|
|
81
81
|
children: ReactNode;
|
|
82
|
-
}):
|
|
82
|
+
}): React.JSX.Element;
|
|
83
83
|
/**
|
|
84
84
|
* Hook to access the WalletConnect URI for QR code display
|
|
85
85
|
*
|
|
@@ -100,6 +100,11 @@ declare function WalletConnectProvider({ children }: {
|
|
|
100
100
|
*/
|
|
101
101
|
declare function useWalletConnectUri(): WalletConnectContextValue;
|
|
102
102
|
|
|
103
|
+
/**
|
|
104
|
+
* React 19 Error Boundary with Enhanced Recovery
|
|
105
|
+
* Provides robust error handling and recovery mechanisms
|
|
106
|
+
*/
|
|
107
|
+
|
|
103
108
|
interface ErrorBoundaryState {
|
|
104
109
|
hasError: boolean;
|
|
105
110
|
error: Error | null;
|
|
@@ -121,10 +126,10 @@ declare class ConnectorErrorBoundary extends Component<ErrorBoundaryProps, Error
|
|
|
121
126
|
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
122
127
|
componentWillUnmount(): void;
|
|
123
128
|
retry: () => void;
|
|
124
|
-
render(): string | number | bigint | boolean | Iterable<
|
|
129
|
+
render(): string | number | bigint | boolean | Iterable<React__default.ReactNode> | Promise<string | number | bigint | boolean | React__default.ReactPortal | React__default.ReactElement<unknown, string | React__default.JSXElementConstructor<any>> | Iterable<React__default.ReactNode> | null | undefined> | React__default.JSX.Element | null | undefined;
|
|
125
130
|
}
|
|
126
|
-
declare function withErrorBoundary<P extends object>(Component:
|
|
127
|
-
(props: P):
|
|
131
|
+
declare function withErrorBoundary<P extends object>(Component: React__default.ComponentType<P>, errorBoundaryProps?: Omit<ErrorBoundaryProps, 'children'>): {
|
|
132
|
+
(props: P): React__default.JSX.Element;
|
|
128
133
|
displayName: string;
|
|
129
134
|
};
|
|
130
135
|
|
|
@@ -1290,7 +1295,7 @@ interface DisconnectElementProps {
|
|
|
1290
1295
|
* />
|
|
1291
1296
|
* ```
|
|
1292
1297
|
*/
|
|
1293
|
-
declare function DisconnectElement({ variant, className, label, icon, showIcon, onDisconnect, render, }: DisconnectElementProps):
|
|
1298
|
+
declare function DisconnectElement({ variant, className, label, icon, showIcon, onDisconnect, render, }: DisconnectElementProps): React__default.JSX.Element;
|
|
1294
1299
|
declare namespace DisconnectElement {
|
|
1295
1300
|
var displayName: string;
|
|
1296
1301
|
}
|
|
@@ -1348,7 +1353,7 @@ interface AccountElementProps {
|
|
|
1348
1353
|
* />
|
|
1349
1354
|
* ```
|
|
1350
1355
|
*/
|
|
1351
|
-
declare function AccountElement({ showAvatar, showCopy, showFullAddress, className, avatarSize, variant, render, }: AccountElementProps):
|
|
1356
|
+
declare function AccountElement({ showAvatar, showCopy, showFullAddress, className, avatarSize, variant, render, }: AccountElementProps): React__default.JSX.Element | null;
|
|
1352
1357
|
declare namespace AccountElement {
|
|
1353
1358
|
var displayName: string;
|
|
1354
1359
|
}
|
|
@@ -1404,7 +1409,7 @@ interface ClusterElementProps {
|
|
|
1404
1409
|
* />
|
|
1405
1410
|
* ```
|
|
1406
1411
|
*/
|
|
1407
|
-
declare function ClusterElement({ variant, className, allowChange, showIndicator, labels, render, }: ClusterElementProps):
|
|
1412
|
+
declare function ClusterElement({ variant, className, allowChange, showIndicator, labels, render, }: ClusterElementProps): React__default.JSX.Element | null;
|
|
1408
1413
|
declare namespace ClusterElement {
|
|
1409
1414
|
var displayName: string;
|
|
1410
1415
|
}
|
|
@@ -1502,7 +1507,7 @@ interface WalletListElementProps {
|
|
|
1502
1507
|
* />
|
|
1503
1508
|
* ```
|
|
1504
1509
|
*/
|
|
1505
|
-
declare function WalletListElement({ installedOnly, className, variant, showStatus, onSelect, onConnect, render, renderWallet, }: WalletListElementProps):
|
|
1510
|
+
declare function WalletListElement({ installedOnly, className, variant, showStatus, onSelect, onConnect, render, renderWallet, }: WalletListElementProps): React__default.JSX.Element;
|
|
1506
1511
|
declare namespace WalletListElement {
|
|
1507
1512
|
var displayName: string;
|
|
1508
1513
|
}
|
|
@@ -1557,7 +1562,7 @@ interface BalanceElementProps {
|
|
|
1557
1562
|
* />
|
|
1558
1563
|
* ```
|
|
1559
1564
|
*/
|
|
1560
|
-
declare function BalanceElement({ showSol, showTokens, tokenCount, className, variant, showRefresh, showSkeleton, render, }: BalanceElementProps):
|
|
1565
|
+
declare function BalanceElement({ showSol, showTokens, tokenCount, className, variant, showRefresh, showSkeleton, render, }: BalanceElementProps): React__default.JSX.Element;
|
|
1561
1566
|
declare namespace BalanceElement {
|
|
1562
1567
|
var displayName: string;
|
|
1563
1568
|
}
|
|
@@ -1633,7 +1638,7 @@ interface TransactionHistoryElementProps {
|
|
|
1633
1638
|
* />
|
|
1634
1639
|
* ```
|
|
1635
1640
|
*/
|
|
1636
|
-
declare function TransactionHistoryElement({ limit, fetchDetails, detailsConcurrency, showStatus, showTime, className, variant, showLoadMore, showSkeleton, render, renderItem, }: TransactionHistoryElementProps):
|
|
1641
|
+
declare function TransactionHistoryElement({ limit, fetchDetails, detailsConcurrency, showStatus, showTime, className, variant, showLoadMore, showSkeleton, render, renderItem, }: TransactionHistoryElementProps): React__default.JSX.Element;
|
|
1637
1642
|
declare namespace TransactionHistoryElement {
|
|
1638
1643
|
var displayName: string;
|
|
1639
1644
|
}
|
|
@@ -1688,7 +1693,7 @@ interface TokenListElementProps {
|
|
|
1688
1693
|
* />
|
|
1689
1694
|
* ```
|
|
1690
1695
|
*/
|
|
1691
|
-
declare function TokenListElement({ limit, showValue, className, variant, showRefresh, showSkeleton, render, renderItem, }: TokenListElementProps):
|
|
1696
|
+
declare function TokenListElement({ limit, showValue, className, variant, showRefresh, showSkeleton, render, renderItem, }: TokenListElementProps): React__default.JSX.Element;
|
|
1692
1697
|
declare namespace TokenListElement {
|
|
1693
1698
|
var displayName: string;
|
|
1694
1699
|
}
|
|
@@ -1697,7 +1702,7 @@ declare namespace TokenListElement {
|
|
|
1697
1702
|
* Shine overlay component for skeleton loading states.
|
|
1698
1703
|
* Injects CSS styles once and provides the animated shine effect.
|
|
1699
1704
|
*/
|
|
1700
|
-
declare function SkeletonShine():
|
|
1705
|
+
declare function SkeletonShine(): React__default.JSX.Element;
|
|
1701
1706
|
declare namespace SkeletonShine {
|
|
1702
1707
|
var displayName: string;
|
|
1703
1708
|
}
|
package/dist/react.js
CHANGED
|
@@ -1,197 +1,197 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunk6UTXGTYX_js = require('./chunk-6UTXGTYX.js');
|
|
4
|
+
var chunkUSIWRRHO_js = require('./chunk-USIWRRHO.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "AccountElement", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk6UTXGTYX_js.AccountElement; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "AppProvider", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk6UTXGTYX_js.AppProvider; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "BalanceElement", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk6UTXGTYX_js.BalanceElement; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "ClusterElement", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk6UTXGTYX_js.ClusterElement; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "ConnectorErrorBoundary", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk6UTXGTYX_js.ConnectorErrorBoundary; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "ConnectorProvider", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk6UTXGTYX_js.ConnectorProvider; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "DisconnectElement", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk6UTXGTYX_js.DisconnectElement; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "SkeletonShine", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk6UTXGTYX_js.SkeletonShine; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "TokenListElement", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk6UTXGTYX_js.TokenListElement; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "TransactionHistoryElement", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunk6UTXGTYX_js.TransactionHistoryElement; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "UnifiedProvider", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunk6UTXGTYX_js.UnifiedProvider; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "WalletConnectProvider", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunk6UTXGTYX_js.WalletConnectProvider; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "WalletListElement", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunk6UTXGTYX_js.WalletListElement; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "clearSharedQueryCache", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunk6UTXGTYX_js.clearSharedQueryCache; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "clearTokenCaches", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunk6UTXGTYX_js.clearTokenCaches; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "getBalanceQueryKey", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunk6UTXGTYX_js.getBalanceQueryKey; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "getTokensQueryKey", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunk6UTXGTYX_js.getTokensQueryKey; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "getTransactionsQueryKey", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunk6UTXGTYX_js.getTransactionsQueryKey; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "getWalletAssetsQueryKey", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunk6UTXGTYX_js.getWalletAssetsQueryKey; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "invalidateSharedQuery", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunk6UTXGTYX_js.invalidateSharedQuery; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "useAccount", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunk6UTXGTYX_js.useAccount; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "useBalance", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunk6UTXGTYX_js.useBalance; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "useCluster", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunk6UTXGTYX_js.useCluster; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "useConnectWallet", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunk6UTXGTYX_js.useConnectWallet; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "useConnector", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunk6UTXGTYX_js.useConnector; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "useConnectorClient", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunk6UTXGTYX_js.useConnectorClient; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "useDisconnectWallet", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunk6UTXGTYX_js.useDisconnectWallet; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "useGillSolanaClient", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunk6UTXGTYX_js.useGillSolanaClient; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "useGillTransactionSigner", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunk6UTXGTYX_js.useGillTransactionSigner; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "useKitTransactionSigner", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunk6UTXGTYX_js.useKitTransactionSigner; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "useSolanaClient", {
|
|
129
129
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunk6UTXGTYX_js.useSolanaClient; }
|
|
131
131
|
});
|
|
132
132
|
Object.defineProperty(exports, "useTokens", {
|
|
133
133
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunk6UTXGTYX_js.useTokens; }
|
|
135
135
|
});
|
|
136
136
|
Object.defineProperty(exports, "useTransactionPreparer", {
|
|
137
137
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunk6UTXGTYX_js.useTransactionPreparer; }
|
|
139
139
|
});
|
|
140
140
|
Object.defineProperty(exports, "useTransactionSigner", {
|
|
141
141
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunk6UTXGTYX_js.useTransactionSigner; }
|
|
143
143
|
});
|
|
144
144
|
Object.defineProperty(exports, "useTransactions", {
|
|
145
145
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunk6UTXGTYX_js.useTransactions; }
|
|
147
147
|
});
|
|
148
148
|
Object.defineProperty(exports, "useWallet", {
|
|
149
149
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunk6UTXGTYX_js.useWallet; }
|
|
151
151
|
});
|
|
152
152
|
Object.defineProperty(exports, "useWalletConnectUri", {
|
|
153
153
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunk6UTXGTYX_js.useWalletConnectUri; }
|
|
155
155
|
});
|
|
156
156
|
Object.defineProperty(exports, "useWalletConnectors", {
|
|
157
157
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunk6UTXGTYX_js.useWalletConnectors; }
|
|
159
159
|
});
|
|
160
160
|
Object.defineProperty(exports, "useWalletInfo", {
|
|
161
161
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunk6UTXGTYX_js.useWalletInfo; }
|
|
163
163
|
});
|
|
164
164
|
Object.defineProperty(exports, "withErrorBoundary", {
|
|
165
165
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunk6UTXGTYX_js.withErrorBoundary; }
|
|
167
167
|
});
|
|
168
168
|
Object.defineProperty(exports, "createConnectorId", {
|
|
169
169
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunkUSIWRRHO_js.createConnectorId; }
|
|
171
171
|
});
|
|
172
172
|
Object.defineProperty(exports, "getDefaultConfig", {
|
|
173
173
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkUSIWRRHO_js.getDefaultConfig; }
|
|
175
175
|
});
|
|
176
176
|
Object.defineProperty(exports, "getDefaultMobileConfig", {
|
|
177
177
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunkUSIWRRHO_js.getDefaultMobileConfig; }
|
|
179
179
|
});
|
|
180
180
|
Object.defineProperty(exports, "isConnected", {
|
|
181
181
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkUSIWRRHO_js.isConnected; }
|
|
183
183
|
});
|
|
184
184
|
Object.defineProperty(exports, "isConnecting", {
|
|
185
185
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkUSIWRRHO_js.isConnecting; }
|
|
187
187
|
});
|
|
188
188
|
Object.defineProperty(exports, "isDisconnected", {
|
|
189
189
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkUSIWRRHO_js.isDisconnected; }
|
|
191
191
|
});
|
|
192
192
|
Object.defineProperty(exports, "isWalletConnectorId", {
|
|
193
193
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkUSIWRRHO_js.isWalletConnectorId; }
|
|
195
195
|
});
|
|
196
196
|
//# sourceMappingURL=react.js.map
|
|
197
197
|
//# sourceMappingURL=react.js.map
|
package/dist/react.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AccountElement, AppProvider, BalanceElement, ClusterElement, ConnectorErrorBoundary, ConnectorProvider, DisconnectElement, SkeletonShine, TokenListElement, TransactionHistoryElement, UnifiedProvider, WalletConnectProvider, WalletListElement, clearSharedQueryCache, clearTokenCaches, getBalanceQueryKey, getTokensQueryKey, getTransactionsQueryKey, getWalletAssetsQueryKey, invalidateSharedQuery, useAccount, useBalance, useCluster, useConnectWallet, useConnector, useConnectorClient, useDisconnectWallet, useGillSolanaClient, useGillTransactionSigner, useKitTransactionSigner, useSolanaClient, useTokens, useTransactionPreparer, useTransactionSigner, useTransactions, useWallet, useWalletConnectUri, useWalletConnectors, useWalletInfo, withErrorBoundary } from './chunk-
|
|
2
|
-
export { createConnectorId, getDefaultConfig, getDefaultMobileConfig, isConnected, isConnecting, isDisconnected, isWalletConnectorId } from './chunk-
|
|
1
|
+
export { AccountElement, AppProvider, BalanceElement, ClusterElement, ConnectorErrorBoundary, ConnectorProvider, DisconnectElement, SkeletonShine, TokenListElement, TransactionHistoryElement, UnifiedProvider, WalletConnectProvider, WalletListElement, clearSharedQueryCache, clearTokenCaches, getBalanceQueryKey, getTokensQueryKey, getTransactionsQueryKey, getWalletAssetsQueryKey, invalidateSharedQuery, useAccount, useBalance, useCluster, useConnectWallet, useConnector, useConnectorClient, useDisconnectWallet, useGillSolanaClient, useGillTransactionSigner, useKitTransactionSigner, useSolanaClient, useTokens, useTransactionPreparer, useTransactionSigner, useTransactions, useWallet, useWalletConnectUri, useWalletConnectors, useWalletInfo, withErrorBoundary } from './chunk-26SWXQP6.mjs';
|
|
2
|
+
export { createConnectorId, getDefaultConfig, getDefaultMobileConfig, isConnected, isConnecting, isDisconnected, isWalletConnectorId } from './chunk-STJOIQUF.mjs';
|
|
3
3
|
//# sourceMappingURL=react.mjs.map
|
|
4
4
|
//# sourceMappingURL=react.mjs.map
|
package/dist/remote.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Wallet } from '@wallet-standard/base';
|
|
2
|
-
import { R as RemoteWalletConfig } from './protocol-
|
|
3
|
-
export {
|
|
2
|
+
import { R as RemoteWalletConfig } from './protocol-nWSt9TTV.mjs';
|
|
3
|
+
export { a as RemoteSignerCapabilities, b as RemoteSignerErrorCode, c as RemoteSignerErrorResponse, d as RemoteSignerMetadata, e as RemoteSignerRequest, S as SignAllTransactionsRequest, f as SignAllTransactionsResponse, g as SignAndSendTransactionRequest, h as SignAndSendTransactionResponse, i as SignMessageRequest, j as SignMessageResponse, k as SignTransactionRequest, l as SignTransactionResponse, m as decodeBase64, n as encodeBase64, o as isErrorResponse } from './protocol-nWSt9TTV.mjs';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @solana/connector/remote - Remote Wallet Standard Adapter
|
package/dist/remote.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Wallet } from '@wallet-standard/base';
|
|
2
|
-
import { R as RemoteWalletConfig } from './protocol-
|
|
3
|
-
export {
|
|
2
|
+
import { R as RemoteWalletConfig } from './protocol-nWSt9TTV.js';
|
|
3
|
+
export { a as RemoteSignerCapabilities, b as RemoteSignerErrorCode, c as RemoteSignerErrorResponse, d as RemoteSignerMetadata, e as RemoteSignerRequest, S as SignAllTransactionsRequest, f as SignAllTransactionsResponse, g as SignAndSendTransactionRequest, h as SignAndSendTransactionResponse, i as SignMessageRequest, j as SignMessageResponse, k as SignTransactionRequest, l as SignTransactionResponse, m as decodeBase64, n as encodeBase64, o as isErrorResponse } from './protocol-nWSt9TTV.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @solana/connector/remote - Remote Wallet Standard Adapter
|