@vuetify/nightly 3.6.10-master.2024-06-20 → 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-20
2
+ * Vuetify v3.6.10-master.2024-06-27
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -10833,7 +10833,7 @@
10833
10833
  const potentialShadowDomRoot = vue.computed(() => activatorEl?.value?.getRootNode());
10834
10834
  const {
10835
10835
  teleportTarget
10836
- } = useTeleport(vue.computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value : false));
10836
+ } = useTeleport(vue.computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value ?? true : false));
10837
10837
  const {
10838
10838
  dimensionStyles
10839
10839
  } = useDimension(props);
@@ -30266,7 +30266,7 @@
30266
30266
  goTo
30267
30267
  };
30268
30268
  }
30269
- const version$1 = "3.6.10-master.2024-06-20";
30269
+ const version$1 = "3.6.10-master.2024-06-27";
30270
30270
  createVuetify$1.version = version$1;
30271
30271
 
30272
30272
  // Vue's inject() can only be used in setup
@@ -30519,7 +30519,7 @@
30519
30519
 
30520
30520
  /* eslint-disable local-rules/sort-imports */
30521
30521
 
30522
- const version = "3.6.10-master.2024-06-20";
30522
+ const version = "3.6.10-master.2024-06-27";
30523
30523
 
30524
30524
  /* eslint-disable local-rules/sort-imports */
30525
30525