@vuetify/nightly 3.7.8-master.2025-01-28 → 3.7.8-master.2025-01-29

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.8-master.2025-01-28
2
+ * Vuetify v3.7.8-master.2025-01-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7205,7 +7205,9 @@
7205
7205
  mobileBreakpoint: [Number, String]
7206
7206
  }, 'display');
7207
7207
  function useDisplay() {
7208
- let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7208
+ let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {
7209
+ mobile: null
7210
+ };
7209
7211
  let name = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstanceName();
7210
7212
  const display = vue.inject(DisplaySymbol);
7211
7213
  if (!display) throw new Error('Could not find Vuetify display injection');
@@ -30804,7 +30806,7 @@
30804
30806
  goTo
30805
30807
  };
30806
30808
  }
30807
- const version$1 = "3.7.8-master.2025-01-28";
30809
+ const version$1 = "3.7.8-master.2025-01-29";
30808
30810
  createVuetify$1.version = version$1;
30809
30811
 
30810
30812
  // Vue's inject() can only be used in setup
@@ -31057,7 +31059,7 @@
31057
31059
 
31058
31060
  /* eslint-disable local-rules/sort-imports */
31059
31061
 
31060
- const version = "3.7.8-master.2025-01-28";
31062
+ const version = "3.7.8-master.2025-01-29";
31061
31063
 
31062
31064
  /* eslint-disable local-rules/sort-imports */
31063
31065