isobit-ui 0.2.26 → 0.2.28

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 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.25
2
+ * isobit-ui v0.2.27
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -5786,9 +5786,9 @@ var resize = function resize() {
5786
5786
 
5787
5787
  return;
5788
5788
  } else if (pc[0].nodeName == "DIV") {
5789
- p = pc[0]; //console.log("========");
5790
- //console.log(p);
5791
-
5789
+ p = pc[0];
5790
+ console.log("========");
5791
+ console.log(p);
5792
5792
  h = h - ph.offsetHeight - 0;
5793
5793
  p.style.height = h + 'px';
5794
5794
  p.style.overflowY = 'auto';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.26",
3
+ "version": "0.2.28",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [