isobit-ui 0.2.145 → 0.2.146

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.144
2
+ * isobit-ui v0.2.145
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -5554,7 +5554,7 @@ var resize = function resize() {
5554
5554
  return;
5555
5555
  } else if (pc[0].nodeName == "DIV") {
5556
5556
  p = pc[0];
5557
- console.log('======================');
5557
+ console.log('==========DIV============');
5558
5558
  console.log(p);
5559
5559
  p.style.height = h + 'px';
5560
5560
  p.style.overflowY = 'auto';
@@ -5573,6 +5573,8 @@ var resize = function resize() {
5573
5573
  pc[0].style.height = h - ph.offsetHeight - 2 + 'px';
5574
5574
  pc[0].style.overflowY = 'auto';
5575
5575
  p = pc[0].querySelector(".ui-panel");
5576
+ console.log('==========ppp============');
5577
+ console.log(p);
5576
5578
  if (p) {
5577
5579
  //console.log(p);
5578
5580
  pc = p.children;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.145",
3
+ "version": "0.2.146",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [