@vuetify/nightly 3.8.3-master.2025-05-04 → 3.8.3-master.2025-05-05

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.8.3-master.2025-05-04
2
+ * Vuetify v3.8.3-master.2025-05-05
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -14403,7 +14403,7 @@
14403
14403
  }
14404
14404
  function onAfterEnter() {
14405
14405
  emit('afterEnter');
14406
- if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
14406
+ if ((props.scrim || props.retainFocus) && overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
14407
14407
  overlay.value.contentEl.focus({
14408
14408
  preventScroll: true
14409
14409
  });
@@ -29220,7 +29220,7 @@
29220
29220
  };
29221
29221
  });
29222
29222
  }
29223
- const version$1 = "3.8.3-master.2025-05-04";
29223
+ const version$1 = "3.8.3-master.2025-05-05";
29224
29224
  createVuetify$1.version = version$1;
29225
29225
 
29226
29226
  // Vue's inject() can only be used in setup
@@ -29245,7 +29245,7 @@
29245
29245
  ...options
29246
29246
  });
29247
29247
  };
29248
- const version = "3.8.3-master.2025-05-04";
29248
+ const version = "3.8.3-master.2025-05-05";
29249
29249
  createVuetify.version = version;
29250
29250
 
29251
29251
  exports.blueprints = index;