@privy-io/react-auth 1.78.1 → 1.78.2-beta-20240812183115

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.d.ts CHANGED
@@ -1787,7 +1787,7 @@ type PriceDisplayOptions = {
1787
1787
  primary: 'native-token';
1788
1788
  secondary: null;
1789
1789
  };
1790
- type WalletListEntry = 'metamask' | 'coinbase_wallet' | 'rainbow' | 'phantom' | 'zerion' | 'cryptocom' | 'uniswap' | 'okx_wallet' | 'detected_wallets' | 'wallet_connect' | 'rabby_wallet';
1790
+ type WalletListEntry = 'metamask' | 'coinbase_wallet' | 'rainbow' | 'phantom' | 'zerion' | 'cryptocom' | 'uniswap' | 'okx_wallet' | 'detected_wallets' | 'wallet_connect' | 'rabby_wallet' | 'safe';
1791
1791
  type NonEmptyArray<T> = [T, ...T[]];
1792
1792
  type LoginMethodOrderOption = 'email' | 'sms' | WalletListEntry | OAuthProviderType | 'farcaster' | 'telegram';
1793
1793
  type ExternalWalletsConfig = {