react-photo-album
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -257,3 +257,3 @@ 'use strict'; | ||
}; | ||
const wrapperStyle = (({ display, boxSizing, width, aspectRatio, padding, marginBottom }) => ({ | ||
const wrapperStyle = (({ display, boxSizing, width, aspectRatio, padding, marginBottom, cursor }) => ({ | ||
display, | ||
@@ -265,2 +265,3 @@ boxSizing, | ||
marginBottom, | ||
cursor, | ||
}))(imageStyle); | ||
@@ -267,0 +268,0 @@ return (React__namespace.createElement(React__namespace.Fragment, null, (_b = renderPhoto === null || renderPhoto === void 0 ? void 0 : renderPhoto({ |
{ | ||
"name": "react-photo-album", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Responsive photo gallery component for React", | ||
@@ -5,0 +5,0 @@ "author": "Igor Danchenko", |
Sorry, the diff of this file is not supported yet
78525
1476