Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material/mwc-formfield

Package Overview
Dependencies
Maintainers
21
Versions
720
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-formfield - npm Package Compare versions

Comparing version 0.26.0-canary.4abe237e.0 to 0.26.0-canary.6278ee5d.0

5

mwc-formfield-base.js

@@ -11,4 +11,5 @@ /**

import { observer } from '@material/mwc-base/observer';
import { html, property, query, queryAssignedNodes } from 'lit-element';
import { classMap } from 'lit-html/directives/class-map.js';
import { html } from 'lit';
import { property, query, queryAssignedNodes } from 'lit/decorators.js';
import { classMap } from 'lit/directives/class-map.js';
export class FormfieldBase extends BaseElement {

@@ -15,0 +16,0 @@ constructor() {

2

mwc-formfield.d.ts

@@ -13,3 +13,3 @@ /**

export declare class Formfield extends FormfieldBase {
static styles: import("lit-element").CSSResult[];
static styles: import("lit").CSSResult[];
}

@@ -9,3 +9,3 @@ /**

// tslint:disable:strip-private-property-underscore
import { customElement } from 'lit-element';
import { customElement } from 'lit/decorators.js';
import { FormfieldBase } from './mwc-formfield-base';

@@ -12,0 +12,0 @@ import { styles } from './mwc-formfield.css';

{
"name": "@material/mwc-formfield",
"version": "0.26.0-canary.4abe237e.0",
"version": "0.26.0-canary.6278ee5d.0",
"description": "Material Design formfield web component",

@@ -20,11 +20,10 @@ "keywords": [

"@material/form-field": "=13.0.0-canary.c79aa0cdd.0",
"@material/mwc-base": "0.26.0-canary.4abe237e.0",
"lit-element": "^3.0.0",
"lit-html": "^2.0.0",
"@material/mwc-base": "0.26.0-canary.6278ee5d.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@material/mwc-checkbox": "0.26.0-canary.4abe237e.0",
"@material/mwc-radio": "0.26.0-canary.4abe237e.0",
"@material/mwc-switch": "0.26.0-canary.4abe237e.0",
"@material/mwc-checkbox": "0.26.0-canary.6278ee5d.0",
"@material/mwc-radio": "0.26.0-canary.6278ee5d.0",
"@material/mwc-switch": "0.26.0-canary.6278ee5d.0",
"@material/rtl": "=13.0.0-canary.c79aa0cdd.0",

@@ -40,3 +39,3 @@ "@material/theme": "=13.0.0-canary.c79aa0cdd.0",

},
"gitHead": "c0c828f0240aea9472d319d4a1bb77871c960873"
"gitHead": "85137ac5f9a59dd64512524f380c65b268a2344f"
}

@@ -37,3 +37,3 @@ # `<mwc-formfield>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-formfield.svg)](https://www.npmjs.com/package/@material/mwc-formfield)

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c0c828f0240aea9472d319d4a1bb77871c960873/packages/formfield/images/with_checkbox.png" width="105px" height="40px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/85137ac5f9a59dd64512524f380c65b268a2344f/packages/formfield/images/with_checkbox.png" width="105px" height="40px">

@@ -53,3 +53,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c0c828f0240aea9472d319d4a1bb77871c960873/packages/formfield/images/nowrap.png" width="150px" height="40px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/85137ac5f9a59dd64512524f380c65b268a2344f/packages/formfield/images/nowrap.png" width="150px" height="40px">

@@ -74,3 +74,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c0c828f0240aea9472d319d4a1bb77871c960873/packages/formfield/images/with_radio.png" width="94px" height="80px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/85137ac5f9a59dd64512524f380c65b268a2344f/packages/formfield/images/with_radio.png" width="94px" height="80px">

@@ -100,3 +100,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c0c828f0240aea9472d319d4a1bb77871c960873/packages/formfield/images/with_switch.png" width="160px" height="48px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/85137ac5f9a59dd64512524f380c65b268a2344f/packages/formfield/images/with_switch.png" width="160px" height="48px">

@@ -103,0 +103,0 @@ ```html

Sorry, the diff of this file is not supported yet

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