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.
@@ -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
  */
@@ -11879,7 +11879,7 @@
11879
11879
  });
11880
11880
  vue.watch(isTop, val => {
11881
11881
  if (val && (props.openOnHover && !isHovered && (!openOnFocus.value || !isFocused) || openOnFocus.value && !isFocused && (!props.openOnHover || !isHovered)) && !contentEl.value?.contains(document.activeElement)) {
11882
- isActive.value = false;
11882
+ runCloseDelay();
11883
11883
  }
11884
11884
  });
11885
11885
  vue.watch(isActive, val => {
@@ -40798,7 +40798,7 @@
40798
40798
  };
40799
40799
  });
40800
40800
  }
40801
- const version$1 = "3.12.4";
40801
+ const version$1 = "3.12.5";
40802
40802
  createVuetify$1.version = version$1;
40803
40803
 
40804
40804
  // Vue's inject() can only be used in setup
@@ -41101,7 +41101,7 @@
41101
41101
 
41102
41102
  /* eslint-disable local-rules/sort-imports */
41103
41103
 
41104
- const version = "3.12.4";
41104
+ const version = "3.12.5";
41105
41105
 
41106
41106
  /* eslint-disable local-rules/sort-imports */
41107
41107