vuetify 3.12.4 → 3.12.5

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.
package/dist/vuetify.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.12.4
2
+ * Vuetify v3.12.5
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -12209,7 +12209,7 @@
12209
12209
  });
12210
12210
  vue.watch(isTop, val => {
12211
12211
  if (val && (props.openOnHover && !isHovered && (!openOnFocus.value || !isFocused) || openOnFocus.value && !isFocused && (!props.openOnHover || !isHovered)) && !contentEl.value?.contains(document.activeElement)) {
12212
- isActive.value = false;
12212
+ runCloseDelay();
12213
12213
  }
12214
12214
  });
12215
12215
  vue.watch(isActive, val => {
@@ -37489,7 +37489,7 @@
37489
37489
  };
37490
37490
  });
37491
37491
  }
37492
- const version$1 = "3.12.4";
37492
+ const version$1 = "3.12.5";
37493
37493
  createVuetify$1.version = version$1;
37494
37494
 
37495
37495
  // Vue's inject() can only be used in setup
@@ -37514,7 +37514,7 @@
37514
37514
  ...options
37515
37515
  });
37516
37516
  };
37517
- const version = "3.12.4";
37517
+ const version = "3.12.5";
37518
37518
  createVuetify.version = version;
37519
37519
 
37520
37520
  exports.blueprints = index;