@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
  */
@@ -28667,7 +28667,8 @@ const VFileUpload = genericComponent()({
28667
28667
  'v-file-upload--clickable': !hasBrowse,
28668
28668
  'v-file-upload--disabled': props.disabled,
28669
28669
  'v-file-upload--dragging': dragOver.value
28670
- }, densityClasses.value],
28670
+ }, densityClasses.value, props.class],
28671
+ "style": [props.style],
28671
28672
  "onDragleave": onDragLeave,
28672
28673
  "onDragover": onDragOver,
28673
28674
  "onDrop": onDrop,
@@ -31142,7 +31143,7 @@ function createVuetify$1() {
31142
31143
  goTo
31143
31144
  };
31144
31145
  }
31145
- const version$1 = "3.7.19-master.2025-03-26";
31146
+ const version$1 = "3.7.19-master.2025-03-27";
31146
31147
  createVuetify$1.version = version$1;
31147
31148
 
31148
31149
  // Vue's inject() can only be used in setup
@@ -31395,7 +31396,7 @@ var index = /*#__PURE__*/Object.freeze({
31395
31396
 
31396
31397
  /* eslint-disable local-rules/sort-imports */
31397
31398
 
31398
- const version = "3.7.19-master.2025-03-26";
31399
+ const version = "3.7.19-master.2025-03-27";
31399
31400
 
31400
31401
  /* eslint-disable local-rules/sort-imports */
31401
31402