Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material/fab

Package Overview
Dependencies
Maintainers
9
Versions
1700
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/fab - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

10

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc