@material/mwc-checkbox
Advanced tools
Comparing version 0.23.0-canary.d595e030.0 to 0.23.0-canary.dcda879b.0
{ | ||
"name": "@material/mwc-checkbox", | ||
"version": "0.23.0-canary.d595e030.0", | ||
"version": "0.23.0-canary.dcda879b.0", | ||
"description": "Material Design checkbox web component", | ||
@@ -19,4 +19,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/mwc-base": "0.23.0-canary.d595e030.0", | ||
"@material/mwc-ripple": "0.23.0-canary.d595e030.0", | ||
"@material/mwc-base": "0.23.0-canary.dcda879b.0", | ||
"@material/mwc-ripple": "0.23.0-canary.dcda879b.0", | ||
"lit-element": "^2.5.1", | ||
@@ -30,5 +30,5 @@ "lit-html": "^1.4.1", | ||
"devDependencies": { | ||
"@material/checkbox": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/theme": "=12.0.0-canary.90e08fc6b.0", | ||
"@material/touch-target": "=12.0.0-canary.90e08fc6b.0" | ||
"@material/checkbox": "=13.0.0-canary.43d2eed2a.0", | ||
"@material/theme": "=13.0.0-canary.43d2eed2a.0", | ||
"@material/touch-target": "=13.0.0-canary.43d2eed2a.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7c8056c080cfa8a28ca6e2a5511b4db50a604a87" | ||
"gitHead": "ab309abf464fd85bb1f234aaf8a2ccd35b8e7635" | ||
} |
@@ -10,3 +10,3 @@ # `<mwc-checkbox>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-checkbox.svg)](https://www.npmjs.com/package/@material/mwc-checkbox) | ||
[Demo](https://material-components.github.io/material-components-web-components/demos/checkbox/) | ||
[Demo](https://material-components.github.io/material-web/demos/checkbox/) | ||
@@ -31,3 +31,3 @@ ## Installation | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/checkbox/images/checked.png" width="29px" height="29px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/checkbox/images/checked.png" width="29px" height="29px"> | ||
@@ -49,3 +49,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/checkbox/images/standard_disabled.png" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/checkbox/images/standard_disabled.png" height="80px"> | ||
@@ -68,3 +68,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/checkbox/images/styled_standard_disabled.png" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/checkbox/images/styled_standard_disabled.png" height="80px"> | ||
@@ -104,3 +104,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/checkbox/images/formfield.png" width="132px" height="123px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/checkbox/images/formfield.png" width="132px" height="123px"> | ||
@@ -162,5 +162,5 @@ ```html | ||
-------------------------------- | ------------------------------------------------------------- | ----------- | ||
`--mdc-checkbox-ink-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/checkbox/images/color_fff.png) `#fff` | Color of mark inside a `checked` or `indeterminate` checkbox (enabled or disabled). | ||
`--mdc-checkbox-unchecked-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/checkbox/images/color_0,0,0,54.png) `rgba(0, 0, 0, 0.54)` | Color of the unchecked box. | ||
`--mdc-checkbox-disabled-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/checkbox/images/color_0,0,0,38.png) `rgba(0, 0, 0, 0.38)` | Color of the checkbox box and fill when disabled. | ||
`--mdc-checkbox-ink-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/checkbox/images/color_fff.png) `#fff` | Color of mark inside a `checked` or `indeterminate` checkbox (enabled or disabled). | ||
`--mdc-checkbox-unchecked-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/checkbox/images/color_0,0,0,54.png) `rgba(0, 0, 0, 0.54)` | Color of the unchecked box. | ||
`--mdc-checkbox-disabled-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/checkbox/images/color_0,0,0,38.png) `rgba(0, 0, 0, 0.38)` | Color of the checkbox box and fill when disabled. | ||
@@ -167,0 +167,0 @@ #### Global Custom Properties |
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
83237
+ Added@material/mwc-base@0.23.0-canary.dcda879b.0(transitive)
+ Added@material/mwc-ripple@0.23.0-canary.dcda879b.0(transitive)
- Removed@material/mwc-base@0.23.0-canary.d595e030.0(transitive)
- Removed@material/mwc-ripple@0.23.0-canary.d595e030.0(transitive)