@web3modal/scaffold
Advanced tools
Comparing version 3.0.0-0029e67f to 3.0.0-0d5dd1b5
@@ -34,3 +34,3 @@ import { css } from 'lit'; | ||
animation-fill-mode: backwards; | ||
animation-timing-function: var(--wui-ease-out-power-4); | ||
animation-timing-function: var(--wui-ease-out-power-2); | ||
outline: none; | ||
@@ -37,0 +37,0 @@ } |
@@ -35,3 +35,3 @@ import { css } from 'lit'; | ||
transform: scale(0.5); | ||
transition: all var(--wui-ease-out-power-4) var(--wui-duration-lg); | ||
transition: all var(--wui-ease-out-power-2) var(--wui-duration-lg); | ||
} | ||
@@ -38,0 +38,0 @@ |
@@ -8,2 +8,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { AccountController, ConnectionController, CoreHelperUtil, ModalController, RouterController, SnackController } from '@web3modal/core'; | ||
import { UiHelperUtil } from '@web3modal/ui'; | ||
import { LitElement, html } from 'lit'; | ||
@@ -13,3 +14,2 @@ import { customElement, state } from 'lit/decorators.js'; | ||
import styles from './styles'; | ||
import { UiHelperUtil } from '@web3modal/ui/src/utils/UiHelperUtils'; | ||
export let W3mAccountView = class W3mAccountView extends LitElement { | ||
@@ -16,0 +16,0 @@ constructor() { |
@@ -35,3 +35,3 @@ import { css } from 'lit'; | ||
transform: scale(0.5); | ||
transition: all var(--wui-ease-out-power-4) var(--wui-duration-lg); | ||
transition: all var(--wui-ease-out-power-2) var(--wui-duration-lg); | ||
} | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "@web3modal/scaffold", | ||
"version": "3.0.0-0029e67f", | ||
"version": "3.0.0-0d5dd1b5", | ||
"type": "module", | ||
@@ -18,4 +18,4 @@ "main": "./dist/esm/index.js", | ||
"dependencies": { | ||
"@web3modal/core": "3.0.0-0029e67f", | ||
"@web3modal/ui": "3.0.0-0029e67f", | ||
"@web3modal/core": "3.0.0-0d5dd1b5", | ||
"@web3modal/ui": "3.0.0-0d5dd1b5", | ||
"lit": "2.7.6", | ||
@@ -22,0 +22,0 @@ "motion": "10.16.2" |
Sorry, the diff of this file is not supported yet
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
160800
+ Added@web3modal/core@3.0.0-0d5dd1b5(transitive)
+ Added@web3modal/ui@3.0.0-0d5dd1b5(transitive)
- Removed@web3modal/core@3.0.0-0029e67f(transitive)
- Removed@web3modal/ui@3.0.0-0029e67f(transitive)
Updated@web3modal/ui@3.0.0-0d5dd1b5