@swype-org/react-sdk 0.2.357 → 0.2.360

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.cts CHANGED
@@ -432,6 +432,12 @@ interface BlinkConfig {
432
432
  * `useBlinkConfig().enableFullWidget ?? false`.
433
433
  */
434
434
  enableFullWidget?: boolean;
435
+ /**
436
+ * Promotional sticker copy rendered on the deposit CTA buttons (e.g.
437
+ * "2x Your Profits"). Sourced from the merchant's backend config; null or
438
+ * undefined hides the tag.
439
+ */
440
+ promoTagText?: string | null;
435
441
  /**
436
442
  * When true, the SDK is being rendered inside a native mobile app's in-app
437
443
  * browser (e.g. via `deposit-mobile-sdk` opening an SFSafariViewController
@@ -465,6 +471,12 @@ interface BlinkProviderProps {
465
471
  * before login for unauthenticated users. Defaults to `false`.
466
472
  */
467
473
  enableFullWidget?: boolean;
474
+ /**
475
+ * Promotional sticker copy rendered on the deposit CTA buttons (e.g.
476
+ * "2x Your Profits"). Sourced from the merchant's backend config; null or
477
+ * undefined (the default) hides the tag.
478
+ */
479
+ promoTagText?: string | null;
468
480
  /**
469
481
  * When true, the widget is hosted inside a native mobile app's in-app browser.
470
482
  * Hides the in-screen (X) close buttons and removes rounded screen corners so
@@ -487,7 +499,7 @@ interface BlinkProviderProps {
487
499
  * </BlinkProvider>
488
500
  * ```
489
501
  */
490
- declare function BlinkProvider({ apiBaseUrl, theme, privyAppId, minTransferAmountUsd, enableFullWidget, isMobileApp, children, }: BlinkProviderProps): react_jsx_runtime.JSX.Element;
502
+ declare function BlinkProvider({ apiBaseUrl, theme, privyAppId, minTransferAmountUsd, enableFullWidget, promoTagText, isMobileApp, children, }: BlinkProviderProps): react_jsx_runtime.JSX.Element;
491
503
  /** Access the Blink SDK configuration. Throws if used outside BlinkProvider. */
492
504
  declare function useBlinkConfig(): BlinkConfig;
493
505
  /**
@@ -1986,6 +1998,32 @@ interface PrimaryButtonProps {
1986
1998
  }
1987
1999
  declare function PrimaryButton({ children, onClick, href, target, rel, disabled, loading, loadingText, icon, progress, progressText, progressPaused, spinnerOnly, }: PrimaryButtonProps): react_jsx_runtime.JSX.Element;
1988
2000
 
2001
+ interface BlinkDepositButtonProps {
2002
+ /** Fired when the user taps the button. Hosts typically open the Blink deposit flow. */
2003
+ onClick: () => void;
2004
+ /** Disables interaction and dims the button. */
2005
+ disabled?: boolean;
2006
+ /** Non-interactive waiting state (e.g. while preparing a deposit session). Dims like disabled. */
2007
+ loading?: boolean;
2008
+ /**
2009
+ * Promotional sticker copy (e.g. "2x Your Profits") rendered as a tilted
2010
+ * badge straddling the button's bottom edge. Omit/null to hide it.
2011
+ */
2012
+ promoTagText?: string | null;
2013
+ }
2014
+ /**
2015
+ * Blink-branded deposit CTA matching the Figma "Payment method" redesign
2016
+ * (frame 1623-32808): a black pill with a bold "Deposit stablecoins" line over
2017
+ * an italic "In a Blink" line, and overlapping USDC/USDT coin marks on the
2018
+ * right.
2019
+ *
2020
+ * Exported for merchants to drop onto their own pages instead of building a
2021
+ * custom button. Outside a BlinkProvider it intentionally styles itself with
2022
+ * the default lightThemeNew palette; inside the widget it follows the
2023
+ * configured theme tokens.
2024
+ */
2025
+ declare function BlinkDepositButton({ onClick, disabled, loading, promoTagText, }: BlinkDepositButtonProps): react_jsx_runtime.JSX.Element;
2026
+
1989
2027
  interface OutlineButtonProps {
1990
2028
  children: ReactNode;
1991
2029
  onClick?: () => void;
@@ -2080,7 +2118,7 @@ interface DepositOptionsScreenProps {
2080
2118
  /** Recessed "Send Crypto Manually" row. Navigates to the manual-transfer flow. */
2081
2119
  onToAddress: () => void;
2082
2120
  /**
2083
- * Primary "Deposit with {biometric}" CTA. Routes to the login screen (wired to
2121
+ * Primary "Deposit stablecoins" CTA. Routes to the login screen (wired to
2084
2122
  * handlers.onLogin) rather than prompting for a passkey directly, mirroring how
2085
2123
  * the connect-wallet entry point defers credential selection to LoginScreen.
2086
2124
  */
@@ -2090,11 +2128,10 @@ interface DepositOptionsScreenProps {
2090
2128
  }
2091
2129
  /**
2092
2130
  * Pre-login entry screen shown when `enableFullWidget` is true. Mirrors the
2093
- * Figma "Payment method" redesign (node 1391-82825): a Blink wordmark, a lime
2094
- * mascot hero, a black "Deposit with {biometric}" CTA with a decorative cluster
2095
- * of wallet marks and a "0% FEES" badge anchored to its lower-right, an OR
2096
- * divider, and a recessed "Send Crypto Manually" row that routes to the
2097
- * manual-transfer flow.
2131
+ * Figma "Payment method" redesign (frame 1623-32808): a Blink wordmark, a lime
2132
+ * mascot hero, the black "Deposit stablecoins / In a Blink" CTA
2133
+ * (BlinkDepositButton), an OR divider, and a recessed "Send Crypto Manually"
2134
+ * row that routes to the manual-transfer flow.
2098
2135
  */
2099
2136
  declare function DepositOptionsScreen({ onToAddress, onSignInWithBlink, onClose, }: DepositOptionsScreenProps): react_jsx_runtime.JSX.Element;
2100
2137
 
@@ -2112,8 +2149,9 @@ interface WelcomeBackScreenProps {
2112
2149
  /**
2113
2150
  * Re-greeting screen for returning passkey users who reopen the full-widget
2114
2151
  * flow with a persisted session but no linked wallet. Mirrors
2115
- * `DepositOptionsScreen`, but the primary CTA reads "Complete setup & Deposit"
2116
- * and routes onward to the wallet picker rather than to login.
2152
+ * `DepositOptionsScreen`'s "Deposit stablecoins / In a Blink" CTA, wrapped in a
2153
+ * lime "Finish setup" frame, and routes onward to the wallet picker rather
2154
+ * than to login.
2117
2155
  */
2118
2156
  declare function WelcomeBackScreen({ onToAddress, onComplete, onClose, }: WelcomeBackScreenProps): react_jsx_runtime.JSX.Element;
2119
2157
 
@@ -2783,4 +2821,4 @@ declare function clearDebugEntries(): void;
2783
2821
  */
2784
2822
  declare function useBlinkDebugLog(): DebugEntry[];
2785
2823
 
2786
- export { ACCOUNT_SWITCH_CONFLICT_MESSAGE, type Account, type ActionExecutionResult, type AdvancedSettings, AdvancedSourceScreen, type Amount, ApprovingInWalletScreen, type ApprovingInWalletScreenProps, type AuthorizationAction, type AuthorizationSession, AuthorizationSessionCancelledError, type AuthorizationSessionDetail, BLINK_ERROR_ILLUSTRATION, BLINK_LOGO, BLINK_MASCOT, BLINK_PASSKEY_ILLUSTRATION, BLINK_SUCCESS_ILLUSTRATION, BlinkErrorScreen, BlinkInitialLoadingScreen, BlinkLoadingScreen, BlinkPayment, type BlinkPaymentProps, BlinkProvider, type BlinkProviderProps, type Chain, ConfirmSignScreen, type DebugEntry, type DebugLevel, DepositCompleteScreen, DepositOptionsScreen, DepositScreen, DepositTransferStatusScreen, type Destination, type ErrorResponse, type ExecutionResult, type GuestTokenEntry, type GuestTokenPickerRawRow, GuestTokenPickerScreen, IconCircle, InfoBanner, LOGIN_KEY_ILLUSTRATION, type LinkTokenEntry, LinkTokensScreen, type ListResponse, LoginScreen, ManualTransferPasskeyScreen, type MerchantAuthorization, type MerchantPublicKey, type MobileFlowState, OpenWalletScreen, type OrchestratorResult, type OrchestratorRunOptions, OtpVerifyScreen, OutlineButton, PasskeyIframeBlockedError, PasskeyPopupWelcomeScreen, PasskeyScreen, type PaymentPhase, type PaymentState, PoweredByFooter, type PreciseMoney, PrimaryButton, type Provider, ScreenHeader, ScreenLayout, type ScreenName, SecondaryButton, SelectDepositSourceScreen, SelectSourceScreen, SettingsMenu, type SetupTokenOption, type SolanaAccountSwitchDeps, type SourceOption, type SourceSelection, type SourceType, Spinner, type StepHandlers, type StepItem, StepList, StepRenderer, type StepRendererDerivedProps, type StepRendererFlowProps, type StepRendererFormProps, type StepRendererProps, type StepRendererRemoteProps, SuccessScreen, type ThemeMode, type ThemeTokens, type TokenBalance, TokenPickerScreen, type Transfer, type TransferDestination, type TransferPhase, type UseAuthorizationExecutorResult, type UseAuthorizationOrchestratorResult, type UserConfig, VerifyPasskeyScreen, type Wallet, type WalletAccountChange, type WalletAccountSwitchResult, type WalletCapabilities, type WalletCapabilitiesDebugSnapshot, type WalletDeeplink, WalletPickerScreen, type WalletSource, type WalletToken, WelcomeBackScreen, appendDebug, api as blinkApi, clearDebugEntries, createInitialState, credentialIdBase64ToBytes, darkTheme, darkThemeNew, darkTransparentTheme, darkTransparentThemeNew, deviceHasPasskey, encodePermit2ApproveCalldata, findDevicePasskey, findDevicePasskeyViaPopup, getAtomicBatchSupportDebugInfo, getDebugEntries, getDeviceBiometricUnlockText, getTheme, getThemeBase, getWalletCapabilities, isAuthorizationSessionCancelled, isExpectedAuthorizationCancellation, isTerminalTransferStatus, isTransferAwaitingCompletion, isTransparentTheme, isUserDismissedAuthorizationError, isVisibleUsdAmountAtTwoDecimals, lightTheme, lightThemeNew, lightTransparentTheme, lightTransparentThemeNew, mapGuestPickerEntries, replaceOpenProviderForAccountSwitch, resolvePasskeyRpId, screenForPhase, subscribeDebug, supportsAtomicBatch, supportsPaymasterService, useAuthorizationExecutor, useAuthorizationOrchestrator, useBlinkConfig, useBlinkDebugLog, useBlinkDepositAmount, useSolanaAccountSwitchEffect, useTransferPolling, useTransferSigning };
2824
+ export { ACCOUNT_SWITCH_CONFLICT_MESSAGE, type Account, type ActionExecutionResult, type AdvancedSettings, AdvancedSourceScreen, type Amount, ApprovingInWalletScreen, type ApprovingInWalletScreenProps, type AuthorizationAction, type AuthorizationSession, AuthorizationSessionCancelledError, type AuthorizationSessionDetail, BLINK_ERROR_ILLUSTRATION, BLINK_LOGO, BLINK_MASCOT, BLINK_PASSKEY_ILLUSTRATION, BLINK_SUCCESS_ILLUSTRATION, BlinkDepositButton, BlinkErrorScreen, BlinkInitialLoadingScreen, BlinkLoadingScreen, BlinkPayment, type BlinkPaymentProps, BlinkProvider, type BlinkProviderProps, type Chain, ConfirmSignScreen, type DebugEntry, type DebugLevel, DepositCompleteScreen, DepositOptionsScreen, DepositScreen, DepositTransferStatusScreen, type Destination, type ErrorResponse, type ExecutionResult, type GuestTokenEntry, type GuestTokenPickerRawRow, GuestTokenPickerScreen, IconCircle, InfoBanner, LOGIN_KEY_ILLUSTRATION, type LinkTokenEntry, LinkTokensScreen, type ListResponse, LoginScreen, ManualTransferPasskeyScreen, type MerchantAuthorization, type MerchantPublicKey, type MobileFlowState, OpenWalletScreen, type OrchestratorResult, type OrchestratorRunOptions, OtpVerifyScreen, OutlineButton, PasskeyIframeBlockedError, PasskeyPopupWelcomeScreen, PasskeyScreen, type PaymentPhase, type PaymentState, PoweredByFooter, type PreciseMoney, PrimaryButton, type Provider, ScreenHeader, ScreenLayout, type ScreenName, SecondaryButton, SelectDepositSourceScreen, SelectSourceScreen, SettingsMenu, type SetupTokenOption, type SolanaAccountSwitchDeps, type SourceOption, type SourceSelection, type SourceType, Spinner, type StepHandlers, type StepItem, StepList, StepRenderer, type StepRendererDerivedProps, type StepRendererFlowProps, type StepRendererFormProps, type StepRendererProps, type StepRendererRemoteProps, SuccessScreen, type ThemeMode, type ThemeTokens, type TokenBalance, TokenPickerScreen, type Transfer, type TransferDestination, type TransferPhase, type UseAuthorizationExecutorResult, type UseAuthorizationOrchestratorResult, type UserConfig, VerifyPasskeyScreen, type Wallet, type WalletAccountChange, type WalletAccountSwitchResult, type WalletCapabilities, type WalletCapabilitiesDebugSnapshot, type WalletDeeplink, WalletPickerScreen, type WalletSource, type WalletToken, WelcomeBackScreen, appendDebug, api as blinkApi, clearDebugEntries, createInitialState, credentialIdBase64ToBytes, darkTheme, darkThemeNew, darkTransparentTheme, darkTransparentThemeNew, deviceHasPasskey, encodePermit2ApproveCalldata, findDevicePasskey, findDevicePasskeyViaPopup, getAtomicBatchSupportDebugInfo, getDebugEntries, getDeviceBiometricUnlockText, getTheme, getThemeBase, getWalletCapabilities, isAuthorizationSessionCancelled, isExpectedAuthorizationCancellation, isTerminalTransferStatus, isTransferAwaitingCompletion, isTransparentTheme, isUserDismissedAuthorizationError, isVisibleUsdAmountAtTwoDecimals, lightTheme, lightThemeNew, lightTransparentTheme, lightTransparentThemeNew, mapGuestPickerEntries, replaceOpenProviderForAccountSwitch, resolvePasskeyRpId, screenForPhase, subscribeDebug, supportsAtomicBatch, supportsPaymasterService, useAuthorizationExecutor, useAuthorizationOrchestrator, useBlinkConfig, useBlinkDebugLog, useBlinkDepositAmount, useSolanaAccountSwitchEffect, useTransferPolling, useTransferSigning };
package/dist/index.d.ts CHANGED
@@ -432,6 +432,12 @@ interface BlinkConfig {
432
432
  * `useBlinkConfig().enableFullWidget ?? false`.
433
433
  */
434
434
  enableFullWidget?: boolean;
435
+ /**
436
+ * Promotional sticker copy rendered on the deposit CTA buttons (e.g.
437
+ * "2x Your Profits"). Sourced from the merchant's backend config; null or
438
+ * undefined hides the tag.
439
+ */
440
+ promoTagText?: string | null;
435
441
  /**
436
442
  * When true, the SDK is being rendered inside a native mobile app's in-app
437
443
  * browser (e.g. via `deposit-mobile-sdk` opening an SFSafariViewController
@@ -465,6 +471,12 @@ interface BlinkProviderProps {
465
471
  * before login for unauthenticated users. Defaults to `false`.
466
472
  */
467
473
  enableFullWidget?: boolean;
474
+ /**
475
+ * Promotional sticker copy rendered on the deposit CTA buttons (e.g.
476
+ * "2x Your Profits"). Sourced from the merchant's backend config; null or
477
+ * undefined (the default) hides the tag.
478
+ */
479
+ promoTagText?: string | null;
468
480
  /**
469
481
  * When true, the widget is hosted inside a native mobile app's in-app browser.
470
482
  * Hides the in-screen (X) close buttons and removes rounded screen corners so
@@ -487,7 +499,7 @@ interface BlinkProviderProps {
487
499
  * </BlinkProvider>
488
500
  * ```
489
501
  */
490
- declare function BlinkProvider({ apiBaseUrl, theme, privyAppId, minTransferAmountUsd, enableFullWidget, isMobileApp, children, }: BlinkProviderProps): react_jsx_runtime.JSX.Element;
502
+ declare function BlinkProvider({ apiBaseUrl, theme, privyAppId, minTransferAmountUsd, enableFullWidget, promoTagText, isMobileApp, children, }: BlinkProviderProps): react_jsx_runtime.JSX.Element;
491
503
  /** Access the Blink SDK configuration. Throws if used outside BlinkProvider. */
492
504
  declare function useBlinkConfig(): BlinkConfig;
493
505
  /**
@@ -1986,6 +1998,32 @@ interface PrimaryButtonProps {
1986
1998
  }
1987
1999
  declare function PrimaryButton({ children, onClick, href, target, rel, disabled, loading, loadingText, icon, progress, progressText, progressPaused, spinnerOnly, }: PrimaryButtonProps): react_jsx_runtime.JSX.Element;
1988
2000
 
2001
+ interface BlinkDepositButtonProps {
2002
+ /** Fired when the user taps the button. Hosts typically open the Blink deposit flow. */
2003
+ onClick: () => void;
2004
+ /** Disables interaction and dims the button. */
2005
+ disabled?: boolean;
2006
+ /** Non-interactive waiting state (e.g. while preparing a deposit session). Dims like disabled. */
2007
+ loading?: boolean;
2008
+ /**
2009
+ * Promotional sticker copy (e.g. "2x Your Profits") rendered as a tilted
2010
+ * badge straddling the button's bottom edge. Omit/null to hide it.
2011
+ */
2012
+ promoTagText?: string | null;
2013
+ }
2014
+ /**
2015
+ * Blink-branded deposit CTA matching the Figma "Payment method" redesign
2016
+ * (frame 1623-32808): a black pill with a bold "Deposit stablecoins" line over
2017
+ * an italic "In a Blink" line, and overlapping USDC/USDT coin marks on the
2018
+ * right.
2019
+ *
2020
+ * Exported for merchants to drop onto their own pages instead of building a
2021
+ * custom button. Outside a BlinkProvider it intentionally styles itself with
2022
+ * the default lightThemeNew palette; inside the widget it follows the
2023
+ * configured theme tokens.
2024
+ */
2025
+ declare function BlinkDepositButton({ onClick, disabled, loading, promoTagText, }: BlinkDepositButtonProps): react_jsx_runtime.JSX.Element;
2026
+
1989
2027
  interface OutlineButtonProps {
1990
2028
  children: ReactNode;
1991
2029
  onClick?: () => void;
@@ -2080,7 +2118,7 @@ interface DepositOptionsScreenProps {
2080
2118
  /** Recessed "Send Crypto Manually" row. Navigates to the manual-transfer flow. */
2081
2119
  onToAddress: () => void;
2082
2120
  /**
2083
- * Primary "Deposit with {biometric}" CTA. Routes to the login screen (wired to
2121
+ * Primary "Deposit stablecoins" CTA. Routes to the login screen (wired to
2084
2122
  * handlers.onLogin) rather than prompting for a passkey directly, mirroring how
2085
2123
  * the connect-wallet entry point defers credential selection to LoginScreen.
2086
2124
  */
@@ -2090,11 +2128,10 @@ interface DepositOptionsScreenProps {
2090
2128
  }
2091
2129
  /**
2092
2130
  * Pre-login entry screen shown when `enableFullWidget` is true. Mirrors the
2093
- * Figma "Payment method" redesign (node 1391-82825): a Blink wordmark, a lime
2094
- * mascot hero, a black "Deposit with {biometric}" CTA with a decorative cluster
2095
- * of wallet marks and a "0% FEES" badge anchored to its lower-right, an OR
2096
- * divider, and a recessed "Send Crypto Manually" row that routes to the
2097
- * manual-transfer flow.
2131
+ * Figma "Payment method" redesign (frame 1623-32808): a Blink wordmark, a lime
2132
+ * mascot hero, the black "Deposit stablecoins / In a Blink" CTA
2133
+ * (BlinkDepositButton), an OR divider, and a recessed "Send Crypto Manually"
2134
+ * row that routes to the manual-transfer flow.
2098
2135
  */
2099
2136
  declare function DepositOptionsScreen({ onToAddress, onSignInWithBlink, onClose, }: DepositOptionsScreenProps): react_jsx_runtime.JSX.Element;
2100
2137
 
@@ -2112,8 +2149,9 @@ interface WelcomeBackScreenProps {
2112
2149
  /**
2113
2150
  * Re-greeting screen for returning passkey users who reopen the full-widget
2114
2151
  * flow with a persisted session but no linked wallet. Mirrors
2115
- * `DepositOptionsScreen`, but the primary CTA reads "Complete setup & Deposit"
2116
- * and routes onward to the wallet picker rather than to login.
2152
+ * `DepositOptionsScreen`'s "Deposit stablecoins / In a Blink" CTA, wrapped in a
2153
+ * lime "Finish setup" frame, and routes onward to the wallet picker rather
2154
+ * than to login.
2117
2155
  */
2118
2156
  declare function WelcomeBackScreen({ onToAddress, onComplete, onClose, }: WelcomeBackScreenProps): react_jsx_runtime.JSX.Element;
2119
2157
 
@@ -2783,4 +2821,4 @@ declare function clearDebugEntries(): void;
2783
2821
  */
2784
2822
  declare function useBlinkDebugLog(): DebugEntry[];
2785
2823
 
2786
- export { ACCOUNT_SWITCH_CONFLICT_MESSAGE, type Account, type ActionExecutionResult, type AdvancedSettings, AdvancedSourceScreen, type Amount, ApprovingInWalletScreen, type ApprovingInWalletScreenProps, type AuthorizationAction, type AuthorizationSession, AuthorizationSessionCancelledError, type AuthorizationSessionDetail, BLINK_ERROR_ILLUSTRATION, BLINK_LOGO, BLINK_MASCOT, BLINK_PASSKEY_ILLUSTRATION, BLINK_SUCCESS_ILLUSTRATION, BlinkErrorScreen, BlinkInitialLoadingScreen, BlinkLoadingScreen, BlinkPayment, type BlinkPaymentProps, BlinkProvider, type BlinkProviderProps, type Chain, ConfirmSignScreen, type DebugEntry, type DebugLevel, DepositCompleteScreen, DepositOptionsScreen, DepositScreen, DepositTransferStatusScreen, type Destination, type ErrorResponse, type ExecutionResult, type GuestTokenEntry, type GuestTokenPickerRawRow, GuestTokenPickerScreen, IconCircle, InfoBanner, LOGIN_KEY_ILLUSTRATION, type LinkTokenEntry, LinkTokensScreen, type ListResponse, LoginScreen, ManualTransferPasskeyScreen, type MerchantAuthorization, type MerchantPublicKey, type MobileFlowState, OpenWalletScreen, type OrchestratorResult, type OrchestratorRunOptions, OtpVerifyScreen, OutlineButton, PasskeyIframeBlockedError, PasskeyPopupWelcomeScreen, PasskeyScreen, type PaymentPhase, type PaymentState, PoweredByFooter, type PreciseMoney, PrimaryButton, type Provider, ScreenHeader, ScreenLayout, type ScreenName, SecondaryButton, SelectDepositSourceScreen, SelectSourceScreen, SettingsMenu, type SetupTokenOption, type SolanaAccountSwitchDeps, type SourceOption, type SourceSelection, type SourceType, Spinner, type StepHandlers, type StepItem, StepList, StepRenderer, type StepRendererDerivedProps, type StepRendererFlowProps, type StepRendererFormProps, type StepRendererProps, type StepRendererRemoteProps, SuccessScreen, type ThemeMode, type ThemeTokens, type TokenBalance, TokenPickerScreen, type Transfer, type TransferDestination, type TransferPhase, type UseAuthorizationExecutorResult, type UseAuthorizationOrchestratorResult, type UserConfig, VerifyPasskeyScreen, type Wallet, type WalletAccountChange, type WalletAccountSwitchResult, type WalletCapabilities, type WalletCapabilitiesDebugSnapshot, type WalletDeeplink, WalletPickerScreen, type WalletSource, type WalletToken, WelcomeBackScreen, appendDebug, api as blinkApi, clearDebugEntries, createInitialState, credentialIdBase64ToBytes, darkTheme, darkThemeNew, darkTransparentTheme, darkTransparentThemeNew, deviceHasPasskey, encodePermit2ApproveCalldata, findDevicePasskey, findDevicePasskeyViaPopup, getAtomicBatchSupportDebugInfo, getDebugEntries, getDeviceBiometricUnlockText, getTheme, getThemeBase, getWalletCapabilities, isAuthorizationSessionCancelled, isExpectedAuthorizationCancellation, isTerminalTransferStatus, isTransferAwaitingCompletion, isTransparentTheme, isUserDismissedAuthorizationError, isVisibleUsdAmountAtTwoDecimals, lightTheme, lightThemeNew, lightTransparentTheme, lightTransparentThemeNew, mapGuestPickerEntries, replaceOpenProviderForAccountSwitch, resolvePasskeyRpId, screenForPhase, subscribeDebug, supportsAtomicBatch, supportsPaymasterService, useAuthorizationExecutor, useAuthorizationOrchestrator, useBlinkConfig, useBlinkDebugLog, useBlinkDepositAmount, useSolanaAccountSwitchEffect, useTransferPolling, useTransferSigning };
2824
+ export { ACCOUNT_SWITCH_CONFLICT_MESSAGE, type Account, type ActionExecutionResult, type AdvancedSettings, AdvancedSourceScreen, type Amount, ApprovingInWalletScreen, type ApprovingInWalletScreenProps, type AuthorizationAction, type AuthorizationSession, AuthorizationSessionCancelledError, type AuthorizationSessionDetail, BLINK_ERROR_ILLUSTRATION, BLINK_LOGO, BLINK_MASCOT, BLINK_PASSKEY_ILLUSTRATION, BLINK_SUCCESS_ILLUSTRATION, BlinkDepositButton, BlinkErrorScreen, BlinkInitialLoadingScreen, BlinkLoadingScreen, BlinkPayment, type BlinkPaymentProps, BlinkProvider, type BlinkProviderProps, type Chain, ConfirmSignScreen, type DebugEntry, type DebugLevel, DepositCompleteScreen, DepositOptionsScreen, DepositScreen, DepositTransferStatusScreen, type Destination, type ErrorResponse, type ExecutionResult, type GuestTokenEntry, type GuestTokenPickerRawRow, GuestTokenPickerScreen, IconCircle, InfoBanner, LOGIN_KEY_ILLUSTRATION, type LinkTokenEntry, LinkTokensScreen, type ListResponse, LoginScreen, ManualTransferPasskeyScreen, type MerchantAuthorization, type MerchantPublicKey, type MobileFlowState, OpenWalletScreen, type OrchestratorResult, type OrchestratorRunOptions, OtpVerifyScreen, OutlineButton, PasskeyIframeBlockedError, PasskeyPopupWelcomeScreen, PasskeyScreen, type PaymentPhase, type PaymentState, PoweredByFooter, type PreciseMoney, PrimaryButton, type Provider, ScreenHeader, ScreenLayout, type ScreenName, SecondaryButton, SelectDepositSourceScreen, SelectSourceScreen, SettingsMenu, type SetupTokenOption, type SolanaAccountSwitchDeps, type SourceOption, type SourceSelection, type SourceType, Spinner, type StepHandlers, type StepItem, StepList, StepRenderer, type StepRendererDerivedProps, type StepRendererFlowProps, type StepRendererFormProps, type StepRendererProps, type StepRendererRemoteProps, SuccessScreen, type ThemeMode, type ThemeTokens, type TokenBalance, TokenPickerScreen, type Transfer, type TransferDestination, type TransferPhase, type UseAuthorizationExecutorResult, type UseAuthorizationOrchestratorResult, type UserConfig, VerifyPasskeyScreen, type Wallet, type WalletAccountChange, type WalletAccountSwitchResult, type WalletCapabilities, type WalletCapabilitiesDebugSnapshot, type WalletDeeplink, WalletPickerScreen, type WalletSource, type WalletToken, WelcomeBackScreen, appendDebug, api as blinkApi, clearDebugEntries, createInitialState, credentialIdBase64ToBytes, darkTheme, darkThemeNew, darkTransparentTheme, darkTransparentThemeNew, deviceHasPasskey, encodePermit2ApproveCalldata, findDevicePasskey, findDevicePasskeyViaPopup, getAtomicBatchSupportDebugInfo, getDebugEntries, getDeviceBiometricUnlockText, getTheme, getThemeBase, getWalletCapabilities, isAuthorizationSessionCancelled, isExpectedAuthorizationCancellation, isTerminalTransferStatus, isTransferAwaitingCompletion, isTransparentTheme, isUserDismissedAuthorizationError, isVisibleUsdAmountAtTwoDecimals, lightTheme, lightThemeNew, lightTransparentTheme, lightTransparentThemeNew, mapGuestPickerEntries, replaceOpenProviderForAccountSwitch, resolvePasskeyRpId, screenForPhase, subscribeDebug, supportsAtomicBatch, supportsPaymasterService, useAuthorizationExecutor, useAuthorizationOrchestrator, useBlinkConfig, useBlinkDebugLog, useBlinkDepositAmount, useSolanaAccountSwitchEffect, useTransferPolling, useTransferSigning };