isobit-ui 0.2.165 → 0.2.166

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 +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.2.164
2
+ * isobit-ui v0.2.165
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -1146,7 +1146,10 @@ var script$j = {
1146
1146
  });
1147
1147
  me.$el.addEventListener("parentResize", function (e) {
1148
1148
  console.log('=========================');
1149
- if (e.target == me.$el) me.resize(e);
1149
+ if (e.target == me.$el) {
1150
+ console.log('===========22222222222222222==============');
1151
+ me.resize(e);
1152
+ }
1150
1153
  });
1151
1154
  me.setTitle(me.header);
1152
1155
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.2.165",
3
+ "version": "0.2.166",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [