@vuetify/nightly 3.8.2-master.2025-04-24 → 3.8.2-master.2025-04-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.
package/dist/vuetify.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.2-master.2025-04-24
2
+ * Vuetify v3.8.2-master.2025-04-27
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -13205,6 +13205,7 @@
13205
13205
  "onFocusin": onFocusin,
13206
13206
  "tabindex": "-1",
13207
13207
  "aria-live": "polite",
13208
+ "aria-label": `${props.label}-list`,
13208
13209
  "color": props.itemColor ?? props.color
13209
13210
  }, listEvents, props.listProps), {
13210
13211
  default: () => [slots['prepend-item']?.(), !displayItems.value.length && !props.hideNoData && (slots['no-data']?.() ?? vue.createVNode(VListItem, {
@@ -29184,7 +29185,7 @@
29184
29185
  };
29185
29186
  });
29186
29187
  }
29187
- const version$1 = "3.8.2-master.2025-04-24";
29188
+ const version$1 = "3.8.2-master.2025-04-27";
29188
29189
  createVuetify$1.version = version$1;
29189
29190
 
29190
29191
  // Vue's inject() can only be used in setup
@@ -29209,7 +29210,7 @@
29209
29210
  ...options
29210
29211
  });
29211
29212
  };
29212
- const version = "3.8.2-master.2025-04-24";
29213
+ const version = "3.8.2-master.2025-04-27";
29213
29214
  createVuetify.version = version;
29214
29215
 
29215
29216
  exports.blueprints = index;