react-custom-share
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -69,3 +69,3 @@ 'use strict'; | ||
fixedButtonsVisible: false, | ||
fixedButtonsTranslation: 0 | ||
fixedButtonsTranslation: -101 | ||
}, _this.setFixedButtonsTranslation = function () { | ||
@@ -82,3 +82,3 @@ var documentWidth = document.documentElement.clientWidth; | ||
fixedButtonsVisible: isFreeSpace, | ||
fixedButtonsTranslation: isFreeSpace ? fixedButtonsTranslation : 0 | ||
fixedButtonsTranslation: isFreeSpace ? fixedButtonsTranslation : -101 | ||
}); | ||
@@ -85,0 +85,0 @@ }, _this.setupObserver = function () { |
{ | ||
"name": "react-custom-share", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Social sharing buttons for React", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,2 +6,3 @@ # react-custom-share | ||
[![npm packgage][npm version]][nv] | ||
[![Codecov][codecov-badge]][codecov] | ||
[![npm][npm downloads]][nd] | ||
@@ -275,19 +276,39 @@ [![GitHub stars][stars-badge]][stars] | ||
[codecov-badge]:https://img.shields.io/codecov/c/github/greglobinski/react-custom-share.svg | ||
[codecov]:https://codecov.io/gh/greglobinski/react-custom-share | ||
[travis-badge]: https://img.shields.io/travis/greglobinski/common-last-names.svg | ||
[mit-badge]: https://img.shields.io/github/license/greglobinski/common-last-names.svg | ||
[mit]: https://github.com/greglobinski/common-last-names/blob/master/LICENSE | ||
[twitter]: https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fgreglobinski%2Freact-custom-share | ||
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/greglobinski/react-custom-share.svg?style=social | ||
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square | ||
[coc]: https://github.com/greglobinski/react-custom-share/blob/master/CODE_OF_CONDUCT.md | ||
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square | ||
[prs]: http://makeapullrequest.com | ||
[contributors-badge]: https://img.shields.io/github/contributors/greglobinski/react-custom-share.svg | ||
[npm downloads]: https://img.shields.io/npm/dm/react-custom-share.svg | ||
[nd]: https://www.npmjs.com/package/react-custom-share | ||
[npm version]: https://badge.fury.io/js/react-custom-share.svg | ||
[nv]: https://badge.fury.io/js/react-custom-share | ||
[stars-badge]: https://img.shields.io/github/stars/greglobinski/react-custom-share.svg | ||
[stars]: https://github.com/greglobinski/react-custom-share/stargazers | ||
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
64273
313