@vuetify/nightly 3.8.0-beta.0-dev.2025-03-21 → 3.8.0-beta.0-dev.2025-03-23

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-21
2
+ * Vuetify v3.8.0-beta.0-dev.2025-03-23
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -4667,6 +4667,7 @@
4667
4667
  start: Boolean,
4668
4668
  end: Boolean,
4669
4669
  icon: IconValue,
4670
+ opacity: [String, Number],
4670
4671
  ...makeComponentProps(),
4671
4672
  ...makeSizeProps(),
4672
4673
  ...makeTagProps({
@@ -4711,7 +4712,9 @@
4711
4712
  'v-icon--start': props.start,
4712
4713
  'v-icon--end': props.end
4713
4714
  }, props.class],
4714
- "style": [!sizeClasses.value ? {
4715
+ "style": [{
4716
+ '--v-icon-opacity': props.opacity
4717
+ }, !sizeClasses.value ? {
4715
4718
  fontSize: convertToUnit(props.size),
4716
4719
  height: convertToUnit(props.size),
4717
4720
  width: convertToUnit(props.size)
@@ -31269,7 +31272,7 @@
31269
31272
  };
31270
31273
  });
31271
31274
  }
31272
- const version$1 = "3.8.0-beta.0-dev.2025-03-21";
31275
+ const version$1 = "3.8.0-beta.0-dev.2025-03-23";
31273
31276
  createVuetify$1.version = version$1;
31274
31277
 
31275
31278
  // Vue's inject() can only be used in setup
@@ -31554,7 +31557,7 @@
31554
31557
 
31555
31558
  /* eslint-disable local-rules/sort-imports */
31556
31559
 
31557
- const version = "3.8.0-beta.0-dev.2025-03-21";
31560
+ const version = "3.8.0-beta.0-dev.2025-03-23";
31558
31561
 
31559
31562
  /* eslint-disable local-rules/sort-imports */
31560
31563