@web3modal/scaffold
Advanced tools
Comparing version 3.2.0 to 3.3.0-39125fb
@@ -19,2 +19,5 @@ export * from './src/modal/w3m-account-button/index.js'; | ||
export * from './src/views/w3m-what-is-a-wallet-view/index.js'; | ||
export * from './src/views/w3m-email-verify-otp-view/index.js'; | ||
export * from './src/views/w3m-email-verify-device-view/index.js'; | ||
export * from './src/views/w3m-approve-transaction-view/index.js'; | ||
export * from './src/partials/w3m-all-wallets-list/index.js'; | ||
@@ -35,4 +38,5 @@ export * from './src/partials/w3m-all-wallets-search/index.js'; | ||
export * from './src/partials/w3m-snackbar/index.js'; | ||
export * from './src/partials/w3m-email-login-widget/index.js'; | ||
export { Web3ModalScaffold } from './src/client.js'; | ||
export { CoreHelperUtil } from '@web3modal/core'; | ||
//# sourceMappingURL=index.js.map |
@@ -70,2 +70,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
return html `<w3m-downloads-view></w3m-downloads-view>`; | ||
case 'EmailVerifyOtp': | ||
return html `<w3m-email-verify-otp-view></w3m-email-verify-otp-view>`; | ||
case 'EmailVerifyDevice': | ||
return html `<w3m-email-verify-device-view></w3m-email-verify-device-view>`; | ||
case 'ApproveTransaction': | ||
return html `<w3m-approve-transaction-view></w3m-approve-transaction-view>`; | ||
default: | ||
@@ -72,0 +78,0 @@ return html `<w3m-connect-view></w3m-connect-view>`; |
@@ -29,3 +29,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
GetWallet: 'Get a Wallet', | ||
Downloads: name ? `Get ${name}` : 'Downloads' | ||
Downloads: name ? `Get ${name}` : 'Downloads', | ||
EmailVerifyOtp: 'Confirm Email', | ||
EmailVerifyDevice: 'Confirm Device', | ||
ApproveTransaction: 'Approve Transaction' | ||
}; | ||
@@ -71,3 +74,4 @@ } | ||
const isConnectHelp = view === 'Connect'; | ||
if (this.showBack) { | ||
const isApproveTransaction = view === 'ApproveTransaction'; | ||
if (this.showBack && !isApproveTransaction) { | ||
return html `<wui-icon-link | ||
@@ -74,0 +78,0 @@ id="dynamic" |
@@ -26,2 +26,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
<wui-flex flexDirection="column" padding="s" gap="xs"> | ||
<w3m-email-login-widget></w3m-email-login-widget> | ||
${this.walletConnectConnectorTemplate()} ${this.recentTemplate()} | ||
@@ -137,3 +139,3 @@ ${this.announcedTemplate()} ${this.injectedTemplate()} ${this.featuredTemplate()} | ||
return this.connectors.map(connector => { | ||
if (['WALLET_CONNECT', 'INJECTED', 'ANNOUNCED'].includes(connector.type)) { | ||
if (['WALLET_CONNECT', 'INJECTED', 'ANNOUNCED', 'EMAIL'].includes(connector.type)) { | ||
return null; | ||
@@ -140,0 +142,0 @@ } |
@@ -101,3 +101,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
await NetworkController.switchActiveNetwork(this.network); | ||
RouterController.goBack(); | ||
} | ||
@@ -104,0 +103,0 @@ } |
@@ -19,2 +19,5 @@ export * from './src/modal/w3m-account-button/index.js'; | ||
export * from './src/views/w3m-what-is-a-wallet-view/index.js'; | ||
export * from './src/views/w3m-email-verify-otp-view/index.js'; | ||
export * from './src/views/w3m-email-verify-device-view/index.js'; | ||
export * from './src/views/w3m-approve-transaction-view/index.js'; | ||
export * from './src/partials/w3m-all-wallets-list/index.js'; | ||
@@ -35,2 +38,3 @@ export * from './src/partials/w3m-all-wallets-search/index.js'; | ||
export * from './src/partials/w3m-snackbar/index.js'; | ||
export * from './src/partials/w3m-email-login-widget/index.js'; | ||
export { Web3ModalScaffold } from './src/client.js'; | ||
@@ -37,0 +41,0 @@ export type { LibraryOptions, ScaffoldOptions } from './src/client.js'; |
{ | ||
"name": "@web3modal/scaffold", | ||
"version": "3.2.0", | ||
"version": "3.3.0-39125fb", | ||
"type": "module", | ||
@@ -19,6 +19,9 @@ "main": "./dist/esm/index.js", | ||
"dependencies": { | ||
"@web3modal/core": "3.2.0", | ||
"@web3modal/ui": "3.2.0", | ||
"lit": "3.0.0" | ||
"@web3modal/core": "3.3.0-39125fb", | ||
"@web3modal/ui": "3.3.0-39125fb", | ||
"lit": "3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@web3modal/smart-account": "3.3.0-39125fb" | ||
}, | ||
"keywords": [ | ||
@@ -25,0 +28,0 @@ "web3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
274744
176
4637
1
31758
1
112
+ Added@web3modal/core@3.3.0-39125fb(transitive)
+ Added@web3modal/ui@3.3.0-39125fb(transitive)
+ Addedlit@3.0.1(transitive)
+ Addedvaltio@1.11.3(transitive)
- Removed@web3modal/core@3.2.0(transitive)
- Removed@web3modal/ui@3.2.0(transitive)
- Removedlit@3.0.0(transitive)
- Removedvaltio@1.11.2(transitive)
Updated@web3modal/ui@3.3.0-39125fb
Updatedlit@3.0.1