jsuites 4.12.2 → 4.12.3

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.
@@ -147,17 +147,19 @@ div[data-before]:before {
147
147
  position: fixed;
148
148
  top: 10px;
149
149
  left: 10px;
150
-
151
150
  z-index: 5;
151
+
152
152
  font-family: initial;
153
153
  font-size: 12px;
154
154
  color: #000;
155
155
  background-color: #fff;
156
156
  border: 1px solid black;
157
157
  padding: 8px;
158
+ margin: 10px;
158
159
 
159
160
  display: block;
160
- animation: fadeIn 0.5s
161
+ animation: fadeIn 0.5s;
162
+ pointer-events: none;
161
163
  }
162
164
 
163
165
  .jtooltip:empty {
@@ -17,7 +17,7 @@
17
17
 
18
18
  var jSuites = function(options) {
19
19
  var obj = {}
20
- var version = '4.12.2';
20
+ var version = '4.12.3';
21
21
 
22
22
  var find = function(DOMElement, component) {
23
23
  if (DOMElement[component.type] && DOMElement[component.type] == component) {
package/dist/jsuites.css CHANGED
@@ -147,17 +147,19 @@ div[data-before]:before {
147
147
  position: fixed;
148
148
  top: 10px;
149
149
  left: 10px;
150
-
151
150
  z-index: 5;
151
+
152
152
  font-family: initial;
153
153
  font-size: 12px;
154
154
  color: #000;
155
155
  background-color: #fff;
156
156
  border: 1px solid black;
157
157
  padding: 8px;
158
+ margin: 10px;
158
159
 
159
160
  display: block;
160
- animation: fadeIn 0.5s
161
+ animation: fadeIn 0.5s;
162
+ pointer-events: none;
161
163
  }
162
164
 
163
165
  .jtooltip:empty {
package/dist/jsuites.js CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  var jSuites = function(options) {
19
19
  var obj = {}
20
- var version = '4.12.2';
20
+ var version = '4.12.3';
21
21
 
22
22
  var find = function(DOMElement, component) {
23
23
  if (DOMElement[component.type] && DOMElement[component.type] == component) {
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "javascript plugins"
20
20
  ],
21
21
  "main": "dist/jsuites.js",
22
- "version": "4.12.2",
22
+ "version": "4.12.3",
23
23
  "bugs": "https://github.com/jsuites/jsuites/issues",
24
24
  "homepage": "https://github.com/jsuites/jsuites",
25
25
  "docs": "https://jsuites.net",