@material/mwc-radio
Advanced tools
Comparing version 0.26.0-canary.b6fe2a12.0 to 0.26.0-canary.d8ed5109.0
@@ -13,3 +13,3 @@ /** | ||
import MDCRadioFoundation from '@material/radio/foundation'; | ||
import { TemplateResult } from 'lit-element'; | ||
import { TemplateResult } from 'lit'; | ||
/** | ||
@@ -16,0 +16,0 @@ * @fires checked |
@@ -16,5 +16,6 @@ /** | ||
import MDCRadioFoundation from '@material/radio/foundation'; | ||
import { eventOptions, html, property, query, queryAsync, state } from 'lit-element'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
import { ifDefined } from 'lit-html/directives/if-defined.js'; | ||
import { html } from 'lit'; | ||
import { eventOptions, property, query, queryAsync, state } from 'lit/decorators.js'; | ||
import { classMap } from 'lit/directives/class-map.js'; | ||
import { ifDefined } from 'lit/directives/if-defined.js'; | ||
/** | ||
@@ -21,0 +22,0 @@ * @fires checked |
@@ -14,3 +14,3 @@ /** | ||
export declare class Radio extends RadioBase { | ||
static styles: import("lit-element").CSSResult[]; | ||
static styles: import("lit").CSSResult[]; | ||
} |
@@ -9,3 +9,3 @@ /** | ||
// tslint:disable:strip-private-property-underscore | ||
import { customElement } from 'lit-element'; | ||
import { customElement } from 'lit/decorators.js'; | ||
import { RadioBase } from './mwc-radio-base'; | ||
@@ -12,0 +12,0 @@ import { styles } from './mwc-radio.css'; |
{ | ||
"name": "@material/mwc-radio", | ||
"version": "0.26.0-canary.b6fe2a12.0", | ||
"version": "0.26.0-canary.d8ed5109.0", | ||
"description": "Material Design radio web component", | ||
@@ -19,11 +19,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/mwc-base": "0.26.0-canary.b6fe2a12.0", | ||
"@material/mwc-ripple": "0.26.0-canary.b6fe2a12.0", | ||
"@material/radio": "=13.0.0-canary.65125b3a6.0", | ||
"lit-element": "^3.0.0", | ||
"@material/mwc-base": "0.26.0-canary.d8ed5109.0", | ||
"@material/mwc-ripple": "0.26.0-canary.d8ed5109.0", | ||
"@material/radio": "=14.0.0-canary.586e740dd.0", | ||
"lit": "^2.0.0", | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@material/ripple": "=13.0.0-canary.65125b3a6.0", | ||
"lit-html": "^2.0.0" | ||
"@material/ripple": "=14.0.0-canary.586e740dd.0" | ||
}, | ||
@@ -36,3 +35,3 @@ "scripts": { | ||
}, | ||
"gitHead": "06feede8e75d655952f3a43b5c971276c26fe92e" | ||
"gitHead": "7cb638711a37e4d716e9aecb64598a665d377e7c" | ||
} |
@@ -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/06feede8e75d655952f3a43b5c971276c26fe92e/packages/radio/images/standard.png" width="84px" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/7cb638711a37e4d716e9aecb64598a665d377e7c/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/06feede8e75d655952f3a43b5c971276c26fe92e/packages/radio/images/standard.png" width="84px" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/7cb638711a37e4d716e9aecb64598a665d377e7c/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/06feede8e75d655952f3a43b5c971276c26fe92e/packages/radio/images/custom_color.png" height="40px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/7cb638711a37e4d716e9aecb64598a665d377e7c/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/06feede8e75d655952f3a43b5c971276c26fe92e/packages/radio/images/disabled_custom_color.png" height="40px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/7cb638711a37e4d716e9aecb64598a665d377e7c/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/06feede8e75d655952f3a43b5c971276c26fe92e/packages/radio/images/formfield.png" width="94px" height="80px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/7cb638711a37e4d716e9aecb64598a665d377e7c/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/06feede8e75d655952f3a43b5c971276c26fe92e/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/06feede8e75d655952f3a43b5c971276c26fe92e/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/7cb638711a37e4d716e9aecb64598a665d377e7c/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/7cb638711a37e4d716e9aecb64598a665d377e7c/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
99730
1
917
+ Addedlit@^2.0.0
+ Added@material/mwc-base@0.26.0-canary.d8ed5109.0(transitive)
+ Added@material/mwc-ripple@0.26.0-canary.d8ed5109.0(transitive)
+ Addedlit@2.8.0(transitive)
- Removedlit-element@^3.0.0
- Removed@material/mwc-base@0.26.0-canary.b6fe2a12.0(transitive)
- Removed@material/mwc-ripple@0.26.0-canary.b6fe2a12.0(transitive)