@web3modal/ui
Advanced tools
Comparing version 2.0.0-85630cf to 2.0.0-8e3b2c5
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,3 +7,2 @@ export declare class W3mText extends LitElement { | ||
variant?: Variant; | ||
align?: Align; | ||
color?: Color; | ||
@@ -11,0 +9,0 @@ protected render(): import("lit").TemplateResult<1>; |
{ | ||
"name": "@web3modal/ui", | ||
"version": "2.0.0-85630cf", | ||
"version": "2.0.0-8e3b2c5", | ||
"main": "dist/index.js", | ||
@@ -19,3 +19,3 @@ "type": "module", | ||
"dependencies": { | ||
"@web3modal/core": "2.0.0-85630cf", | ||
"@web3modal/core": "2.0.0-8e3b2c5", | ||
"lit": "2.6.1", | ||
@@ -22,0 +22,0 @@ "motion": "10.15.5", |
Sorry, the diff of this file is too big to display
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
491975
1558
+ Added@web3modal/core@2.0.0-8e3b2c5(transitive)
- Removed@web3modal/core@2.0.0-85630cf(transitive)