Socket
Socket
Sign inDemoInstall

@web3modal/ui

Package Overview
Dependencies
Maintainers
4
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/ui - npm Package Compare versions

Comparing version 2.0.0-rc.3 to 2.0.0

2

dist/_types/src/components/w3m-text/index.d.ts
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>;

2

dist/_types/src/partials/w3m-modal/index.d.ts

@@ -16,3 +16,3 @@ import { LitElement } from 'lit';

private get containerEl();
private fetchProfile;
private fetchEnsProfile;
private fetchBalance;

@@ -19,0 +19,0 @@ private toggleBodyScroll;

{
"name": "@web3modal/ui",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"main": "dist/index.js",

@@ -19,3 +19,3 @@ "type": "module",

"dependencies": {
"@web3modal/core": "2.0.0-rc.3",
"@web3modal/core": "2.0.0",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc