@vuetify/nightly 3.8.0-beta.0-dev.2025-03-22 → 3.8.0-beta.0-dev.2025-03-24

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.0-beta.0-dev.2025-03-22
2
+ * Vuetify v3.8.0-beta.0-dev.2025-03-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -11870,7 +11870,11 @@
11870
11870
  },
11871
11871
  focus,
11872
11872
  blur
11873
- })]), hasClear && vue.createVNode(VExpandXTransition, {
11873
+ }) ?? vue.createVNode("div", {
11874
+ "id": id.value,
11875
+ "class": "v-field__input",
11876
+ "aria-describedby": messagesId.value
11877
+ }, null)]), hasClear && vue.createVNode(VExpandXTransition, {
11874
11878
  "key": "clear"
11875
11879
  }, {
11876
11880
  default: () => [vue.withDirectives(vue.createVNode("div", {
@@ -31272,7 +31276,7 @@
31272
31276
  };
31273
31277
  });
31274
31278
  }
31275
- const version$1 = "3.8.0-beta.0-dev.2025-03-22";
31279
+ const version$1 = "3.8.0-beta.0-dev.2025-03-24";
31276
31280
  createVuetify$1.version = version$1;
31277
31281
 
31278
31282
  // Vue's inject() can only be used in setup
@@ -31557,7 +31561,7 @@
31557
31561
 
31558
31562
  /* eslint-disable local-rules/sort-imports */
31559
31563
 
31560
- const version = "3.8.0-beta.0-dev.2025-03-22";
31564
+ const version = "3.8.0-beta.0-dev.2025-03-24";
31561
31565
 
31562
31566
  /* eslint-disable local-rules/sort-imports */
31563
31567