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.24.0-canary.9830d665.0 to 0.24.0-canary.9cd7e927.0

4

mwc-radio-base.js

@@ -17,4 +17,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';
/**

@@ -21,0 +21,0 @@ * @fires checked

{
"name": "@material/mwc-radio",
"version": "0.24.0-canary.9830d665.0",
"version": "0.24.0-canary.9cd7e927.0",
"description": "Material Design radio web component",

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

"dependencies": {
"@material/mwc-base": "0.24.0-canary.9830d665.0",
"@material/mwc-ripple": "0.24.0-canary.9830d665.0",
"@material/radio": "=13.0.0-canary.864798678.0",
"lit-element": "^2.5.1",
"@material/mwc-base": "0.24.0-canary.9cd7e927.0",
"@material/mwc-ripple": "0.24.0-canary.9cd7e927.0",
"@material/radio": "=13.0.0-canary.818f4ee93.0",
"lit-element": "3.0.0-rc.4",
"tslib": "^2.0.1"
},
"devDependencies": {
"@material/ripple": "=13.0.0-canary.864798678.0",
"lit-html": "^1.4.1"
"@material/ripple": "=13.0.0-canary.818f4ee93.0",
"lit-html": "2.0.0-rc.5"
},

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

},
"gitHead": "964716e9985c1d08cbf280a6c7a4093be800c67d"
"gitHead": "cdc8741747c55134790f2334cd48c000ef607804"
}

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

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