@vuetify/nightly 3.8.1-next.2025-04-15 → 3.8.1-next.2025-04-18
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 +2950 -2950
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +5831 -5831
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4855 -4875
- 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 +2642 -2662
- 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.css +7 -20
- package/lib/components/VBtn/VBtn.sass +6 -19
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VField/VField.css +4 -11
- package/lib/components/VField/VField.sass +4 -11
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/styles/main.css +6 -6
- package/lib/styles/settings/_variables.scss +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.1-next.2025-04-
|
2
|
+
* Vuetify v3.8.1-next.2025-04-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31657,7 +31657,7 @@
|
|
31657
31657
|
};
|
31658
31658
|
});
|
31659
31659
|
}
|
31660
|
-
const version$1 = "3.8.1-next.2025-04-
|
31660
|
+
const version$1 = "3.8.1-next.2025-04-18";
|
31661
31661
|
createVuetify$1.version = version$1;
|
31662
31662
|
|
31663
31663
|
// Vue's inject() can only be used in setup
|
@@ -31942,7 +31942,7 @@
|
|
31942
31942
|
|
31943
31943
|
/* eslint-disable local-rules/sort-imports */
|
31944
31944
|
|
31945
|
-
const version = "3.8.1-next.2025-04-
|
31945
|
+
const version = "3.8.1-next.2025-04-18";
|
31946
31946
|
|
31947
31947
|
/* eslint-disable local-rules/sort-imports */
|
31948
31948
|
|