@vuetify/nightly 3.8.10-master.2025-06-18 → 3.8.10-master.2025-06-19
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 +11 -3
- package/dist/json/attributes.json +704 -704
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +1296 -1296
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5072 -5072
- package/dist/vuetify-labs.d.ts +56 -56
- 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 +2857 -2857
- package/dist/vuetify.d.ts +56 -56
- 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/components/VBtn/VBtn.sass +3 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- 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.10-master.2025-06-
|
2
|
+
* Vuetify v3.8.10-master.2025-06-19
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29512,7 +29512,7 @@
|
|
29512
29512
|
};
|
29513
29513
|
});
|
29514
29514
|
}
|
29515
|
-
const version$1 = "3.8.10-master.2025-06-
|
29515
|
+
const version$1 = "3.8.10-master.2025-06-19";
|
29516
29516
|
createVuetify$1.version = version$1;
|
29517
29517
|
|
29518
29518
|
// Vue's inject() can only be used in setup
|
@@ -29537,7 +29537,7 @@
|
|
29537
29537
|
...options
|
29538
29538
|
});
|
29539
29539
|
};
|
29540
|
-
const version = "3.8.10-master.2025-06-
|
29540
|
+
const version = "3.8.10-master.2025-06-19";
|
29541
29541
|
createVuetify.version = version;
|
29542
29542
|
|
29543
29543
|
exports.blueprints = index;
|