jsuites 4.16.1 → 4.16.2

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.
@@ -136,6 +136,7 @@ div[data-before]:before {
136
136
  color: #eee;
137
137
  width: 100%;
138
138
  height: 100%;
139
+ text-align: center;
139
140
  }
140
141
 
141
142
  .jremove {
@@ -17,7 +17,7 @@
17
17
 
18
18
  var jSuites = {};
19
19
 
20
- var Version = '4.16.1';
20
+ var Version = '4.16.2';
21
21
 
22
22
  var Events = function() {
23
23
 
package/dist/jsuites.css CHANGED
@@ -136,6 +136,7 @@ div[data-before]:before {
136
136
  color: #eee;
137
137
  width: 100%;
138
138
  height: 100%;
139
+ text-align: center;
139
140
  }
140
141
 
141
142
  .jremove {
@@ -1753,7 +1754,7 @@ div[data-before]:before {
1753
1754
  }
1754
1755
 
1755
1756
  .jmodal_title:empty + .jmodal_content {
1756
- height: -webkit-fill-available;
1757
+ height: 100%;
1757
1758
  }
1758
1759
 
1759
1760
  .jmodal_content::-webkit-scrollbar {
package/dist/jsuites.js CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  var jSuites = {};
19
19
 
20
- var Version = '4.16.1';
20
+ var Version = '4.16.2';
21
21
 
22
22
  var Events = function() {
23
23
 
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "javascript plugins"
20
20
  ],
21
21
  "main": "dist/jsuites.js",
22
- "version": "4.16.1",
22
+ "version": "4.16.2",
23
23
  "bugs": "https://github.com/jsuites/jsuites/issues",
24
24
  "homepage": "https://github.com/jsuites/jsuites",
25
25
  "docs": "https://jsuites.net",