react-image-lightbox
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"name": "react-image-lightbox", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "A lightbox component for React.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -104,2 +104,8 @@ # React Image Lightbox | ||
enableZoom | bool | `true` | | Set to false to disable zoom functionality and hide zoom buttons | ||
wrapperClassName | string | `''` | | Class name which will be applied to root element after React Modal | ||
nextLabel | string | `'Next image'` | | `aria-label` set on the 'Next' button | ||
prevLabel | string | `'Previous image'`| | `aria-label` set on the 'Previous' button | ||
zoomInLabel | string | `'Zoom in'` | | `aria-label` set on the 'Zoom In' button | ||
zoomOutLabel | string | `'Zoom out'` | | `aria-label` set on the 'Zoom Out' button | ||
closeLabel | string | `'Close lightbox'` | | `aria-label` set on the 'Close Lightbox' button | ||
@@ -106,0 +112,0 @@ ## Browser Compatibility |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
346886
1568
143