@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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.8-master.2024-05-30
2
+ * Vuetify v3.6.8-master.2024-05-31
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -22250,7 +22250,7 @@
22250
22250
  "defaults": {
22251
22251
  VBtn: {
22252
22252
  class: 'v-empty-state__action-btn',
22253
- color: props.color,
22253
+ color: props.color ?? 'surface-variant',
22254
22254
  text: props.actionText
22255
22255
  }
22256
22256
  }
@@ -30241,7 +30241,7 @@
30241
30241
  goTo
30242
30242
  };
30243
30243
  }
30244
- const version$1 = "3.6.8-master.2024-05-30";
30244
+ const version$1 = "3.6.8-master.2024-05-31";
30245
30245
  createVuetify$1.version = version$1;
30246
30246
 
30247
30247
  // Vue's inject() can only be used in setup
@@ -30494,7 +30494,7 @@
30494
30494
 
30495
30495
  /* eslint-disable local-rules/sort-imports */
30496
30496
 
30497
- const version = "3.6.8-master.2024-05-30";
30497
+ const version = "3.6.8-master.2024-05-31";
30498
30498
 
30499
30499
  /* eslint-disable local-rules/sort-imports */
30500
30500