@vuetify/nightly 3.8.2-master.2025-04-24 → 3.8.2-master.2025-04-26

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.8.2-master.2025-04-24
2
+ * Vuetify v3.8.2-master.2025-04-26
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -12927,6 +12927,7 @@
12927
12927
  "onFocusin": onFocusin,
12928
12928
  "tabindex": "-1",
12929
12929
  "aria-live": "polite",
12930
+ "aria-label": `${props.label}-list`,
12930
12931
  "color": props.itemColor ?? props.color
12931
12932
  }, listEvents, props.listProps), {
12932
12933
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? vue.createVNode(VListItem, {
@@ -31607,7 +31608,7 @@
31607
31608
  };
31608
31609
  });
31609
31610
  }
31610
- const version$1 = "3.8.2-master.2025-04-24";
31611
+ const version$1 = "3.8.2-master.2025-04-26";
31611
31612
  createVuetify$1.version = version$1;
31612
31613
 
31613
31614
  // Vue's inject() can only be used in setup
@@ -31905,7 +31906,7 @@
31905
31906
 
31906
31907
  /* eslint-disable local-rules/sort-imports */
31907
31908
 
31908
- const version = "3.8.2-master.2025-04-24";
31909
+ const version = "3.8.2-master.2025-04-26";
31909
31910
 
31910
31911
  /* eslint-disable local-rules/sort-imports */
31911
31912