aio-popup 3.0.11 → 3.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.css +0 -1
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -121,7 +121,6 @@
121
121
  background:#fff;
122
122
  flex: 1;
123
123
  width: 100%;
124
- padding:12px;
125
124
  overflow-y:auto;
126
125
  }
127
126
  .aio-popup-footer{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aio-popup",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
4
4
  "description": "handle all types of popup and modals in react",
5
5
  "main": "index.js",
6
6
  "scripts": {