@vuetify/nightly 3.6.8-master.2024-05-30 → 3.6.8-master.2024-05-31
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-labs.json +20 -20
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2809 -2808
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +883 -882
- package/dist/vuetify.d.ts +41 -41
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBanner/VBanner.css +1 -0
- package/lib/components/VBanner/VBanner.sass +1 -0
- package/lib/components/VBanner/_variables.scss +1 -0
- package/lib/components/VEmptyState/VEmptyState.css +2 -2
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/components/VEmptyState/_variables.scss +2 -2
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +41 -41
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.8-master.2024-05-
|
2
|
+
* Vuetify v3.6.8-master.2024-05-31
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22246,7 +22246,7 @@ const VEmptyState = genericComponent()({
|
|
22246
22246
|
"defaults": {
|
22247
22247
|
VBtn: {
|
22248
22248
|
class: 'v-empty-state__action-btn',
|
22249
|
-
color: props.color,
|
22249
|
+
color: props.color ?? 'surface-variant',
|
22250
22250
|
text: props.actionText
|
22251
22251
|
}
|
22252
22252
|
}
|
@@ -30237,7 +30237,7 @@ function createVuetify$1() {
|
|
30237
30237
|
goTo
|
30238
30238
|
};
|
30239
30239
|
}
|
30240
|
-
const version$1 = "3.6.8-master.2024-05-
|
30240
|
+
const version$1 = "3.6.8-master.2024-05-31";
|
30241
30241
|
createVuetify$1.version = version$1;
|
30242
30242
|
|
30243
30243
|
// Vue's inject() can only be used in setup
|
@@ -30490,7 +30490,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30490
30490
|
|
30491
30491
|
/* eslint-disable local-rules/sort-imports */
|
30492
30492
|
|
30493
|
-
const version = "3.6.8-master.2024-05-
|
30493
|
+
const version = "3.6.8-master.2024-05-31";
|
30494
30494
|
|
30495
30495
|
/* eslint-disable local-rules/sort-imports */
|
30496
30496
|
|