Socket
Socket
Sign inDemoInstall

@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.07e91417.0 to 0.26.0-canary.143ed3c8.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.07e91417.0",
"version": "0.26.0-canary.143ed3c8.0",
"description": "Material Design formfield web component",

@@ -19,15 +19,14 @@ "keywords": [

"dependencies": {
"@material/form-field": "=13.0.0-canary.65125b3a6.0",
"@material/mwc-base": "0.26.0-canary.07e91417.0",
"lit-element": "^3.0.0",
"lit-html": "^2.0.0",
"@material/form-field": "=14.0.0-canary.86b50ef74.0",
"@material/mwc-base": "0.26.0-canary.143ed3c8.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@material/mwc-checkbox": "0.26.0-canary.07e91417.0",
"@material/mwc-radio": "0.26.0-canary.07e91417.0",
"@material/mwc-switch": "0.26.0-canary.07e91417.0",
"@material/rtl": "=13.0.0-canary.65125b3a6.0",
"@material/theme": "=13.0.0-canary.65125b3a6.0",
"@material/typography": "=13.0.0-canary.65125b3a6.0"
"@material/mwc-checkbox": "0.26.0-canary.143ed3c8.0",
"@material/mwc-radio": "0.26.0-canary.143ed3c8.0",
"@material/mwc-switch": "0.26.0-canary.143ed3c8.0",
"@material/rtl": "=14.0.0-canary.86b50ef74.0",
"@material/theme": "=14.0.0-canary.86b50ef74.0",
"@material/typography": "=14.0.0-canary.86b50ef74.0"
},

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

},
"gitHead": "9fcacc1890992ebd650dca508478ea3a276a1ebe"
"gitHead": "d25beb586046dd7cd30a302cdbcf1114a66b7770"
}

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