gatsby-background-image-es5
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -27,6 +27,6 @@ import React from 'react' | ||
interface IBackgroundImageProps { | ||
resolutions?: IFixedObject, | ||
sizes?: IFluidObject, | ||
fixed?: IFixedObject, | ||
fluid?: IFluidObject, | ||
resolutions?: IFixedObject | (IFixedObject | string)[], | ||
sizes?: IFluidObject | (IFluidObject | string)[], | ||
fixed?: IFixedObject | (IFixedObject | string)[], | ||
fluid?: IFluidObject | (IFluidObject | string)[], | ||
fadeIn?: string | boolean, | ||
@@ -33,0 +33,0 @@ durationFadeIn?: number, |
{ | ||
"name": "gatsby-background-image-es5", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Lazy-loading React background-image component with optional support for the blur-up effect. Transpiled to ES5.", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "886417d998e575cf57a1b4c2bafd272562d4b96f" | ||
"gitHead": "0901fb7c43330702c58bcfe43482d307238821a1" | ||
} |
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
82884