@vuetify/nightly 3.5.9-dev.2024-03-17 → 3.5.9-dev.2024-03-26

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.5.9-dev.2024-03-17
2
+ * Vuetify v3.5.9-dev.2024-03-26
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -22442,6 +22442,7 @@
22442
22442
  const makeVMainProps = propsFactory({
22443
22443
  scrollable: Boolean,
22444
22444
  ...makeComponentProps(),
22445
+ ...makeDimensionProps(),
22445
22446
  ...makeTagProps({
22446
22447
  tag: 'main'
22447
22448
  })
@@ -22453,6 +22454,9 @@
22453
22454
  let {
22454
22455
  slots
22455
22456
  } = _ref;
22457
+ const {
22458
+ dimensionStyles
22459
+ } = useDimension(props);
22456
22460
  const {
22457
22461
  mainStyles,
22458
22462
  layoutIsReady
@@ -22464,7 +22468,7 @@
22464
22468
  "class": ['v-main', {
22465
22469
  'v-main--scrollable': props.scrollable
22466
22470
  }, props.class],
22467
- "style": [mainStyles.value, ssrBootStyles.value, props.style]
22471
+ "style": [mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style]
22468
22472
  }, {
22469
22473
  default: () => [props.scrollable ? vue.createVNode("div", {
22470
22474
  "class": "v-main__scroller"
@@ -27668,7 +27672,7 @@
27668
27672
  goTo
27669
27673
  };
27670
27674
  }
27671
- const version$1 = "3.5.9-dev.2024-03-17";
27675
+ const version$1 = "3.5.9-dev.2024-03-26";
27672
27676
  createVuetify$1.version = version$1;
27673
27677
 
27674
27678
  // Vue's inject() can only be used in setup
@@ -27921,7 +27925,7 @@
27921
27925
 
27922
27926
  /* eslint-disable local-rules/sort-imports */
27923
27927
 
27924
- const version = "3.5.9-dev.2024-03-17";
27928
+ const version = "3.5.9-dev.2024-03-26";
27925
27929
 
27926
27930
  /* eslint-disable local-rules/sort-imports */
27927
27931