@vuetify/nightly 3.8.1-dev.2025-04-12 → 3.8.1-dev.2025-04-13
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 +2879 -2879
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +142 -142
- package/dist/json/web-types.json +5585 -5585
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5194 -5194
- package/dist/vuetify-labs.d.ts +54 -54
- 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 +3343 -3343
- package/dist/vuetify.d.ts +54 -54
- 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/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- 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.1-dev.2025-04-
|
2
|
+
* Vuetify v3.8.1-dev.2025-04-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29314,7 +29314,7 @@
|
|
29314
29314
|
};
|
29315
29315
|
});
|
29316
29316
|
}
|
29317
|
-
const version$1 = "3.8.1-dev.2025-04-
|
29317
|
+
const version$1 = "3.8.1-dev.2025-04-13";
|
29318
29318
|
createVuetify$1.version = version$1;
|
29319
29319
|
|
29320
29320
|
// Vue's inject() can only be used in setup
|
@@ -29339,7 +29339,7 @@
|
|
29339
29339
|
...options
|
29340
29340
|
});
|
29341
29341
|
};
|
29342
|
-
const version = "3.8.1-dev.2025-04-
|
29342
|
+
const version = "3.8.1-dev.2025-04-13";
|
29343
29343
|
createVuetify.version = version;
|
29344
29344
|
|
29345
29345
|
exports.blueprints = index;
|