Socket
Socket
Sign inDemoInstall

@material/mwc-formfield

Package Overview
Dependencies
Maintainers
15
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.f3e28323.0 to 0.26.0

4

mwc-formfield-base.js

@@ -12,4 +12,4 @@ /**

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

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

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

// tslint:disable:strip-private-property-underscore
import { customElement } from 'lit/decorators.js';
import { customElement } from 'lit/decorators';
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.f3e28323.0",
"version": "0.26.0",
"description": "Material Design formfield web component",

@@ -19,4 +19,4 @@ "keywords": [

"dependencies": {
"@material/form-field": "=14.0.0-canary.a986df922.0",
"@material/mwc-base": "0.26.0-canary.f3e28323.0",
"@material/form-field": "=14.0.0",
"@material/mwc-base": "^0.26.0",
"lit": "^2.0.0",

@@ -26,8 +26,8 @@ "tslib": "^2.0.1"

"devDependencies": {
"@material/mwc-checkbox": "0.26.0-canary.f3e28323.0",
"@material/mwc-radio": "0.26.0-canary.f3e28323.0",
"@material/mwc-switch": "0.26.0-canary.f3e28323.0",
"@material/rtl": "=14.0.0-canary.a986df922.0",
"@material/theme": "=14.0.0-canary.a986df922.0",
"@material/typography": "=14.0.0-canary.a986df922.0"
"@material/mwc-checkbox": "^0.26.0",
"@material/mwc-radio": "^0.26.0",
"@material/mwc-switch": "^0.26.0",
"@material/rtl": "=14.0.0",
"@material/theme": "=14.0.0",
"@material/typography": "=14.0.0"
},

@@ -40,3 +40,3 @@ "scripts": {

},
"gitHead": "ebbbec0b1b0e29da237ec87bebd889c3af847f1b"
"gitHead": "056b3ceffbe2fe3408dbdbb319932da85637e779"
}

@@ -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/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/formfield/images/with_checkbox.png" width="105px" height="40px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/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/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/formfield/images/nowrap.png" width="150px" height="40px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/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/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/formfield/images/with_radio.png" width="94px" height="80px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/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/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/formfield/images/with_switch.png" width="160px" height="48px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/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