@vuetify/nightly 3.8.8-master.2025-06-04 → 3.8.8-master.2025-06-06
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/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3179 -3179
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5921 -5921
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4406 -4406
- package/dist/vuetify-labs.d.ts +60 -60
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +1955 -1955
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.8-master.2025-06-
|
2
|
+
* Vuetify v3.8.8-master.2025-06-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29404,7 +29404,7 @@
|
|
29404
29404
|
};
|
29405
29405
|
});
|
29406
29406
|
}
|
29407
|
-
const version$1 = "3.8.8-master.2025-06-
|
29407
|
+
const version$1 = "3.8.8-master.2025-06-06";
|
29408
29408
|
createVuetify$1.version = version$1;
|
29409
29409
|
|
29410
29410
|
// Vue's inject() can only be used in setup
|
@@ -29429,7 +29429,7 @@
|
|
29429
29429
|
...options
|
29430
29430
|
});
|
29431
29431
|
};
|
29432
|
-
const version = "3.8.8-master.2025-06-
|
29432
|
+
const version = "3.8.8-master.2025-06-06";
|
29433
29433
|
createVuetify.version = version;
|
29434
29434
|
|
29435
29435
|
exports.blueprints = index;
|