isobit-ui 0.0.285 → 0.0.286

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/dist/index.js +4 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.285
2
+ * isobit-ui v0.0.286
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -4779,9 +4779,8 @@ var resize = function resize() {
4779
4779
  ww[0].childNodes[kk].style.overflowY = 'auto';
4780
4780
  break;
4781
4781
  }
4782
- }
4782
+ } //console.log(ww[0].childNodes);
4783
4783
 
4784
- console.log(ww[0].childNodes);
4785
4784
  }
4786
4785
  }
4787
4786
  };
@@ -5484,8 +5483,8 @@ window.ui = _.ui = function (cfg) {
5484
5483
 
5485
5484
  dialog.setAttribute("path", path.path);
5486
5485
  } else {
5487
- var overlay = document.createElement("div");
5488
- console.log('create overlay');
5486
+ var overlay = document.createElement("div"); //console.log('create overlay');
5487
+
5489
5488
  overlay.classList.add("v-overlay");
5490
5489
  overlay.style.padding = "40px";
5491
5490
  document.body.appendChild(overlay);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.285",
3
+ "version": "0.0.286",
4
4
  "description": "Vue component to play videos",
5
5
  "keywords": [
6
6
  "ui",