@web3modal/ui
Advanced tools
Comparing version 2.3.0-d60e267 to 2.3.0-e8cbe91
@@ -5,1 +5,2 @@ import './w3m-account-context'; | ||
import './w3m-theme-context'; | ||
import './w3m-wc-connection-context'; |
@@ -6,6 +6,7 @@ import { LitElement } from 'lit'; | ||
imageId?: string | undefined; | ||
private uri; | ||
private uri?; | ||
constructor(); | ||
disconnectedCallback(): void; | ||
private readonly unwatchWcConnection?; | ||
private get overlayEl(); | ||
private createConnectionAndWait; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
@@ -12,0 +13,0 @@ } |
@@ -20,4 +20,4 @@ import type { WalletData } from '@web3modal/core'; | ||
debounce(func: (...args: any[]) => unknown, timeout?: number): (...args: unknown[]) => void; | ||
handleMobileLinking(wallet: WalletData): Promise<void>; | ||
handleAndroidLinking(): Promise<void>; | ||
handleMobileLinking(wallet: WalletData): void; | ||
handleAndroidLinking(): void; | ||
handleUriCopy(): Promise<void>; | ||
@@ -24,0 +24,0 @@ handleConnectorConnection(id: string, onError?: () => void): Promise<void>; |
import { LitElement } from 'lit'; | ||
export declare class W3mDesktopConnectingView extends LitElement { | ||
static styles: any[]; | ||
private isError; | ||
isError: boolean; | ||
constructor(); | ||
disconnectedCallback(): void; | ||
private readonly unwatchConnection?; | ||
private onFormatAndRedirect; | ||
private createConnectionAndWait; | ||
private openDesktopApp; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
@@ -9,0 +11,0 @@ } |
@@ -7,3 +7,3 @@ import { LitElement } from 'lit'; | ||
private readonly connector; | ||
private onConnect; | ||
private openInjectedApp; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
@@ -10,0 +10,0 @@ } |
import { LitElement } from 'lit'; | ||
export declare class W3mMobileConnectingView extends LitElement { | ||
static styles: any[]; | ||
private isError; | ||
isError: boolean; | ||
constructor(); | ||
disconnectedCallback(): void; | ||
private readonly unwatchConnection?; | ||
private onFormatAndRedirect; | ||
private createConnectionAndWait; | ||
private openMobileApp; | ||
private onGoToAppStore; | ||
@@ -9,0 +11,0 @@ protected render(): import("lit-html").TemplateResult<1>; |
import { LitElement } from 'lit'; | ||
export declare class W3mWebConnectingView extends LitElement { | ||
static styles: any[]; | ||
private isError; | ||
isError: boolean; | ||
constructor(); | ||
disconnectedCallback(): void; | ||
private readonly unwatchConnection?; | ||
private onFormatAndRedirect; | ||
private createConnectionAndWait; | ||
private openWebWallet; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
@@ -9,0 +11,0 @@ } |
{ | ||
"name": "@web3modal/ui", | ||
"version": "2.3.0-d60e267", | ||
"version": "2.3.0-e8cbe91", | ||
"main": "dist/index.js", | ||
@@ -19,3 +19,3 @@ "type": "module", | ||
"dependencies": { | ||
"@web3modal/core": "2.3.0-d60e267", | ||
"@web3modal/core": "2.3.0-e8cbe91", | ||
"lit": "2.7.2", | ||
@@ -22,0 +22,0 @@ "motion": "10.15.5", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
468698
73
1566
+ Added@web3modal/core@2.3.0-e8cbe91(transitive)
- Removed@web3modal/core@2.3.0-d60e267(transitive)