@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.
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -7438,7 +7438,9 @@
7438
7438
  mobileBreakpoint: [Number, String]
7439
7439
  }, 'display');
7440
7440
  function useDisplay() {
7441
- let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7441
+ let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {
7442
+ mobile: null
7443
+ };
7442
7444
  let name = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstanceName();
7443
7445
  const display = vue.inject(DisplaySymbol);
7444
7446
  if (!display) throw new Error('Could not find Vuetify display injection');
@@ -28326,7 +28328,7 @@
28326
28328
  goTo
28327
28329
  };
28328
28330
  }
28329
- const version$1 = "3.7.8-master.2025-01-28";
28331
+ const version$1 = "3.7.8-master.2025-01-29";
28330
28332
  createVuetify$1.version = version$1;
28331
28333
 
28332
28334
  // Vue's inject() can only be used in setup
@@ -28351,7 +28353,7 @@
28351
28353
  ...options
28352
28354
  });
28353
28355
  };
28354
- const version = "3.7.8-master.2025-01-28";
28356
+ const version = "3.7.8-master.2025-01-29";
28355
28357
  createVuetify.version = version;
28356
28358
 
28357
28359
  exports.blueprints = index;