@unifold/connect-react 0.1.24 → 0.1.26

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
@@ -15,6 +15,8 @@ interface UnifoldConnectProviderConfig {
15
15
  appearance?: ThemeMode | 'auto';
16
16
  /** Transfer input variant: 'single_input' or 'double_input'. Defaults to 'double_input' */
17
17
  transferInputVariant?: 'single_input' | 'double_input';
18
+ /** Enable browser wallet connection option. Defaults to false */
19
+ enableConnectWallet?: boolean;
18
20
  /** Simple accent/primary color override (applies to both light and dark modes) */
19
21
  accentColor?: string;
20
22
  /** Full theme color customization per mode */
package/dist/index.d.ts CHANGED
@@ -15,6 +15,8 @@ interface UnifoldConnectProviderConfig {
15
15
  appearance?: ThemeMode | 'auto';
16
16
  /** Transfer input variant: 'single_input' or 'double_input'. Defaults to 'double_input' */
17
17
  transferInputVariant?: 'single_input' | 'double_input';
18
+ /** Enable browser wallet connection option. Defaults to false */
19
+ enableConnectWallet?: boolean;
18
20
  /** Simple accent/primary color override (applies to both light and dark modes) */
19
21
  accentColor?: string;
20
22
  /** Full theme color customization per mode */