@vuetify/nightly 3.9.0-master.2025-07-10 → 3.9.0-master.2025-07-11

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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.0-master.2025-07-10
2
+ * Vuetify v3.9.0-master.2025-07-11
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -12269,8 +12269,7 @@
12269
12269
  "class": vue.normalizeClass(['v-field-label', {
12270
12270
  'v-field-label--floating': props.floating
12271
12271
  }, props.class]),
12272
- "style": vue.normalizeStyle(props.style),
12273
- "aria-hidden": props.floating || undefined
12272
+ "style": vue.normalizeStyle(props.style)
12274
12273
  }, slots));
12275
12274
  return {};
12276
12275
  }
@@ -12490,6 +12489,7 @@
12490
12489
  "class": vue.normalizeClass([textColorClasses.value]),
12491
12490
  "floating": true,
12492
12491
  "for": id.value,
12492
+ "aria-hidden": !isActive.value,
12493
12493
  "style": vue.normalizeStyle(textColorStyles.value)
12494
12494
  }, {
12495
12495
  default: () => [label()]
@@ -12560,7 +12560,8 @@
12560
12560
  }, [vue.createVNode(VFieldLabel, {
12561
12561
  "ref": floatingLabelRef,
12562
12562
  "floating": true,
12563
- "for": id.value
12563
+ "for": id.value,
12564
+ "aria-hidden": !isActive.value
12564
12565
  }, {
12565
12566
  default: () => [label()]
12566
12567
  })]), vue.createElementVNode("div", {
@@ -12568,7 +12569,8 @@
12568
12569
  }, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && vue.createVNode(VFieldLabel, {
12569
12570
  "ref": floatingLabelRef,
12570
12571
  "floating": true,
12571
- "for": id.value
12572
+ "for": id.value,
12573
+ "aria-hidden": !isActive.value
12572
12574
  }, {
12573
12575
  default: () => [label()]
12574
12576
  })])]);
@@ -31396,7 +31398,7 @@
31396
31398
  };
31397
31399
  });
31398
31400
  }
31399
- const version$1 = "3.9.0-master.2025-07-10";
31401
+ const version$1 = "3.9.0-master.2025-07-11";
31400
31402
  createVuetify$1.version = version$1;
31401
31403
 
31402
31404
  // Vue's inject() can only be used in setup
@@ -31421,7 +31423,7 @@
31421
31423
  ...options
31422
31424
  });
31423
31425
  };
31424
- const version = "3.9.0-master.2025-07-10";
31426
+ const version = "3.9.0-master.2025-07-11";
31425
31427
  createVuetify.version = version;
31426
31428
 
31427
31429
  exports.blueprints = index;