@rmwc/icon-button
Advanced tools
Comparing version 14.0.10 to 14.0.11
{ | ||
"name": "@rmwc/icon-button", | ||
"version": "14.0.10", | ||
"version": "14.0.11", | ||
"main": "./index.js", | ||
@@ -41,7 +41,7 @@ "types": "./index.d.ts", | ||
"@material/icon-button": "^14.0.0", | ||
"@rmwc/base": "14.0.10", | ||
"@rmwc/icon": "14.0.10", | ||
"@rmwc/ripple": "14.0.10", | ||
"@rmwc/types": "14.0.10" | ||
"@rmwc/base": "14.0.11", | ||
"@rmwc/icon": "14.0.11", | ||
"@rmwc/ripple": "14.0.11", | ||
"@rmwc/types": "14.0.11" | ||
} | ||
} |
@@ -43,4 +43,13 @@ # Icon Buttons | ||
<> | ||
<IconButton icon="favorite_border" onIcon="favorite" /> | ||
<IconButton icon="favorite" onIcon="favorite" disabled /> | ||
<IconButton | ||
aria-label="favorite" | ||
icon="favorite_border" | ||
onIcon="favorite" | ||
/> | ||
<IconButton | ||
aria-label="favorite" | ||
icon="favorite" | ||
onIcon="favorite" | ||
disabled | ||
/> | ||
</> | ||
@@ -55,2 +64,3 @@ ``` | ||
<IconButton | ||
aria-label="start" | ||
checked={isChecked} | ||
@@ -63,2 +73,3 @@ onClick={() => setIsChecked(!isChecked)} | ||
<IconButton | ||
aria-label="social media" | ||
checked={isChecked} | ||
@@ -76,2 +87,3 @@ onClick={() => setIsChecked(!isChecked)} | ||
<IconButton | ||
aria-label="red and green" | ||
onIcon={ | ||
@@ -78,0 +90,0 @@ <div |
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
11233
124
+ Added@rmwc/base@14.0.11(transitive)
+ Added@rmwc/icon@14.0.11(transitive)
+ Added@rmwc/provider@14.0.11(transitive)
+ Added@rmwc/ripple@14.0.11(transitive)
+ Added@rmwc/types@14.0.11(transitive)
- Removed@rmwc/base@14.0.10(transitive)
- Removed@rmwc/icon@14.0.10(transitive)
- Removed@rmwc/provider@14.0.10(transitive)
- Removed@rmwc/ripple@14.0.10(transitive)
- Removed@rmwc/types@14.0.10(transitive)
Updated@rmwc/base@14.0.11
Updated@rmwc/icon@14.0.11
Updated@rmwc/ripple@14.0.11
Updated@rmwc/types@14.0.11