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