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

@material/fab

Package Overview
Dependencies
Maintainers
18
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 5.0.0-canary.3cbee6dac.0 to 5.0.0-canary.3e560b33a.0

6

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [5.0.0-canary.3cbee6dac.0](https://github.com/material-components/material-components-web/compare/v4.0.0...v5.0.0-canary.3cbee6dac.0) (2019-11-15)
# [5.0.0-canary.3e560b33a.0](https://github.com/material-components/material-components-web/compare/v4.0.0...v5.0.0-canary.3e560b33a.0) (2019-11-27)

@@ -15,2 +15,4 @@

* **fab:** Adjust fab line-height ([#5254](https://github.com/material-components/material-components-web/issues/5254)) ([525989b](https://github.com/material-components/material-components-web/commit/525989b))
* **fab:** Adjust fab line-height to center text ([#5258](https://github.com/material-components/material-components-web/issues/5258)) ([591a6ad](https://github.com/material-components/material-components-web/commit/591a6ad))
* Remove edge detection for CSS custom properties ([#5264](https://github.com/material-components/material-components-web/issues/5264)) ([fe444ac](https://github.com/material-components/material-components-web/commit/fe444ac))

@@ -25,2 +27,3 @@

* **fab:** Add elevation overlay structure ([#5278](https://github.com/material-components/material-components-web/issues/5278)) ([e89750d](https://github.com/material-components/material-components-web/commit/e89750d))
* **fab:** Add support for increased touch target to mini FAB. ([#5231](https://github.com/material-components/material-components-web/issues/5231)) ([0c4d8f3](https://github.com/material-components/material-components-web/commit/0c4d8f3))

@@ -31,2 +34,3 @@

* Removed `$edgeOptOut` option from `mdc-theme-prop()` Sass mixin.
* **touchtarget:** Renames mixin from mdc-touch-target-component => mdc-touch-target-margin

22

package.json
{
"name": "@material/fab",
"description": "The Material Components for the web floating action button component",
"version": "5.0.0-canary.3cbee6dac.0",
"version": "5.0.0-canary.3e560b33a.0",
"license": "MIT",

@@ -18,13 +18,13 @@ "keywords": [

"dependencies": {
"@material/animation": "5.0.0-canary.3cbee6dac.0",
"@material/elevation": "5.0.0-canary.3cbee6dac.0",
"@material/feature-targeting": "5.0.0-canary.3cbee6dac.0",
"@material/ripple": "5.0.0-canary.3cbee6dac.0",
"@material/rtl": "5.0.0-canary.3cbee6dac.0",
"@material/shape": "5.0.0-canary.3cbee6dac.0",
"@material/theme": "5.0.0-canary.3cbee6dac.0",
"@material/touch-target": "5.0.0-canary.3cbee6dac.0",
"@material/typography": "5.0.0-canary.3cbee6dac.0"
"@material/animation": "5.0.0-canary.3e560b33a.0",
"@material/elevation": "5.0.0-canary.3e560b33a.0",
"@material/feature-targeting": "5.0.0-canary.3e560b33a.0",
"@material/ripple": "5.0.0-canary.3e560b33a.0",
"@material/rtl": "5.0.0-canary.3e560b33a.0",
"@material/shape": "5.0.0-canary.3e560b33a.0",
"@material/theme": "5.0.0-canary.3e560b33a.0",
"@material/touch-target": "5.0.0-canary.3e560b33a.0",
"@material/typography": "5.0.0-canary.3e560b33a.0"
},
"gitHead": "5ae37026c572ffe6707702e535533859ddc81a48"
"gitHead": "a86efd68e1e91c0cae784ad70b0e36c13c923dba"
}

@@ -140,6 +140,2 @@ <!--docs:

#### Caveat: Edge and CSS Variables
In browsers that fully support CSS custom properties, the above mixins will work if you pass in a [MDC Theme](../mdc-theme) property (e.g. `primary`) as an argument. However, Edge does not fully support CSS custom properties. If you are using the `mdc-fab-container-color` mixin, you must pass in an actual color value for support in Edge.
### Additional Information

@@ -146,0 +142,0 @@

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

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