@cedros/login-react 0.0.23 → 0.0.25

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
@@ -3056,6 +3056,8 @@ export declare interface SolanaLoginButtonProps {
3056
3056
  * @default true
3057
3057
  */
3058
3058
  hideIfNoWallet?: boolean;
3059
+ /** Called when the button's loading state changes (connecting, signing, etc.). */
3060
+ onLoadingChange?: (loading: boolean) => void;
3059
3061
  /**
3060
3062
  * Solana wallet adapter context. Pass this from @solana/wallet-adapter-react's useWallet().
3061
3063
  * When provided, the component assumes a WalletProvider exists in the React tree and