@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.
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -22675,6 +22675,7 @@
22675
22675
  const makeVMainProps = propsFactory({
22676
22676
  scrollable: Boolean,
22677
22677
  ...makeComponentProps(),
22678
+ ...makeDimensionProps(),
22678
22679
  ...makeTagProps({
22679
22680
  tag: 'main'
22680
22681
  })
@@ -22686,6 +22687,9 @@
22686
22687
  let {
22687
22688
  slots
22688
22689
  } = _ref;
22690
+ const {
22691
+ dimensionStyles
22692
+ } = useDimension(props);
22689
22693
  const {
22690
22694
  mainStyles,
22691
22695
  layoutIsReady
@@ -22697,7 +22701,7 @@
22697
22701
  "class": ['v-main', {
22698
22702
  'v-main--scrollable': props.scrollable
22699
22703
  }, props.class],
22700
- "style": [mainStyles.value, ssrBootStyles.value, props.style]
22704
+ "style": [mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style]
22701
22705
  }, {
22702
22706
  default: () => [props.scrollable ? vue.createVNode("div", {
22703
22707
  "class": "v-main__scroller"
@@ -26256,7 +26260,7 @@
26256
26260
  goTo
26257
26261
  };
26258
26262
  }
26259
- const version$1 = "3.5.9-dev.2024-03-17";
26263
+ const version$1 = "3.5.9-dev.2024-03-26";
26260
26264
  createVuetify$1.version = version$1;
26261
26265
 
26262
26266
  // Vue's inject() can only be used in setup
@@ -26281,7 +26285,7 @@
26281
26285
  ...options
26282
26286
  });
26283
26287
  };
26284
- const version = "3.5.9-dev.2024-03-17";
26288
+ const version = "3.5.9-dev.2024-03-26";
26285
26289
  createVuetify.version = version;
26286
26290
 
26287
26291
  exports.blueprints = index;