@walletconnect/modal-ui
Advanced tools
Comparing version 2.5.0-f0d3ee1 to 2.5.0
@@ -1,3 +0,3 @@ | ||
import type { RouterView } from '@walletconnect/modal-core'; | ||
import { LitElement } from 'lit'; | ||
import type { RouterView } from 'packages/modal-core'; | ||
export declare class WcmModalRouter extends LitElement { | ||
@@ -4,0 +4,0 @@ static styles: any[]; |
@@ -25,4 +25,4 @@ export declare const DataUtil: { | ||
}[]; | ||
recentWallet(): import("@walletconnect/modal-core").WalletData | undefined; | ||
recomendedWallets(skipRecent?: boolean): import("@walletconnect/modal-core").Listing[]; | ||
recentWallet(): import("packages/modal-core").WalletData | undefined; | ||
recomendedWallets(skipRecent?: boolean): import("packages/modal-core").Listing[]; | ||
}; |
@@ -1,2 +0,2 @@ | ||
import type { WalletData } from '@walletconnect/modal-core'; | ||
import type { WalletData } from 'packages/modal-core'; | ||
export declare const TemplateUtil: { | ||
@@ -3,0 +3,0 @@ onConnecting(data: WalletData): void; |
@@ -1,3 +0,3 @@ | ||
import type { WalletData } from '@walletconnect/modal-core'; | ||
import type { LitElement } from 'lit'; | ||
import type { WalletData } from 'packages/modal-core'; | ||
export declare const UiUtil: { | ||
@@ -4,0 +4,0 @@ MOBILE_BREAKPOINT: number; |
{ | ||
"name": "@walletconnect/modal-ui", | ||
"version": "2.5.0-f0d3ee1", | ||
"version": "2.5.0", | ||
"main": "dist/index.js", | ||
@@ -19,3 +19,3 @@ "type": "module", | ||
"dependencies": { | ||
"@walletconnect/modal-core": "2.5.0-f0d3ee1", | ||
"@walletconnect/modal-core": "2.5.0", | ||
"lit": "2.7.5", | ||
@@ -22,0 +22,0 @@ "motion": "10.16.2", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
105565
924
0
+ Added@walletconnect/modal-core@2.5.0(transitive)
- Removed@walletconnect/modal-core@2.5.0-f0d3ee1(transitive)