Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material/mwc-radio

Package Overview
Dependencies
Maintainers
21
Versions
721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-radio - npm Package Compare versions

Comparing version 0.24.0-canary.f2ea80c4.0 to 0.25.0

mwc-radio-css.d.ts

12

package.json
{
"name": "@material/mwc-radio",
"version": "0.24.0-canary.f2ea80c4.0",
"version": "0.25.0",
"description": "Material Design radio 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",
"@material/mwc-base": "^0.25.0",
"@material/mwc-ripple": "^0.25.0",
"@material/radio": "=13.0.0-canary.65125b3a6.0",
"lit-element": "3.0.0-rc.4",
"lit-element": "^3.0.0",
"tslib": "^2.0.1"

@@ -28,3 +28,3 @@ },

"@material/ripple": "=13.0.0-canary.65125b3a6.0",
"lit-html": "2.0.0-rc.5"
"lit-html": "^2.0.0"
},

@@ -37,3 +37,3 @@ "scripts": {

},
"gitHead": "be75dd39a03705b3cc24c5614f2c7f2be7c3c93e"
"gitHead": "6be1a13e29a0f18491948418d7076fdc1c7031a6"
}

@@ -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/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/radio/images/standard.png" width="84px" height="48px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6be1a13e29a0f18491948418d7076fdc1c7031a6/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/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/radio/images/standard.png" width="84px" height="48px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6be1a13e29a0f18491948418d7076fdc1c7031a6/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/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/radio/images/custom_color.png" height="40px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6be1a13e29a0f18491948418d7076fdc1c7031a6/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/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/radio/images/disabled_custom_color.png" height="40px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6be1a13e29a0f18491948418d7076fdc1c7031a6/packages/radio/images/disabled_custom_color.png" height="40px">

@@ -85,3 +85,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/radio/images/formfield.png" width="94px" height="80px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6be1a13e29a0f18491948418d7076fdc1c7031a6/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/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/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/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/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/6be1a13e29a0f18491948418d7076fdc1c7031a6/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/6be1a13e29a0f18491948418d7076fdc1c7031a6/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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc