@material/mwc-checkbox
Advanced tools
Comparing version 0.24.0-canary.9830d665.0 to 0.24.0-canary.b5e665a9.0
@@ -14,4 +14,4 @@ /** | ||
import { eventOptions, html, property, query, queryAsync, state } from 'lit-element'; | ||
import { classMap } from 'lit-html/directives/class-map'; | ||
import { ifDefined } from 'lit-html/directives/if-defined'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
import { ifDefined } from 'lit-html/directives/if-defined.js'; | ||
/** @soyCompatible */ | ||
@@ -18,0 +18,0 @@ export class CheckboxBase extends FormElement { |
{ | ||
"name": "@material/mwc-checkbox", | ||
"version": "0.24.0-canary.9830d665.0", | ||
"version": "0.24.0-canary.b5e665a9.0", | ||
"description": "Material Design checkbox web component", | ||
@@ -19,6 +19,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/mwc-base": "0.24.0-canary.9830d665.0", | ||
"@material/mwc-ripple": "0.24.0-canary.9830d665.0", | ||
"lit-element": "^2.5.1", | ||
"lit-html": "^1.4.1", | ||
"@material/mwc-base": "0.24.0-canary.b5e665a9.0", | ||
"@material/mwc-ripple": "0.24.0-canary.b5e665a9.0", | ||
"lit-element": "3.0.0-rc.4", | ||
"lit-html": "2.0.0-rc.5", | ||
"tslib": "^2.0.1" | ||
@@ -30,5 +30,5 @@ }, | ||
"devDependencies": { | ||
"@material/checkbox": "=13.0.0-canary.864798678.0", | ||
"@material/theme": "=13.0.0-canary.864798678.0", | ||
"@material/touch-target": "=13.0.0-canary.864798678.0" | ||
"@material/checkbox": "=13.0.0-canary.818f4ee93.0", | ||
"@material/theme": "=13.0.0-canary.818f4ee93.0", | ||
"@material/touch-target": "=13.0.0-canary.818f4ee93.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "964716e9985c1d08cbf280a6c7a4093be800c67d" | ||
"gitHead": "1098b7010fbefe404afd06dfc30b7b30db59b092" | ||
} |
@@ -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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/checkbox/images/checked.png" width="29px" height="29px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1098b7010fbefe404afd06dfc30b7b30db59b092/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/checkbox/images/standard_disabled.png" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1098b7010fbefe404afd06dfc30b7b30db59b092/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/checkbox/images/styled_standard_disabled.png" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1098b7010fbefe404afd06dfc30b7b30db59b092/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/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/checkbox/images/formfield.png" width="132px" height="123px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/1098b7010fbefe404afd06dfc30b7b30db59b092/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/964716e9985c1d08cbf280a6c7a4093be800c67d/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/964716e9985c1d08cbf280a6c7a4093be800c67d/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/964716e9985c1d08cbf280a6c7a4093be800c67d/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/1098b7010fbefe404afd06dfc30b7b30db59b092/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/1098b7010fbefe404afd06dfc30b7b30db59b092/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/1098b7010fbefe404afd06dfc30b7b30db59b092/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 |
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
83282
+ Added@lit/reactive-element@1.0.0-rc.4(transitive)
+ Added@material/mwc-base@0.24.0-canary.b5e665a9.0(transitive)
+ Added@material/mwc-ripple@0.24.0-canary.b5e665a9.0(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit-element@3.0.0-rc.4(transitive)
+ Addedlit-html@2.0.0-rc.5(transitive)
- Removed@material/mwc-base@0.24.0-canary.9830d665.0(transitive)
- Removed@material/mwc-ripple@0.24.0-canary.9830d665.0(transitive)
- Removedlit-element@2.5.1(transitive)
- Removedlit-html@1.4.1(transitive)
Updatedlit-element@3.0.0-rc.4
Updatedlit-html@2.0.0-rc.5