aio-popup 3.0.6 → 3.0.8

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 +3 -1
  2. package/package.json +2 -2
package/index.css CHANGED
@@ -92,7 +92,6 @@
92
92
  }
93
93
 
94
94
  .aio-popup {
95
- background:#fff;
96
95
  border-radius: 4px;
97
96
  font-size:14px;
98
97
  transition:0.3s;
@@ -107,6 +106,7 @@
107
106
 
108
107
  .aio-popup-header {
109
108
  border-bottom:1px solid #e7e9ec;
109
+ background:#fff;
110
110
  color: #323130;
111
111
  padding:6px 12px;
112
112
  font-size: 16px;
@@ -118,12 +118,14 @@
118
118
  opacity:0.5;
119
119
  }
120
120
  .aio-popup-body {
121
+ background:#fff;
121
122
  flex: 1;
122
123
  width: 100%;
123
124
  padding:12px;
124
125
  overflow-y:auto;
125
126
  }
126
127
  .aio-popup-footer{
128
+ background:#fff;
127
129
  padding:12px;
128
130
  width:100%;
129
131
  gap:12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aio-popup",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "description": "handle all types of popup and modals in react",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "@mdi/js": "^7.0.96",
15
15
  "@mdi/react": "^1.6.1",
16
16
  "jquery": "^3.6.1",
17
- "react-virtual-dom": "^4.0.2"
17
+ "react-virtual-dom": "latest"
18
18
  },
19
19
  "keywords": [
20
20
  "popup",