@material/mwc-radio
Advanced tools
Comparing version 0.23.0-canary.78b1eaac.0 to 0.23.0-canary.7ec04d47.0
{ | ||
"name": "@material/mwc-radio", | ||
"version": "0.23.0-canary.78b1eaac.0", | ||
"version": "0.23.0-canary.7ec04d47.0", | ||
"description": "Material Design radio web component", | ||
@@ -19,5 +19,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/mwc-base": "0.23.0-canary.78b1eaac.0", | ||
"@material/mwc-ripple": "0.23.0-canary.78b1eaac.0", | ||
"@material/radio": "=13.0.0-canary.b47dd37a6.0", | ||
"@material/mwc-base": "0.23.0-canary.7ec04d47.0", | ||
"@material/mwc-ripple": "0.23.0-canary.7ec04d47.0", | ||
"@material/radio": "=13.0.0-canary.15981e9d9.0", | ||
"lit-element": "^2.5.1", | ||
@@ -27,3 +27,3 @@ "tslib": "^2.0.1" | ||
"devDependencies": { | ||
"@material/ripple": "=13.0.0-canary.b47dd37a6.0", | ||
"@material/ripple": "=13.0.0-canary.15981e9d9.0", | ||
"lit-html": "^1.4.1" | ||
@@ -37,3 +37,3 @@ }, | ||
}, | ||
"gitHead": "6052db26d383ccd469e4c4f6cca3c1d2e4533696" | ||
"gitHead": "cc39e72f38b02c8cad467741a3eb549b35590ddf" | ||
} |
@@ -7,3 +7,3 @@ # `<mwc-radio>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-radio.svg)](https://www.npmjs.com/package/@material/mwc-radio) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/radio/images/standard.png" width="84px" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/radio/images/standard.png" width="84px" height="48px"> | ||
@@ -30,3 +30,3 @@ [Material Design Guidelines: Radio buttons](https://material.io/design/components/selection-controls.html#radio-buttons) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/radio/images/standard.png" width="84px" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/radio/images/standard.png" width="84px" height="48px"> | ||
@@ -44,3 +44,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/radio/images/custom_color.png" height="40px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/radio/images/custom_color.png" height="40px"> | ||
@@ -63,3 +63,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/radio/images/disabled_custom_color.png" height="40px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/radio/images/disabled_custom_color.png" height="40px"> | ||
@@ -82,6 +82,6 @@ ```html | ||
Most applications should use | ||
[`<mwc-formfield>`](https://github.com/material-components/material-components-web-components/tree/master/packages/formfield) | ||
[`<mwc-formfield>`](https://github.com/material-components/material-web/tree/master/packages/formfield) | ||
to associate an interactive label with the radio. | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/radio/images/formfield.png" width="94px" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/radio/images/formfield.png" width="94px" height="80px"> | ||
@@ -137,4 +137,4 @@ ```html | ||
| ----------------------- | -------------------------------------- |------------ | ||
| `--mdc-radio-unchecked-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/radio/images/color_0,0,0,54.png) `rgba(0, 0, 0, 0.54)` | Color of the ring of an unchecked radio. | ||
| `--mdc-radio-disabled-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/radio/images/color_0,0,0,38.png) `rgba(0, 0, 0, 0.38)` | Color of the ring and circle of a disabled radio. | ||
| `--mdc-radio-unchecked-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/radio/images/color_0,0,0,54.png) `rgba(0, 0, 0, 0.54)` | Color of the ring of an unchecked radio. | ||
| `--mdc-radio-disabled-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/radio/images/color_0,0,0,38.png) `rgba(0, 0, 0, 0.38)` | Color of the ring and circle of a disabled radio. | ||
@@ -141,0 +141,0 @@ #### Global Custom Properties |
Sorry, the diff of this file is not supported yet
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
99674
+ Added@material/mwc-base@0.23.0-canary.7ec04d47.0(transitive)
+ Added@material/mwc-ripple@0.23.0-canary.7ec04d47.0(transitive)
- Removed@material/mwc-base@0.23.0-canary.78b1eaac.0(transitive)
- Removed@material/mwc-ripple@0.23.0-canary.78b1eaac.0(transitive)