@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.
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -3666,6 +3666,7 @@
3666
3666
  // not intended for public use, this is passed in by vuetify-loader
3667
3667
 
3668
3668
  const makeVImgProps = propsFactory({
3669
+ absolute: Boolean,
3669
3670
  alt: String,
3670
3671
  cover: Boolean,
3671
3672
  color: String,
@@ -3922,6 +3923,7 @@
3922
3923
  const responsiveProps = VResponsive.filterProps(props);
3923
3924
  return vue.withDirectives(vue.createVNode(VResponsive, vue.mergeProps({
3924
3925
  "class": ['v-img', {
3926
+ 'v-img--absolute': props.absolute,
3925
3927
  'v-img--booting': !isBooted.value
3926
3928
  }, backgroundColorClasses.value, roundedClasses.value, props.class],
3927
3929
  "style": [{
@@ -27936,7 +27938,7 @@
27936
27938
  goTo
27937
27939
  };
27938
27940
  }
27939
- const version$1 = "3.6.3-dev.2024-05-29";
27941
+ const version$1 = "3.6.3-dev.2024-05-30";
27940
27942
  createVuetify$1.version = version$1;
27941
27943
 
27942
27944
  // Vue's inject() can only be used in setup
@@ -27961,7 +27963,7 @@
27961
27963
  ...options
27962
27964
  });
27963
27965
  };
27964
- const version = "3.6.3-dev.2024-05-29";
27966
+ const version = "3.6.3-dev.2024-05-30";
27965
27967
  createVuetify.version = version;
27966
27968
 
27967
27969
  exports.blueprints = index;