@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
  */
@@ -7201,7 +7201,9 @@ const makeDisplayProps = propsFactory({
7201
7201
  mobileBreakpoint: [Number, String]
7202
7202
  }, 'display');
7203
7203
  function useDisplay() {
7204
- let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7204
+ let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {
7205
+ mobile: null
7206
+ };
7205
7207
  let name = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstanceName();
7206
7208
  const display = inject$1(DisplaySymbol);
7207
7209
  if (!display) throw new Error('Could not find Vuetify display injection');
@@ -30800,7 +30802,7 @@ function createVuetify$1() {
30800
30802
  goTo
30801
30803
  };
30802
30804
  }
30803
- const version$1 = "3.7.8-master.2025-01-28";
30805
+ const version$1 = "3.7.8-master.2025-01-29";
30804
30806
  createVuetify$1.version = version$1;
30805
30807
 
30806
30808
  // Vue's inject() can only be used in setup
@@ -31053,7 +31055,7 @@ var index = /*#__PURE__*/Object.freeze({
31053
31055
 
31054
31056
  /* eslint-disable local-rules/sort-imports */
31055
31057
 
31056
- const version = "3.7.8-master.2025-01-28";
31058
+ const version = "3.7.8-master.2025-01-29";
31057
31059
 
31058
31060
  /* eslint-disable local-rules/sort-imports */
31059
31061