@vuetify/nightly 3.6.10-master.2024-06-21 → 3.6.10-master.2024-06-27

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.6.10-master.2024-06-21
2
+ * Vuetify v3.6.10-master.2024-06-27
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -10829,7 +10829,7 @@ const VOverlay = genericComponent()({
10829
10829
  const potentialShadowDomRoot = computed(() => activatorEl?.value?.getRootNode());
10830
10830
  const {
10831
10831
  teleportTarget
10832
- } = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value : false));
10832
+ } = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value ?? true : false));
10833
10833
  const {
10834
10834
  dimensionStyles
10835
10835
  } = useDimension(props);
@@ -30262,7 +30262,7 @@ function createVuetify$1() {
30262
30262
  goTo
30263
30263
  };
30264
30264
  }
30265
- const version$1 = "3.6.10-master.2024-06-21";
30265
+ const version$1 = "3.6.10-master.2024-06-27";
30266
30266
  createVuetify$1.version = version$1;
30267
30267
 
30268
30268
  // Vue's inject() can only be used in setup
@@ -30515,7 +30515,7 @@ var index = /*#__PURE__*/Object.freeze({
30515
30515
 
30516
30516
  /* eslint-disable local-rules/sort-imports */
30517
30517
 
30518
- const version = "3.6.10-master.2024-06-21";
30518
+ const version = "3.6.10-master.2024-06-27";
30519
30519
 
30520
30520
  /* eslint-disable local-rules/sort-imports */
30521
30521