@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/dist/vuetify.js CHANGED
@@ -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
  */
@@ -22483,7 +22483,7 @@
22483
22483
  "defaults": {
22484
22484
  VBtn: {
22485
22485
  class: 'v-empty-state__action-btn',
22486
- color: props.color,
22486
+ color: props.color ?? 'surface-variant',
22487
22487
  text: props.actionText
22488
22488
  }
22489
22489
  }
@@ -28072,7 +28072,7 @@
28072
28072
  goTo
28073
28073
  };
28074
28074
  }
28075
- const version$1 = "3.6.8-master.2024-05-30";
28075
+ const version$1 = "3.6.8-master.2024-05-31";
28076
28076
  createVuetify$1.version = version$1;
28077
28077
 
28078
28078
  // Vue's inject() can only be used in setup
@@ -28097,7 +28097,7 @@
28097
28097
  ...options
28098
28098
  });
28099
28099
  };
28100
- const version = "3.6.8-master.2024-05-30";
28100
+ const version = "3.6.8-master.2024-05-31";
28101
28101
  createVuetify.version = version;
28102
28102
 
28103
28103
  exports.blueprints = index;