@vuetify/nightly 3.7.18-master.2025-03-20 → 3.7.18-master.2025-03-22

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-20
2
+ * Vuetify v3.7.18-master.2025-03-22
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -4674,7 +4674,7 @@
4674
4674
  const slotIcon = vue.ref();
4675
4675
  const {
4676
4676
  themeClasses
4677
- } = provideTheme(props);
4677
+ } = useTheme();
4678
4678
  const {
4679
4679
  iconData
4680
4680
  } = useIcon(vue.computed(() => slotIcon.value || props.icon));
@@ -31099,7 +31099,7 @@
31099
31099
  goTo
31100
31100
  };
31101
31101
  }
31102
- const version$1 = "3.7.18-master.2025-03-20";
31102
+ const version$1 = "3.7.18-master.2025-03-22";
31103
31103
  createVuetify$1.version = version$1;
31104
31104
 
31105
31105
  // Vue's inject() can only be used in setup
@@ -31352,7 +31352,7 @@
31352
31352
 
31353
31353
  /* eslint-disable local-rules/sort-imports */
31354
31354
 
31355
- const version = "3.7.18-master.2025-03-20";
31355
+ const version = "3.7.18-master.2025-03-22";
31356
31356
 
31357
31357
  /* eslint-disable local-rules/sort-imports */
31358
31358