react-social-icons
Advanced tools
Comparing version 5.3.0 to 5.4.0
@@ -1,2 +0,2 @@ | ||
import { FunctionComponent } from 'react'; | ||
import { FunctionComponent, CSSProperties } from 'react'; | ||
interface SVG { | ||
@@ -15,4 +15,5 @@ icon: string; | ||
defaultSVG?: SVG; | ||
style?: CSSProperties; | ||
} | ||
declare const SocialIcon: FunctionComponent<SocialIconProps>; | ||
export { SocialIcon, SocialIconProps }; |
{ | ||
"name": "react-social-icons", | ||
"version": "5.3.0", | ||
"version": "5.4.0", | ||
"description": "beautiful, easy svg social icons in react", | ||
@@ -5,0 +5,0 @@ "main": "./build/react-social-icons.js", |
@@ -40,2 +40,3 @@ # react-social-icons ![build status](https://img.shields.io/github/workflow/status/jaketrent/react-social-icons/Build,%20Test,%20Publish/master) ![package version](https://img.shields.io/npm/v/react-social-icons) ![package size](https://img.shields.io/bundlephobia/minzip/react-social-icons) ![weekly downloads](https://img.shields.io/npm/dw/react-social-icons) ![type definitions](https://img.shields.io/npm/types/react-social-icons) | ||
| defaultSVG | Object | No | Override the default icon for when a url is not matched to a social network. Requires string properties `icon`, `mask`, and `color`. (defaults to network `'sharethis'`) | ||
| style | Object | No | Override style properties passed to the rendered anchor tag | | ||
@@ -42,0 +43,0 @@ ## Contributing |
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
101007
852
116