@vuetify/nightly 3.5.0-dev.2024-01-20 → 3.5.0-dev.2024-02-03
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 +8 -2
- package/dist/json/importMap.json +100 -100
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2597 -2581
- 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.css +2558 -2542
- package/dist/vuetify.d.ts +31 -31
- 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/VInput/VInput.sass +1 -1
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +31 -31
- package/lib/styles/main.css +16 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.0-dev.2024-
|
|
2
|
+
* Vuetify v3.5.0-dev.2024-02-03
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -26202,7 +26202,7 @@ function createVuetify$1() {
|
|
|
26202
26202
|
goTo
|
|
26203
26203
|
};
|
|
26204
26204
|
}
|
|
26205
|
-
const version$1 = "3.5.0-dev.2024-
|
|
26205
|
+
const version$1 = "3.5.0-dev.2024-02-03";
|
|
26206
26206
|
createVuetify$1.version = version$1;
|
|
26207
26207
|
|
|
26208
26208
|
// Vue's inject() can only be used in setup
|
|
@@ -26216,7 +26216,7 @@ function inject(key) {
|
|
|
26216
26216
|
|
|
26217
26217
|
/* eslint-disable local-rules/sort-imports */
|
|
26218
26218
|
|
|
26219
|
-
const version = "3.5.0-dev.2024-
|
|
26219
|
+
const version = "3.5.0-dev.2024-02-03";
|
|
26220
26220
|
|
|
26221
26221
|
/* eslint-disable local-rules/sort-imports */
|
|
26222
26222
|
|
package/dist/vuetify-labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.0-dev.2024-
|
|
2
|
+
* Vuetify v3.5.0-dev.2024-02-03
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -26206,7 +26206,7 @@
|
|
|
26206
26206
|
goTo
|
|
26207
26207
|
};
|
|
26208
26208
|
}
|
|
26209
|
-
const version$1 = "3.5.0-dev.2024-
|
|
26209
|
+
const version$1 = "3.5.0-dev.2024-02-03";
|
|
26210
26210
|
createVuetify$1.version = version$1;
|
|
26211
26211
|
|
|
26212
26212
|
// Vue's inject() can only be used in setup
|
|
@@ -26220,7 +26220,7 @@
|
|
|
26220
26220
|
|
|
26221
26221
|
/* eslint-disable local-rules/sort-imports */
|
|
26222
26222
|
|
|
26223
|
-
const version = "3.5.0-dev.2024-
|
|
26223
|
+
const version = "3.5.0-dev.2024-02-03";
|
|
26224
26224
|
|
|
26225
26225
|
/* eslint-disable local-rules/sort-imports */
|
|
26226
26226
|
|