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

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.8.0-beta.0-dev.2025-03-21
2
+ * Vuetify v3.8.0-beta.0-dev.2025-03-22
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -4932,6 +4932,7 @@
4932
4932
  start: Boolean,
4933
4933
  end: Boolean,
4934
4934
  icon: IconValue,
4935
+ opacity: [String, Number],
4935
4936
  ...makeComponentProps(),
4936
4937
  ...makeSizeProps(),
4937
4938
  ...makeTagProps({
@@ -4976,7 +4977,9 @@
4976
4977
  'v-icon--start': props.start,
4977
4978
  'v-icon--end': props.end
4978
4979
  }, props.class],
4979
- "style": [!sizeClasses.value ? {
4980
+ "style": [{
4981
+ '--v-icon-opacity': props.opacity
4982
+ }, !sizeClasses.value ? {
4980
4983
  fontSize: convertToUnit(props.size),
4981
4984
  height: convertToUnit(props.size),
4982
4985
  width: convertToUnit(props.size)
@@ -29172,7 +29175,7 @@
29172
29175
  };
29173
29176
  });
29174
29177
  }
29175
- const version$1 = "3.8.0-beta.0-dev.2025-03-21";
29178
+ const version$1 = "3.8.0-beta.0-dev.2025-03-22";
29176
29179
  createVuetify$1.version = version$1;
29177
29180
 
29178
29181
  // Vue's inject() can only be used in setup
@@ -29197,7 +29200,7 @@
29197
29200
  ...options
29198
29201
  });
29199
29202
  };
29200
- const version = "3.8.0-beta.0-dev.2025-03-21";
29203
+ const version = "3.8.0-beta.0-dev.2025-03-22";
29201
29204
  createVuetify.version = version;
29202
29205
 
29203
29206
  exports.blueprints = index;