@web3modal/ui
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ import { LitElement } from 'lit'; | ||
variant?: Variant; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -10,0 +10,0 @@ declare global { |
@@ -13,3 +13,3 @@ import { LitElement } from 'lit'; | ||
private onHelp; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -16,0 +16,0 @@ declare global { |
import { LitElement } from 'lit'; | ||
export declare class W3mModalContent extends LitElement { | ||
static styles: any[]; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -6,0 +6,0 @@ declare global { |
import { LitElement } from 'lit'; | ||
export declare class W3mModalFooter extends LitElement { | ||
static styles: any[]; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -6,0 +6,0 @@ declare global { |
@@ -17,3 +17,3 @@ import type { RouterView } from '@web3modal/core'; | ||
private onChangeRoute; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -20,0 +20,0 @@ declare global { |
@@ -9,3 +9,3 @@ import { LitElement } from 'lit'; | ||
private timeout?; | ||
protected render(): import("lit-html").TemplateResult<1> | null; | ||
protected render(): import("lit").TemplateResult<1> | null; | ||
} | ||
@@ -12,0 +12,0 @@ declare global { |
@@ -7,3 +7,3 @@ import { LitElement } from 'lit'; | ||
chainId: string; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -10,0 +10,0 @@ declare global { |
@@ -5,3 +5,3 @@ import { LitElement } from 'lit'; | ||
chainId: string; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -8,0 +8,0 @@ declare global { |
@@ -9,3 +9,3 @@ import { LitElement } from 'lit'; | ||
private svgTemplate; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -12,0 +12,0 @@ declare global { |
@@ -5,3 +5,3 @@ import { LitElement } from 'lit'; | ||
onChange: () => null; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -8,0 +8,0 @@ declare global { |
import { LitElement } from 'lit'; | ||
export declare class W3mSpinner extends LitElement { | ||
static styles: any[]; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -6,0 +6,0 @@ declare global { |
import { LitElement } from 'lit'; | ||
type Variant = 'large-bold' | 'medium-bold' | 'medium-normal' | 'medium-thin' | 'small-normal' | 'small-thin' | 'xsmall-normal' | 'xxsmall-bold'; | ||
type Align = 'center' | 'left' | 'right'; | ||
type Color = 'accent' | 'error' | 'inverse' | 'primary' | 'secondary' | 'tertiary'; | ||
@@ -8,5 +7,4 @@ export declare class W3mText extends LitElement { | ||
variant?: Variant; | ||
align?: Align; | ||
color?: Color; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -13,0 +11,0 @@ declare global { |
@@ -5,3 +5,3 @@ import { LitElement } from 'lit'; | ||
symbol?: string; | ||
protected render(): import("lit-html").TemplateResult<2> | import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1> | import("lit-html").TemplateResult<2>; | ||
} | ||
@@ -8,0 +8,0 @@ declare global { |
@@ -12,3 +12,3 @@ import { LitElement } from 'lit'; | ||
private sublabelTemplate; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -15,0 +15,0 @@ declare global { |
@@ -6,3 +6,3 @@ import { LitElement } from 'lit'; | ||
src?: string; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -9,0 +9,0 @@ declare global { |
@@ -8,3 +8,3 @@ import { LitElement } from 'lit'; | ||
private accountTemplate; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -11,0 +11,0 @@ declare global { |
@@ -10,3 +10,3 @@ import { LitElement } from 'lit'; | ||
private onClick; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -13,0 +13,0 @@ declare global { |
@@ -11,3 +11,3 @@ import { LitElement } from 'lit'; | ||
private readonly unsubscribeAccount?; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -14,0 +14,0 @@ declare global { |
@@ -6,3 +6,3 @@ import { LitElement } from 'lit'; | ||
private onGoToGetWallet; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -9,0 +9,0 @@ declare global { |
@@ -11,3 +11,3 @@ import { LitElement } from 'lit'; | ||
private readonly unsubscribeAccount?; | ||
protected render(): import("lit-html").TemplateResult<1> | null; | ||
protected render(): import("lit").TemplateResult<1> | null; | ||
} | ||
@@ -14,0 +14,0 @@ declare global { |
@@ -9,3 +9,3 @@ import { LitElement } from 'lit'; | ||
private readonly unsubscribeAccount?; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -12,0 +12,0 @@ declare global { |
@@ -12,3 +12,3 @@ import { LitElement } from 'lit'; | ||
private onOpen; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -15,0 +15,0 @@ declare global { |
@@ -10,3 +10,3 @@ import { LitElement } from 'lit'; | ||
private readonly unsubscribeAccount?; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -13,0 +13,0 @@ declare global { |
@@ -12,3 +12,3 @@ import { LitElement } from 'lit'; | ||
private recentWalletTemplate; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -15,0 +15,0 @@ declare global { |
import { LitElement } from 'lit'; | ||
export declare class W3mLegalNotice extends LitElement { | ||
static styles: any[]; | ||
protected render(): import("lit-html").TemplateResult<1> | null; | ||
protected render(): import("lit").TemplateResult<1> | null; | ||
} | ||
@@ -6,0 +6,0 @@ declare global { |
@@ -10,3 +10,3 @@ import { LitElement } from 'lit'; | ||
private recentWalletTemplate; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -13,0 +13,0 @@ declare global { |
@@ -16,3 +16,3 @@ import { LitElement } from 'lit'; | ||
private get containerEl(); | ||
private fetchProfile; | ||
private fetchEnsProfile; | ||
private fetchBalance; | ||
@@ -30,3 +30,3 @@ private toggleBodyScroll; | ||
private removeKeyboardEvents; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -33,0 +33,0 @@ declare global { |
@@ -12,3 +12,3 @@ import { LitElement } from 'lit'; | ||
private onClick; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -15,0 +15,0 @@ declare global { |
@@ -5,3 +5,3 @@ import { LitElement } from 'lit'; | ||
private onClick; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -8,0 +8,0 @@ declare global { |
@@ -8,3 +8,3 @@ import { LitElement } from 'lit'; | ||
private createConnectionAndWait; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -11,0 +11,0 @@ declare global { |
@@ -12,2 +12,3 @@ export interface EvmWindow { | ||
isDesktop?: boolean; | ||
isInjected?: boolean; | ||
} | ||
@@ -14,0 +15,0 @@ export declare const enum InjectedId { |
@@ -6,5 +6,5 @@ import type { Listing, MobileWallet } from '@web3modal/core'; | ||
walletsWithInjected<T extends MobileWallet | Listing>(wallets?: T[] | undefined): T[]; | ||
connectorWallets(): import("@wagmi/connectors/dist/base-caae9601").C<any, any, any>[]; | ||
connectorWallets(): import("@wagmi/connectors/dist/base-6b5431a5").C<any, any, any>[]; | ||
walletTemplatesWithRecent(walletsTemplate: TemplateResult<1>[], recentTemplate?: TemplateResult<1>): TemplateResult<1>[]; | ||
deduplicateExplorerListingsFromConnectors(listings: Listing[]): Listing[]; | ||
}; |
@@ -34,2 +34,3 @@ import type { LitElement } from 'lit'; | ||
isDesktop?: boolean | undefined; | ||
isInjected?: boolean | undefined; | ||
id: string; | ||
@@ -36,0 +37,0 @@ }[]; |
@@ -6,3 +6,3 @@ import { LitElement } from 'lit'; | ||
private onCopyAddress; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -9,0 +9,0 @@ declare global { |
@@ -5,3 +5,3 @@ import { LitElement } from 'lit'; | ||
private viewTemplate; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -8,0 +8,0 @@ declare global { |
@@ -11,3 +11,3 @@ import { LitElement } from 'lit'; | ||
private onGoToWallet; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -14,0 +14,0 @@ declare global { |
@@ -7,3 +7,3 @@ import { LitElement } from 'lit'; | ||
private onExplore; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -10,0 +10,0 @@ declare global { |
@@ -7,3 +7,3 @@ import { LitElement } from 'lit'; | ||
private onLearnMore; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -10,0 +10,0 @@ declare global { |
@@ -9,3 +9,3 @@ import { LitElement } from 'lit'; | ||
private onConnect; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -12,0 +12,0 @@ declare global { |
@@ -7,3 +7,3 @@ import { LitElement } from 'lit'; | ||
private onMobile; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -10,0 +10,0 @@ declare global { |
import { LitElement } from 'lit'; | ||
export declare class W3mQrcodeView extends LitElement { | ||
static styles: import("lit").CSSResult[]; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -6,0 +6,0 @@ declare global { |
@@ -5,3 +5,3 @@ import { LitElement } from 'lit'; | ||
private onSelectChain; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -8,0 +8,0 @@ declare global { |
@@ -8,3 +8,3 @@ import { LitElement } from 'lit'; | ||
private onSwitchNetwork; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -11,0 +11,0 @@ declare global { |
@@ -20,3 +20,3 @@ import { LitElement } from 'lit'; | ||
private coinbaseConnectorTemplate; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -23,0 +23,0 @@ declare global { |
@@ -7,3 +7,3 @@ import { LitElement } from 'lit'; | ||
private onSearchChange; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
protected render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -10,0 +10,0 @@ declare global { |
{ | ||
"name": "@web3modal/ui", | ||
"version": "2.0.0-e75d550", | ||
"version": "2.0.0-ef85d2d", | ||
"main": "dist/index.js", | ||
@@ -19,5 +19,5 @@ "type": "module", | ||
"dependencies": { | ||
"@web3modal/core": "2.0.0-e75d550", | ||
"lit": "2.5.0", | ||
"motion": "10.15.3", | ||
"@web3modal/core": "2.0.0-ef85d2d", | ||
"lit": "2.6.1", | ||
"motion": "10.15.5", | ||
"qrcode": "1.5.1" | ||
@@ -27,3 +27,3 @@ }, | ||
"@types/qrcode": "1.5.0", | ||
"eslint-plugin-lit": "1.7.2", | ||
"eslint-plugin-lit": "1.8.2", | ||
"eslint-plugin-wc": "1.4.0" | ||
@@ -30,0 +30,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
492147
0.07%0
-100%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated