@material/mwc-radio
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "@material/mwc-radio", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "", | ||
@@ -16,4 +16,4 @@ "main": "mwc-radio.js", | ||
"dependencies": { | ||
"@material/mwc-base": "^0.5.0", | ||
"@material/mwc-ripple": "^0.5.0", | ||
"@material/mwc-base": "^0.6.0", | ||
"@material/mwc-ripple": "^0.6.0", | ||
"@material/radio": "^1.0.0" | ||
@@ -23,3 +23,4 @@ }, | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "1961a2530cc20bc020bba88f4da76d085ad1f1e0" | ||
} |
# mwc-radio | ||
> :warning: These components are a work in progress. They are pre-release and should be considered experimental, as they may undergo major changes before release. We are experimenting with alternate architectures and approaches with the goal of allowing us to bring the most correct and optimal implementation of Material components to the widest possible audiences. Visible progress may be slow, as this research is across teams and repositories so is not consistently reflected in commits to this codebase. :warning: | ||
A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction) | ||
@@ -3,0 +6,0 @@ |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"composite": true, | ||
"rootDir": "src", | ||
"outDir": "." | ||
"outDir": ".", | ||
"tsBuildInfoFile": ".tsbuildinfo" | ||
}, | ||
@@ -7,0 +9,0 @@ "include": [ |
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
301364
19
704
64
+ Added@material/mwc-base@0.6.0(transitive)
+ Added@material/mwc-ripple@0.6.0(transitive)
- Removed@material/mwc-base@0.5.0(transitive)
- Removed@material/mwc-ripple@0.5.0(transitive)
Updated@material/mwc-base@^0.6.0
Updated@material/mwc-ripple@^0.6.0