@nexus-cross/dapp-ui 1.3.12 → 1.3.13
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/index.cjs +15 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +26 -26
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1865,10 +1865,12 @@ interface RelayDepositProps extends RelayWalletProps {
|
|
|
1865
1865
|
* hosts whose users connect external wallets that can sign on the origin
|
|
1866
1866
|
* chains — CROSS embedded-wallet users never can, hence the off default. */
|
|
1867
1867
|
showOneClickDeposit?: boolean;
|
|
1868
|
-
/**
|
|
1868
|
+
/** Enable recovery actions (default `false` for low-level RelayDeposit).
|
|
1869
|
+
* The Recover tab remains visible so the Deposit navigation always has the
|
|
1870
|
+
* same three entries; when disabled it shows an unavailable-state message.
|
|
1869
1871
|
* Recovery signs on BSC with the connected wallet, which CROSS embedded-wallet
|
|
1870
|
-
* users can never do — so
|
|
1871
|
-
* wallets opts in. Even opted in, it still requires the injected
|
|
1872
|
+
* users can never do — so actions stay unavailable unless a host serving
|
|
1873
|
+
* external wallets opts in. Even opted in, it still requires the injected
|
|
1872
1874
|
* `writeContract`/`readContract`/`waitForReceipt` capability trio. */
|
|
1873
1875
|
showRecovery?: boolean;
|
|
1874
1876
|
/** Which (chainId, token address) to default-select once the catalog loads. */
|
package/dist/index.d.ts
CHANGED
|
@@ -1865,10 +1865,12 @@ interface RelayDepositProps extends RelayWalletProps {
|
|
|
1865
1865
|
* hosts whose users connect external wallets that can sign on the origin
|
|
1866
1866
|
* chains — CROSS embedded-wallet users never can, hence the off default. */
|
|
1867
1867
|
showOneClickDeposit?: boolean;
|
|
1868
|
-
/**
|
|
1868
|
+
/** Enable recovery actions (default `false` for low-level RelayDeposit).
|
|
1869
|
+
* The Recover tab remains visible so the Deposit navigation always has the
|
|
1870
|
+
* same three entries; when disabled it shows an unavailable-state message.
|
|
1869
1871
|
* Recovery signs on BSC with the connected wallet, which CROSS embedded-wallet
|
|
1870
|
-
* users can never do — so
|
|
1871
|
-
* wallets opts in. Even opted in, it still requires the injected
|
|
1872
|
+
* users can never do — so actions stay unavailable unless a host serving
|
|
1873
|
+
* external wallets opts in. Even opted in, it still requires the injected
|
|
1872
1874
|
* `writeContract`/`readContract`/`waitForReceipt` capability trio. */
|
|
1873
1875
|
showRecovery?: boolean;
|
|
1874
1876
|
/** Which (chainId, token address) to default-select once the catalog loads. */
|