@fortawesome/react-fontawesome
Advanced tools
Comparing version 0.1.0-2 to 0.1.0-3
@@ -464,2 +464,3 @@ (function (global, factory) { | ||
'fa-fw': props.fixedWidth, | ||
'fa-inverse': props.inverse, | ||
'fa-border': props.border, | ||
@@ -537,2 +538,4 @@ 'fa-li': props.listItem, | ||
inverse: PropTypes.bool, | ||
flip: PropTypes.oneOf(['horizontal', 'vertical', 'both']), | ||
@@ -564,2 +567,3 @@ | ||
fixedWidth: false, | ||
inverse: false, | ||
flip: null, | ||
@@ -566,0 +570,0 @@ icon: null, |
{ | ||
"name": "@fortawesome/react-fontawesome", | ||
"description": "Official React component for Font Awesome 5", | ||
"version": "0.1.0-2", | ||
"version": "0.1.0-3", | ||
"main": "index.js", | ||
@@ -32,2 +32,3 @@ "types": "index.d.ts", | ||
"@types/react": "^16.0.31", | ||
"babel-core": "^6.26.0", | ||
"babel-jest": "^21.0.0", | ||
@@ -52,5 +53,5 @@ "babel-plugin-external-helpers": "^6.22.0", | ||
"files": [ | ||
"./index.js", | ||
"./index.d.ts" | ||
"index.js", | ||
"index.d.ts" | ||
] | ||
} |
@@ -284,2 +284,8 @@ # react-fontawesome | ||
Inverse: | ||
```javascript | ||
<FontAwesomeIcon icon="spinner" inverse /> | ||
``` | ||
Border: | ||
@@ -286,0 +292,0 @@ |
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
31117
6
454
413
17