isobit-ui 0.1.40 → 0.1.41

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.1.40
2
+ * isobit-ui v0.1.41
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -5580,7 +5580,7 @@ var buildPopupMenu = function buildPopupMenu(p) {
5580
5580
 
5581
5581
  for (i = 0; i < bu.length; i++) {
5582
5582
  //Debe tenerlo directamente no por herencia
5583
- if (bu[i].style.display == 'none') {
5583
+ if (bu[i].style.display != 'none') {
5584
5584
  var ite = document.createElement('li');
5585
5585
  if (!bu[i].id) bu[i].id = 'c-' + _$1.id();
5586
5586
  ite.setAttribute('commandId', bu[i].id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [