@vuetify/nightly 3.6.14-master.2024-08-03 → 3.6.14-master.2024-08-12

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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.14-master.2024-08-03
2
+ * Vuetify v3.6.14-master.2024-08-12
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -10846,7 +10846,7 @@
10846
10846
  vue.warn(`Unable to locate target ${_target}`);
10847
10847
  return undefined;
10848
10848
  }
10849
- let container = targetElement.querySelector(':scope > .v-overlay-container');
10849
+ let container = [...targetElement.children].find(el => el.matches('.v-overlay-container'));
10850
10850
  if (!container) {
10851
10851
  container = document.createElement('div');
10852
10852
  container.className = 'v-overlay-container';
@@ -28142,7 +28142,7 @@
28142
28142
  goTo
28143
28143
  };
28144
28144
  }
28145
- const version$1 = "3.6.14-master.2024-08-03";
28145
+ const version$1 = "3.6.14-master.2024-08-12";
28146
28146
  createVuetify$1.version = version$1;
28147
28147
 
28148
28148
  // Vue's inject() can only be used in setup
@@ -28167,7 +28167,7 @@
28167
28167
  ...options
28168
28168
  });
28169
28169
  };
28170
- const version = "3.6.14-master.2024-08-03";
28170
+ const version = "3.6.14-master.2024-08-12";
28171
28171
  createVuetify.version = version;
28172
28172
 
28173
28173
  exports.blueprints = index;