@walletconnect/modal-ui
Advanced tools
Comparing version 2.4.8-0f22fc8 to 2.5.0-0d56da4
import { LitElement } from 'lit'; | ||
export declare class WcmModalBackcard extends LitElement { | ||
static styles: any[]; | ||
private isHelp; | ||
constructor(); | ||
disconnectedCallback(): void; | ||
private readonly unsubscribeRouter?; | ||
private onHelp; | ||
private logoTemplate; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
@@ -11,0 +5,0 @@ } |
@@ -6,3 +6,2 @@ import { LitElement } from 'lit'; | ||
private readonly unsubscribeTheme?; | ||
private preloadThemeImages; | ||
} | ||
@@ -9,0 +8,0 @@ declare global { |
@@ -5,3 +5,2 @@ import { LitElement } from 'lit'; | ||
private onGoToQrcode; | ||
private onGetWallet; | ||
protected render(): import("lit-html").TemplateResult<1>; | ||
@@ -8,0 +7,0 @@ } |
@@ -5,4 +5,2 @@ import { LitElement } from 'lit'; | ||
isMobile: boolean; | ||
isInjected: boolean; | ||
isInjectedInstalled: boolean; | ||
isDesktop: boolean; | ||
@@ -9,0 +7,0 @@ isWeb: boolean; |
@@ -17,20 +17,5 @@ export declare const SvgUtil: { | ||
CHECKMARK_ICON: import("lit-html").TemplateResult<2>; | ||
HELP_ETH_IMG: import("lit-html").TemplateResult<2>; | ||
HELP_PAINTING_IMG: import("lit-html").TemplateResult<2>; | ||
HELP_CHART_IMG: import("lit-html").TemplateResult<2>; | ||
HELP_KEY_IMG: import("lit-html").TemplateResult<2>; | ||
HELP_USER_IMG: import("lit-html").TemplateResult<2>; | ||
HELP_LOCK_IMG: import("lit-html").TemplateResult<2>; | ||
HELP_COMPAS_IMG: import("lit-html").TemplateResult<2>; | ||
HELP_NOUN_IMG: import("lit-html").TemplateResult<2>; | ||
HELP_DAO_IMG: import("lit-html").TemplateResult<2>; | ||
SEARCH_ICON: import("lit-html").TemplateResult<2>; | ||
HELP_ICON: import("lit-html").TemplateResult<2>; | ||
WALLET_ICON: import("lit-html").TemplateResult<2>; | ||
NETWORK_PLACEHOLDER: import("lit-html").TemplateResult<2>; | ||
WALLET_PLACEHOLDER: import("lit-html").TemplateResult<2>; | ||
TOKEN_PLACEHOLDER: import("lit-html").TemplateResult<2>; | ||
ACCOUNT_COPY: import("lit-html").TemplateResult<2>; | ||
ACCOUNT_DISCONNECT: import("lit-html").TemplateResult<2>; | ||
GLOBE_ICON: import("lit-html").TemplateResult<2>; | ||
}; |
import './wcm-connect-wallet-view'; | ||
import './wcm-desktop-connecting-view'; | ||
import './wcm-get-wallet-view'; | ||
import './wcm-help-view'; | ||
import './wcm-install-wallet-view'; | ||
@@ -6,0 +4,0 @@ import './wcm-mobile-connecting-view'; |
{ | ||
"name": "@walletconnect/modal-ui", | ||
"version": "2.4.8-0f22fc8", | ||
"version": "2.5.0-0d56da4", | ||
"main": "dist/index.js", | ||
@@ -19,3 +19,3 @@ "type": "module", | ||
"dependencies": { | ||
"@walletconnect/modal-core": "2.4.8-0f22fc8", | ||
"@walletconnect/modal-core": "2.5.0-0d56da4", | ||
"lit": "2.7.5", | ||
@@ -22,0 +22,0 @@ "motion": "10.16.2", |
@@ -1,1 +0,17 @@ | ||
# @walletconnect/modal-ui | ||
#### 📚 [Documentation](https://docs.walletconnect.com/2.0/web/walletConnectModal/installation) | ||
#### 🔎 [Examples](https://github.com/WalletConnect/web3modal-examples) | ||
#### 🧪 [Laboratory](https://lab-walletconnect-modal.pages.dev) | ||
# WalletConnect Modal | ||
Simplest and most minimal way to connect your users with WalletConnect. | ||
<p align="center"> | ||
<img src="./.github/assets/header.png" alt="" border="0"> | ||
</p> | ||
## Development | ||
Please follow [developer docs](./.github/docs/development.md) to set up WalletConnect Modal locally. |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18
105562
48
923
+ Added@walletconnect/modal-core@2.5.0-0d56da4(transitive)
- Removed@walletconnect/modal-core@2.4.8-0f22fc8(transitive)