@vuetify/nightly 3.2.5-master-20230515.0 → 3.2.5
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 +3 -2
- package/dist/json/importMap.json +24 -24
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +223 -221
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +65 -63
- package/dist/vuetify.d.ts +6 -6
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.5
|
|
2
|
+
* Vuetify v3.2.5
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -19547,7 +19547,7 @@
|
|
|
19547
19547
|
date
|
|
19548
19548
|
};
|
|
19549
19549
|
}
|
|
19550
|
-
const version$1 = "3.2.5
|
|
19550
|
+
const version$1 = "3.2.5";
|
|
19551
19551
|
createVuetify$1.version = version$1;
|
|
19552
19552
|
|
|
19553
19553
|
// Vue's inject() can only be used in setup
|
|
@@ -19567,7 +19567,7 @@
|
|
|
19567
19567
|
...options
|
|
19568
19568
|
});
|
|
19569
19569
|
};
|
|
19570
|
-
const version = "3.2.5
|
|
19570
|
+
const version = "3.2.5";
|
|
19571
19571
|
createVuetify.version = version;
|
|
19572
19572
|
|
|
19573
19573
|
exports.components = components;
|