@material/mwc-formfield
Advanced tools
Comparing version 0.14.0-canary.24f5fa6e.0 to 0.14.0-canary.2b02d017.0
@@ -7,3 +7,3 @@ import { __decorate } from "tslib"; | ||
import { html, property, query } from 'lit-element'; | ||
import { classMap } from 'lit-html/directives/class-map'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
export class FormfieldBase extends BaseElement { | ||
@@ -10,0 +10,0 @@ constructor() { |
{ | ||
"name": "@material/mwc-formfield", | ||
"version": "0.14.0-canary.24f5fa6e.0", | ||
"version": "0.14.0-canary.2b02d017.0", | ||
"description": "", | ||
@@ -18,4 +18,4 @@ "main": "mwc-formfield.js", | ||
"dependencies": { | ||
"@material/form-field": "=6.0.0-canary.69edc6e28.0", | ||
"@material/mwc-base": "0.14.0-canary.24f5fa6e.0", | ||
"@material/form-field": "=6.0.0-canary.9cf5e9842.0", | ||
"@material/mwc-base": "0.14.0-canary.2b02d017.0", | ||
"lit-element": "^2.2.1", | ||
@@ -28,3 +28,3 @@ "lit-html": "^1.1.2", | ||
}, | ||
"gitHead": "e884595521a6f82f63b8dec96fc4450410e37a09" | ||
"gitHead": "2f2999d0bc0326feb2bf856866fd9238c59ca246" | ||
} |
@@ -27,3 +27,3 @@ # `<mwc-formfield>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-formfield.svg)](https://www.npmjs.com/package/@material/mwc-formfield) | ||
> tooling step is required to resolve *bare module specifiers*, as well as | ||
> transpilation and polyfills for Edge and IE11. See | ||
> transpilation and polyfills for IE11. See | ||
> [here](https://github.com/material-components/material-components-web-components#quick-start) | ||
@@ -36,3 +36,3 @@ > for detailed instructions. | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/e884595521a6f82f63b8dec96fc4450410e37a09/packages/formfield/images/with_checkbox.png" width="105px" height="40px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/2f2999d0bc0326feb2bf856866fd9238c59ca246/packages/formfield/images/with_checkbox.png" width="105px" height="40px"> | ||
@@ -52,3 +52,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/e884595521a6f82f63b8dec96fc4450410e37a09/packages/formfield/images/with_radio.png" width="94px" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/2f2999d0bc0326feb2bf856866fd9238c59ca246/packages/formfield/images/with_radio.png" width="94px" height="80px"> | ||
@@ -78,3 +78,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/e884595521a6f82f63b8dec96fc4450410e37a09/packages/formfield/images/with_switch.png" width="160px" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/2f2999d0bc0326feb2bf856866fd9238c59ca246/packages/formfield/images/with_switch.png" width="160px" height="48px"> | ||
@@ -81,0 +81,0 @@ ```html |
@@ -23,3 +23,3 @@ /** | ||
import {html, property, query} from 'lit-element'; | ||
import {classMap} from 'lit-html/directives/class-map'; | ||
import {classMap} from 'lit-html/directives/class-map.js'; | ||
@@ -83,3 +83,3 @@ export class FormfieldBase extends BaseElement { | ||
// be emitted into the runtime, which will cause an "HTMLSlotElement is | ||
// undefined" error in browsers that don't define it (e.g. Edge and IE11). | ||
// undefined" error in browsers that don't define it (e.g. IE11). | ||
@query('slot') protected slotEl!: HTMLElement; | ||
@@ -86,0 +86,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
44021
+ Added@material/mwc-base@0.14.0-canary.2b02d017.0(transitive)
- Removed@material/mwc-base@0.14.0-canary.24f5fa6e.0(transitive)