@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.11-master.2024-07-08

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.11-master.2024-07-07
2
+ * Vuetify v3.6.11-master.2024-07-08
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -22719,8 +22719,10 @@
22719
22719
  const makeVExpansionPanelsProps = propsFactory({
22720
22720
  flat: Boolean,
22721
22721
  ...makeGroupProps(),
22722
- ...makeVExpansionPanelProps(),
22722
+ ...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
22723
22723
  ...makeThemeProps(),
22724
+ ...makeComponentProps(),
22725
+ ...makeTagProps(),
22724
22726
  variant: {
22725
22727
  type: String,
22726
22728
  default: 'default',
@@ -28101,7 +28103,7 @@
28101
28103
  goTo
28102
28104
  };
28103
28105
  }
28104
- const version$1 = "3.6.11-master.2024-07-07";
28106
+ const version$1 = "3.6.11-master.2024-07-08";
28105
28107
  createVuetify$1.version = version$1;
28106
28108
 
28107
28109
  // Vue's inject() can only be used in setup
@@ -28126,7 +28128,7 @@
28126
28128
  ...options
28127
28129
  });
28128
28130
  };
28129
- const version = "3.6.11-master.2024-07-07";
28131
+ const version = "3.6.11-master.2024-07-08";
28130
28132
  createVuetify.version = version;
28131
28133
 
28132
28134
  exports.blueprints = index;