@material/mwc-formfield
Advanced tools
Comparing version 0.23.0-canary.21918905.0 to 0.23.0-canary.03120b7d.0
{ | ||
"name": "@material/mwc-formfield", | ||
"version": "0.23.0-canary.21918905.0", | ||
"version": "0.23.0-canary.03120b7d.0", | ||
"description": "Material Design formfield web component", | ||
@@ -19,4 +19,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/form-field": "=13.0.0-canary.cc5377458.0", | ||
"@material/mwc-base": "0.23.0-canary.21918905.0", | ||
"@material/form-field": "=13.0.0-canary.0a9069300.0", | ||
"@material/mwc-base": "0.23.0-canary.03120b7d.0", | ||
"lit-element": "^2.5.1", | ||
@@ -27,8 +27,8 @@ "lit-html": "^1.4.1", | ||
"devDependencies": { | ||
"@material/mwc-checkbox": "0.23.0-canary.21918905.0", | ||
"@material/mwc-radio": "0.23.0-canary.21918905.0", | ||
"@material/mwc-switch": "0.23.0-canary.21918905.0", | ||
"@material/rtl": "=13.0.0-canary.cc5377458.0", | ||
"@material/theme": "=13.0.0-canary.cc5377458.0", | ||
"@material/typography": "=13.0.0-canary.cc5377458.0" | ||
"@material/mwc-checkbox": "0.23.0-canary.03120b7d.0", | ||
"@material/mwc-radio": "0.23.0-canary.03120b7d.0", | ||
"@material/mwc-switch": "0.23.0-canary.03120b7d.0", | ||
"@material/rtl": "=13.0.0-canary.0a9069300.0", | ||
"@material/theme": "=13.0.0-canary.0a9069300.0", | ||
"@material/typography": "=13.0.0-canary.0a9069300.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "scripts": { | ||
}, | ||
"gitHead": "b4df0dc9ece9df56af685bbc48963988f2cb45f8" | ||
"gitHead": "ba0dc47ad891e00a21e2d69aec6ec4c6dc83e003" | ||
} |
@@ -6,6 +6,6 @@ # `<mwc-formfield>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-formfield.svg)](https://www.npmjs.com/package/@material/mwc-formfield) | ||
A form field is a text caption for MWC input elements including | ||
[`<mwc-checkbox>`](https://github.com/material-components/material-components-web-components/tree/master/packages/checkbox), | ||
[`<mwc-radio>`](https://github.com/material-components/material-components-web-components/tree/master/packages/radio), | ||
[`<mwc-checkbox>`](https://github.com/material-components/material-web/tree/master/packages/checkbox), | ||
[`<mwc-radio>`](https://github.com/material-components/material-web/tree/master/packages/radio), | ||
and | ||
[`<mwc-switch>`](https://github.com/material-components/material-components-web-components/tree/master/packages/switch). | ||
[`<mwc-switch>`](https://github.com/material-components/material-web/tree/master/packages/switch). | ||
@@ -18,3 +18,3 @@ It is equivalent to the native | ||
[Demo](https://material-components.github.io/material-components-web-components/demos/formfield/) | ||
[Demo](https://material-components.github.io/material-web/demos/formfield/) | ||
@@ -39,3 +39,3 @@ ## Installation | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b4df0dc9ece9df56af685bbc48963988f2cb45f8/packages/formfield/images/with_checkbox.png" width="105px" height="40px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/ba0dc47ad891e00a21e2d69aec6ec4c6dc83e003/packages/formfield/images/with_checkbox.png" width="105px" height="40px"> | ||
@@ -55,3 +55,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b4df0dc9ece9df56af685bbc48963988f2cb45f8/packages/formfield/images/nowrap.png" width="150px" height="40px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/ba0dc47ad891e00a21e2d69aec6ec4c6dc83e003/packages/formfield/images/nowrap.png" width="150px" height="40px"> | ||
@@ -76,3 +76,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b4df0dc9ece9df56af685bbc48963988f2cb45f8/packages/formfield/images/with_radio.png" width="94px" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/ba0dc47ad891e00a21e2d69aec6ec4c6dc83e003/packages/formfield/images/with_radio.png" width="94px" height="80px"> | ||
@@ -102,3 +102,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b4df0dc9ece9df56af685bbc48963988f2cb45f8/packages/formfield/images/with_switch.png" width="160px" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/ba0dc47ad891e00a21e2d69aec6ec4c6dc83e003/packages/formfield/images/with_switch.png" width="160px" height="48px"> | ||
@@ -105,0 +105,0 @@ ```html |
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
35964
+ Added@material/mwc-base@0.23.0-canary.03120b7d.0(transitive)
- Removed@material/mwc-base@0.23.0-canary.21918905.0(transitive)