@vuetify/nightly 3.7.18-master.2025-03-21 → 3.7.18-master.2025-03-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.18-master.2025-03-21
2
+ * Vuetify v3.7.18-master.2025-03-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -229,7 +229,7 @@ function has(obj, key) {
229
229
  function pick(obj, paths) {
230
230
  const found = {};
231
231
  for (const key of paths) {
232
- if (Object.hasOwn(obj, key)) {
232
+ if (Object.prototype.hasOwnProperty.call(obj, key)) {
233
233
  found[key] = obj[key];
234
234
  }
235
235
  }
@@ -4670,7 +4670,7 @@ const VIcon = genericComponent()({
4670
4670
  const slotIcon = ref();
4671
4671
  const {
4672
4672
  themeClasses
4673
- } = provideTheme(props);
4673
+ } = useTheme();
4674
4674
  const {
4675
4675
  iconData
4676
4676
  } = useIcon(computed(() => slotIcon.value || props.icon));
@@ -31095,7 +31095,7 @@ function createVuetify$1() {
31095
31095
  goTo
31096
31096
  };
31097
31097
  }
31098
- const version$1 = "3.7.18-master.2025-03-21";
31098
+ const version$1 = "3.7.18-master.2025-03-24";
31099
31099
  createVuetify$1.version = version$1;
31100
31100
 
31101
31101
  // Vue's inject() can only be used in setup
@@ -31348,7 +31348,7 @@ var index = /*#__PURE__*/Object.freeze({
31348
31348
 
31349
31349
  /* eslint-disable local-rules/sort-imports */
31350
31350
 
31351
- const version = "3.7.18-master.2025-03-21";
31351
+ const version = "3.7.18-master.2025-03-24";
31352
31352
 
31353
31353
  /* eslint-disable local-rules/sort-imports */
31354
31354