@vuetify/nightly 3.7.19-master.2025-03-26 → 3.7.19-master.2025-03-27

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.7.19-master.2025-03-26
2
+ * Vuetify v3.7.19-master.2025-03-27
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -28671,7 +28671,8 @@
28671
28671
  'v-file-upload--clickable': !hasBrowse,
28672
28672
  'v-file-upload--disabled': props.disabled,
28673
28673
  'v-file-upload--dragging': dragOver.value
28674
- }, densityClasses.value],
28674
+ }, densityClasses.value, props.class],
28675
+ "style": [props.style],
28675
28676
  "onDragleave": onDragLeave,
28676
28677
  "onDragover": onDragOver,
28677
28678
  "onDrop": onDrop,
@@ -31146,7 +31147,7 @@
31146
31147
  goTo
31147
31148
  };
31148
31149
  }
31149
- const version$1 = "3.7.19-master.2025-03-26";
31150
+ const version$1 = "3.7.19-master.2025-03-27";
31150
31151
  createVuetify$1.version = version$1;
31151
31152
 
31152
31153
  // Vue's inject() can only be used in setup
@@ -31399,7 +31400,7 @@
31399
31400
 
31400
31401
  /* eslint-disable local-rules/sort-imports */
31401
31402
 
31402
- const version = "3.7.19-master.2025-03-26";
31403
+ const version = "3.7.19-master.2025-03-27";
31403
31404
 
31404
31405
  /* eslint-disable local-rules/sort-imports */
31405
31406