@privy-io/react-auth 1.31.0-beta.9 → 1.32.0-beta.1
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/esm/index.js +154 -154
- package/dist/index.d.ts +2 -2
- package/dist/index.js +148 -148
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -869,8 +869,8 @@ type ContractUIOptions = {
|
|
|
869
869
|
type SendTransactionModalUIOptions = {
|
|
870
870
|
/**
|
|
871
871
|
* Text to display at top of Send Transaction screen. Defaults to
|
|
872
|
-
* 'Review transaction' or 'Send
|
|
873
|
-
* token transfer.
|
|
872
|
+
* 'Review transaction' or 'Send (insert token symbol)' if transaction
|
|
873
|
+
* is a simple token transfer.
|
|
874
874
|
*/
|
|
875
875
|
header?: string;
|
|
876
876
|
/**
|