@jalik/react-lightbox
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## v1.0.1 | ||
- Fixes closing of light box when the main image is clicked | ||
## v1.0.0 | ||
- First public release |
@@ -168,11 +168,2 @@ "use strict"; | ||
style: { | ||
position: 'absolute', | ||
top: 0, | ||
left: 0, | ||
height: '100%', | ||
width: '100%', | ||
zIndex: 0 | ||
} | ||
}), /*#__PURE__*/_react["default"].createElement("div", { | ||
style: { | ||
flexGrow: 1, | ||
@@ -179,0 +170,0 @@ display: 'flex', |
{ | ||
"name": "@jalik/react-lightbox", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Light box component for React", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
33544
633