@material/switch
Advanced tools
Comparing version 0.34.0 to 0.35.0
{ | ||
"name": "@material/switch", | ||
"description": "The Material Components for the web switch component", | ||
"version": "0.34.0", | ||
"version": "0.35.0", | ||
"license": "Apache-2.0", | ||
@@ -17,4 +17,4 @@ "keywords": [ | ||
"@material/animation": "^0.34.0", | ||
"@material/elevation": "^0.34.0", | ||
"@material/theme": "^0.34.0" | ||
"@material/elevation": "^0.35.0", | ||
"@material/theme": "^0.35.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "publishConfig": { |
@@ -45,3 +45,3 @@ <!--docs: | ||
<div class="mdc-switch"> | ||
<input type="checkbox" id="basic-switch" class="mdc-switch__native-control" /> | ||
<input type="checkbox" id="basic-switch" class="mdc-switch__native-control" role="switch"> | ||
<div class="mdc-switch__background"> | ||
@@ -60,3 +60,3 @@ <div class="mdc-switch__knob"></div> | ||
<div class="mdc-switch"> | ||
<input type="checkbox" id="another-basic-switch" class="mdc-switch__native-control" disabled /> | ||
<input type="checkbox" id="another-basic-switch" class="mdc-switch__native-control" role="switch" disabled> | ||
<div class="mdc-switch__background"> | ||
@@ -63,0 +63,0 @@ <div class="mdc-switch__knob"></div> |
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
18683
128
+ Added@material/elevation@0.35.0(transitive)
+ Added@material/theme@0.35.0(transitive)
- Removed@material/elevation@0.34.0(transitive)
- Removed@material/theme@0.34.0(transitive)
Updated@material/elevation@^0.35.0
Updated@material/theme@^0.35.0