@material/fab
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "@material/fab", | ||
"description": "The Material Components for the web floating action button component", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"license": "Apache-2.0", | ||
@@ -17,7 +17,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/animation": "^0.4.0", | ||
"@material/elevation": "^0.1.12", | ||
"@material/ripple": "^0.8.7", | ||
"@material/theme": "^0.3.1" | ||
"@material/animation": "^0.4.1", | ||
"@material/elevation": "^0.1.13", | ||
"@material/ripple": "^0.8.8", | ||
"@material/theme": "^0.4.0" | ||
} | ||
} |
@@ -141,1 +141,7 @@ <!--docs: | ||
[ripple-readme]: https://github.com/material-components/material-components-web/blob/master/packages/mdc-ripple/README.md | ||
#### Caveat: Edge and CSS Variables | ||
In browsers that fully support CSS variables, the above mixins will hook up styles using CSS variables if a theme property is passed. | ||
However, due to Edge's buggy CSS variable support, `mdc-fab-container-color` will not honor CSS variables in Edge. | ||
This means you will need to override FAB container styles manually for Edge if you are altering the affected CSS variables for theme properties (FAB uses secondary by default for the container fill color). |
Sorry, the diff of this file is not supported yet
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
32424
310
147
- Removed@material/theme@0.3.1(transitive)
Updated@material/animation@^0.4.1
Updated@material/elevation@^0.1.13
Updated@material/ripple@^0.8.8
Updated@material/theme@^0.4.0