@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.
package/dist/vuetify.cjs CHANGED
@@ -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
  */
@@ -12135,7 +12135,11 @@
12135
12135
  },
12136
12136
  focus,
12137
12137
  blur
12138
- })]), hasClear && vue.createVNode(VExpandXTransition, {
12138
+ }) ?? vue.createVNode("div", {
12139
+ "id": id.value,
12140
+ "class": "v-field__input",
12141
+ "aria-describedby": messagesId.value
12142
+ }, null)]), hasClear && vue.createVNode(VExpandXTransition, {
12139
12143
  "key": "clear"
12140
12144
  }, {
12141
12145
  default: () => [vue.withDirectives(vue.createVNode("div", {
@@ -29175,7 +29179,7 @@
29175
29179
  };
29176
29180
  });
29177
29181
  }
29178
- const version$1 = "3.8.0-beta.0-dev.2025-03-22";
29182
+ const version$1 = "3.8.0-beta.0-dev.2025-03-24";
29179
29183
  createVuetify$1.version = version$1;
29180
29184
 
29181
29185
  // Vue's inject() can only be used in setup
@@ -29200,7 +29204,7 @@
29200
29204
  ...options
29201
29205
  });
29202
29206
  };
29203
- const version = "3.8.0-beta.0-dev.2025-03-22";
29207
+ const version = "3.8.0-beta.0-dev.2025-03-24";
29204
29208
  createVuetify.version = version;
29205
29209
 
29206
29210
  exports.blueprints = index;