@vuetify/nightly 3.6.6-master.2024-05-17 → 3.6.6-master.2024-05-21

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.6-master.2024-05-17
2
+ * Vuetify v3.6.6-master.2024-05-21
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -391,6 +391,8 @@ function findChildrenWithProvide(key, vnode) {
391
391
  if (!vnode || typeof vnode !== 'object') return [];
392
392
  if (Array.isArray(vnode)) {
393
393
  return vnode.map(child => findChildrenWithProvide(key, child)).flat(1);
394
+ } else if (vnode.suspense) {
395
+ return findChildrenWithProvide(key, vnode.ssContent);
394
396
  } else if (Array.isArray(vnode.children)) {
395
397
  return vnode.children.map(child => findChildrenWithProvide(key, child)).flat(1);
396
398
  } else if (vnode.component) {
@@ -30098,7 +30100,7 @@ function createVuetify$1() {
30098
30100
  goTo
30099
30101
  };
30100
30102
  }
30101
- const version$1 = "3.6.6-master.2024-05-17";
30103
+ const version$1 = "3.6.6-master.2024-05-21";
30102
30104
  createVuetify$1.version = version$1;
30103
30105
 
30104
30106
  // Vue's inject() can only be used in setup
@@ -30351,7 +30353,7 @@ var index = /*#__PURE__*/Object.freeze({
30351
30353
 
30352
30354
  /* eslint-disable local-rules/sort-imports */
30353
30355
 
30354
- const version = "3.6.6-master.2024-05-17";
30356
+ const version = "3.6.6-master.2024-05-21";
30355
30357
 
30356
30358
  /* eslint-disable local-rules/sort-imports */
30357
30359