@unifold/connect-react 0.1.28 → 0.1.29

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.mts CHANGED
@@ -17,6 +17,8 @@ interface UnifoldConnectProviderConfig {
17
17
  transferInputVariant?: 'single_input' | 'double_input';
18
18
  /** Enable browser wallet connection option. Defaults to false */
19
19
  enableConnectWallet?: boolean;
20
+ /** Enable "Pay with Exchange" option. Overrides dashboard default. Defaults to dashboard value or true. */
21
+ enablePayWithExchange?: boolean;
20
22
  /** Simple accent/primary color override (applies to both light and dark modes) */
21
23
  accentColor?: string;
22
24
  /** Full theme color customization per mode */
package/dist/index.d.ts CHANGED
@@ -17,6 +17,8 @@ interface UnifoldConnectProviderConfig {
17
17
  transferInputVariant?: 'single_input' | 'double_input';
18
18
  /** Enable browser wallet connection option. Defaults to false */
19
19
  enableConnectWallet?: boolean;
20
+ /** Enable "Pay with Exchange" option. Overrides dashboard default. Defaults to dashboard value or true. */
21
+ enablePayWithExchange?: boolean;
20
22
  /** Simple accent/primary color override (applies to both light and dark modes) */
21
23
  accentColor?: string;
22
24
  /** Full theme color customization per mode */