@vuetify/nightly 3.6.3-dev.2024-05-29 → 3.6.3-dev.2024-05-30

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.6.3-dev.2024-05-29
2
+ * Vuetify v3.6.3-dev.2024-05-30
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -3226,6 +3226,7 @@
3226
3226
  // not intended for public use, this is passed in by vuetify-loader
3227
3227
 
3228
3228
  const makeVImgProps = propsFactory({
3229
+ absolute: Boolean,
3229
3230
  alt: String,
3230
3231
  cover: Boolean,
3231
3232
  color: String,
@@ -3482,6 +3483,7 @@
3482
3483
  const responsiveProps = VResponsive.filterProps(props);
3483
3484
  return vue.withDirectives(vue.createVNode(VResponsive, vue.mergeProps({
3484
3485
  "class": ['v-img', {
3486
+ 'v-img--absolute': props.absolute,
3485
3487
  'v-img--booting': !isBooted.value
3486
3488
  }, backgroundColorClasses.value, roundedClasses.value, props.class],
3487
3489
  "style": [{
@@ -29776,7 +29778,7 @@
29776
29778
  goTo
29777
29779
  };
29778
29780
  }
29779
- const version$1 = "3.6.3-dev.2024-05-29";
29781
+ const version$1 = "3.6.3-dev.2024-05-30";
29780
29782
  createVuetify$1.version = version$1;
29781
29783
 
29782
29784
  // Vue's inject() can only be used in setup
@@ -30029,7 +30031,7 @@
30029
30031
 
30030
30032
  /* eslint-disable local-rules/sort-imports */
30031
30033
 
30032
- const version = "3.6.3-dev.2024-05-29";
30034
+ const version = "3.6.3-dev.2024-05-30";
30033
30035
 
30034
30036
  /* eslint-disable local-rules/sort-imports */
30035
30037