@material/mwc-checkbox
Advanced tools
Comparing version 0.24.0-canary.f2ea80c4.0 to 0.25.0
{ | ||
"name": "@material/mwc-checkbox", | ||
"version": "0.24.0-canary.f2ea80c4.0", | ||
"version": "0.25.0", | ||
"description": "Material Design checkbox web component", | ||
@@ -19,6 +19,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/mwc-base": "0.24.0-canary.f2ea80c4.0", | ||
"@material/mwc-ripple": "0.24.0-canary.f2ea80c4.0", | ||
"lit-element": "3.0.0-rc.4", | ||
"lit-html": "2.0.0-rc.5", | ||
"@material/mwc-base": "^0.25.0", | ||
"@material/mwc-ripple": "^0.25.0", | ||
"lit-element": "^3.0.0", | ||
"lit-html": "^2.0.0", | ||
"tslib": "^2.0.1" | ||
@@ -37,3 +37,3 @@ }, | ||
}, | ||
"gitHead": "be75dd39a03705b3cc24c5614f2c7f2be7c3c93e" | ||
"gitHead": "6be1a13e29a0f18491948418d7076fdc1c7031a6" | ||
} |
@@ -30,3 +30,3 @@ # `<mwc-checkbox>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-checkbox.svg)](https://www.npmjs.com/package/@material/mwc-checkbox) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/checkbox/images/checked.png" width="29px" height="29px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6be1a13e29a0f18491948418d7076fdc1c7031a6/packages/checkbox/images/checked.png" width="29px" height="29px"> | ||
@@ -48,3 +48,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/checkbox/images/standard_disabled.png" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6be1a13e29a0f18491948418d7076fdc1c7031a6/packages/checkbox/images/standard_disabled.png" height="80px"> | ||
@@ -67,3 +67,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/checkbox/images/styled_standard_disabled.png" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6be1a13e29a0f18491948418d7076fdc1c7031a6/packages/checkbox/images/styled_standard_disabled.png" height="80px"> | ||
@@ -103,3 +103,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/checkbox/images/formfield.png" width="132px" height="123px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6be1a13e29a0f18491948418d7076fdc1c7031a6/packages/checkbox/images/formfield.png" width="132px" height="123px"> | ||
@@ -161,5 +161,5 @@ ```html | ||
-------------------------------- | ------------------------------------------------------------- | ----------- | ||
`--mdc-checkbox-ink-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/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/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/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/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/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/6be1a13e29a0f18491948418d7076fdc1c7031a6/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/6be1a13e29a0f18491948418d7076fdc1c7031a6/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/6be1a13e29a0f18491948418d7076fdc1c7031a6/packages/checkbox/images/color_0,0,0,38.png) `rgba(0, 0, 0, 0.38)` | Color of the checkbox box and fill when disabled. | ||
@@ -166,0 +166,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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
115451
18
487
1
80
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@material/mwc-base@0.25.3(transitive)
+ Added@material/mwc-ripple@0.25.3(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removed@material/mwc-base@0.24.0-canary.f2ea80c4.0(transitive)
- Removed@material/mwc-ripple@0.24.0-canary.f2ea80c4.0(transitive)
- Removedlit-element@3.0.0-rc.4(transitive)
- Removedlit-html@2.0.0-rc.5(transitive)
Updated@material/mwc-base@^0.25.0
Updated@material/mwc-ripple@^0.25.0
Updatedlit-element@^3.0.0
Updatedlit-html@^2.0.0