vuetify 3.5.0 → 3.5.1

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.5.0
2
+ * Vuetify v3.5.1
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7423,8 +7423,7 @@
7423
7423
  }
7424
7424
  });
7425
7425
  useRender(() => {
7426
- // TODO: fix type
7427
- const [slideGroupProps] = VSlideGroup.filterProps(props);
7426
+ const slideGroupProps = VSlideGroup.filterProps(props);
7428
7427
  return vue.createVNode(VSlideGroup, vue.mergeProps(slideGroupProps, {
7429
7428
  "class": ['v-chip-group', {
7430
7429
  'v-chip-group--column': props.column
@@ -25648,7 +25647,7 @@
25648
25647
  goTo
25649
25648
  };
25650
25649
  }
25651
- const version$1 = "3.5.0";
25650
+ const version$1 = "3.5.1";
25652
25651
  createVuetify$1.version = version$1;
25653
25652
 
25654
25653
  // Vue's inject() can only be used in setup
@@ -25673,7 +25672,7 @@
25673
25672
  ...options
25674
25673
  });
25675
25674
  };
25676
- const version = "3.5.0";
25675
+ const version = "3.5.1";
25677
25676
  createVuetify.version = version;
25678
25677
 
25679
25678
  exports.components = components;