@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.
@@ -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
  */
@@ -22486,8 +22486,10 @@
22486
22486
  const makeVExpansionPanelsProps = propsFactory({
22487
22487
  flat: Boolean,
22488
22488
  ...makeGroupProps(),
22489
- ...makeVExpansionPanelProps(),
22489
+ ...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
22490
22490
  ...makeThemeProps(),
22491
+ ...makeComponentProps(),
22492
+ ...makeTagProps(),
22491
22493
  variant: {
22492
22494
  type: String,
22493
22495
  default: 'default',
@@ -30263,7 +30265,7 @@
30263
30265
  goTo
30264
30266
  };
30265
30267
  }
30266
- const version$1 = "3.6.11-master.2024-07-07";
30268
+ const version$1 = "3.6.11-master.2024-07-08";
30267
30269
  createVuetify$1.version = version$1;
30268
30270
 
30269
30271
  // Vue's inject() can only be used in setup
@@ -30516,7 +30518,7 @@
30516
30518
 
30517
30519
  /* eslint-disable local-rules/sort-imports */
30518
30520
 
30519
- const version = "3.6.11-master.2024-07-07";
30521
+ const version = "3.6.11-master.2024-07-08";
30520
30522
 
30521
30523
  /* eslint-disable local-rules/sort-imports */
30522
30524