@movable/react-popupbox 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@
14
14
  opacity: 0;
15
15
  pointer-events: none;
16
16
  z-index: 1000;
17
- };
17
+ }
18
18
 
19
19
  .popupbox[hidden]{
20
20
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@movable/react-popupbox",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "A simple lightbox component for react",
5
5
  "main": "dist/react-popupbox.cjs.js",
6
6
  "module": "dist/react-popupbox.esm.js",