@vuetify/nightly 3.7.7-master.2025-01-23 → 3.7.7-master.2025-01-24

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.7-master.2025-01-23
2
+ * Vuetify v3.7.7-master.2025-01-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -3452,10 +3452,10 @@
3452
3452
  "style": {
3453
3453
  objectPosition: props.position
3454
3454
  },
3455
+ "crossorigin": props.crossorigin,
3455
3456
  "src": normalisedSrc.value.src,
3456
3457
  "srcset": normalisedSrc.value.srcset,
3457
3458
  "alt": props.alt,
3458
- "crossorigin": props.crossorigin,
3459
3459
  "referrerpolicy": props.referrerpolicy,
3460
3460
  "draggable": props.draggable,
3461
3461
  "sizes": props.sizes,
@@ -3481,9 +3481,9 @@
3481
3481
  "style": {
3482
3482
  objectPosition: props.position
3483
3483
  },
3484
+ "crossorigin": props.crossorigin,
3484
3485
  "src": normalisedSrc.value.lazySrc,
3485
3486
  "alt": props.alt,
3486
- "crossorigin": props.crossorigin,
3487
3487
  "referrerpolicy": props.referrerpolicy,
3488
3488
  "draggable": props.draggable
3489
3489
  }, null)]
@@ -28893,8 +28893,7 @@
28893
28893
  hasCompleted: hasCompleted.value,
28894
28894
  title: props.title,
28895
28895
  subtitle: props.subtitle,
28896
- step: step.value,
28897
- value: props.value
28896
+ step: step.value
28898
28897
  }));
28899
28898
  const actionProps = vue.computed(() => ({
28900
28899
  ...slotProps.value,
@@ -30792,7 +30791,7 @@
30792
30791
  goTo
30793
30792
  };
30794
30793
  }
30795
- const version$1 = "3.7.7-master.2025-01-23";
30794
+ const version$1 = "3.7.7-master.2025-01-24";
30796
30795
  createVuetify$1.version = version$1;
30797
30796
 
30798
30797
  // Vue's inject() can only be used in setup
@@ -31045,7 +31044,7 @@
31045
31044
 
31046
31045
  /* eslint-disable local-rules/sort-imports */
31047
31046
 
31048
- const version = "3.7.7-master.2025-01-23";
31047
+ const version = "3.7.7-master.2025-01-24";
31049
31048
 
31050
31049
  /* eslint-disable local-rules/sort-imports */
31051
31050