react-progress-loading
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "react-progress-loading", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Progressively load images using a medium like blur effect.", | ||
@@ -5,0 +5,0 @@ "author": "arnavozil", |
@@ -47,4 +47,4 @@ # react-progress-loading | ||
#### `originalImageSrc` | ||
Required: Yes | ||
Description: The url to original image | ||
Required: Yes__ | ||
Description: The url to original image__ | ||
Type: string (url) | ||
@@ -54,4 +54,4 @@ | ||
#### `smallImageSrc` | ||
Required: Yes | ||
Description: The url to smaller(roughly 10% of original one) image | ||
Required: Yes__ | ||
Description: The url to smaller(roughly 10% of original one) image__ | ||
Type: string (url) | ||
@@ -61,4 +61,4 @@ | ||
#### `originalImageAlt` | ||
Required: No | ||
Description: The alt text of original image | ||
Required: No__ | ||
Description: The alt text of original image__ | ||
Type: string | ||
@@ -68,4 +68,4 @@ | ||
#### `smallImageAlt` | ||
Required: No | ||
Description: The alt text of small image | ||
Required: No__ | ||
Description: The alt text of small image__ | ||
Type: string | ||
@@ -75,4 +75,4 @@ | ||
#### `originalImageStyles` | ||
Required: No | ||
Description: The styles to be applied to original image | ||
Required: No__ | ||
Description: The styles to be applied to original image__ | ||
Type: object | ||
@@ -82,4 +82,4 @@ | ||
#### `smallImageStyles` | ||
Required: No | ||
Description: The styles to be applied to small image | ||
Required: No__ | ||
Description: The styles to be applied to small image__ | ||
Type: object | ||
@@ -89,4 +89,4 @@ | ||
#### `containerDivStyles` | ||
Required: No | ||
Description: The styles to be applied to div containing both the images | ||
Required: No__ | ||
Description: The styles to be applied to div containing both the images__ | ||
Type: string (url) | ||
@@ -93,0 +93,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
16679