Socket
Socket
Sign inDemoInstall

@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.26.0-canary.406d6fe1.0 to 0.26.0-canary.448f6cb9.0

2

mwc-radio-base.js

@@ -120,3 +120,3 @@ /**

// element has connected, because selection controllers are keyed by the
// radio's shadow root. For example, if we're stamping in a lit-html map
// radio's shadow root. For example, if we're stamping in a lit map
// or repeat, then we'll be constructed before we're added to a root node.

@@ -123,0 +123,0 @@ //

{
"name": "@material/mwc-radio",
"version": "0.26.0-canary.406d6fe1.0",
"version": "0.26.0-canary.448f6cb9.0",
"description": "Material Design radio web component",

@@ -19,5 +19,5 @@ "keywords": [

"dependencies": {
"@material/mwc-base": "0.26.0-canary.406d6fe1.0",
"@material/mwc-ripple": "0.26.0-canary.406d6fe1.0",
"@material/radio": "=14.0.0-canary.353ca7e9f.0",
"@material/mwc-base": "0.26.0-canary.448f6cb9.0",
"@material/mwc-ripple": "0.26.0-canary.448f6cb9.0",
"@material/radio": "=14.0.0-canary.a986df922.0",
"lit": "^2.0.0",

@@ -27,3 +27,3 @@ "tslib": "^2.0.1"

"devDependencies": {
"@material/ripple": "=14.0.0-canary.353ca7e9f.0"
"@material/ripple": "=14.0.0-canary.a986df922.0"
},

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

},
"gitHead": "d1410f3120b13ff08ccd731739c038b9fb14af78"
"gitHead": "b9833961f155dca92373d3a6f0476bc8cef934a2"
}

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

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