@vuetify/nightly 3.8.1-master.2025-04-08 → 3.8.1-master.2025-04-10
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 +6 -3
- package/dist/json/attributes.json +3461 -3461
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +6126 -6126
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +6310 -6307
- package/dist/vuetify-labs.d.ts +53 -53
- 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 +2463 -2460
- package/dist/vuetify.d.ts +53 -53
- 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/VCode/VCode.css +3 -0
- package/lib/components/VCode/VCode.sass +3 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +53 -53
- 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-master.2025-04-
|
2
|
+
* Vuetify v3.8.1-master.2025-04-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29162,7 +29162,7 @@
|
|
29162
29162
|
};
|
29163
29163
|
});
|
29164
29164
|
}
|
29165
|
-
const version$1 = "3.8.1-master.2025-04-
|
29165
|
+
const version$1 = "3.8.1-master.2025-04-10";
|
29166
29166
|
createVuetify$1.version = version$1;
|
29167
29167
|
|
29168
29168
|
// Vue's inject() can only be used in setup
|
@@ -29187,7 +29187,7 @@
|
|
29187
29187
|
...options
|
29188
29188
|
});
|
29189
29189
|
};
|
29190
|
-
const version = "3.8.1-master.2025-04-
|
29190
|
+
const version = "3.8.1-master.2025-04-10";
|
29191
29191
|
createVuetify.version = version;
|
29192
29192
|
|
29193
29193
|
exports.blueprints = index;
|