@vuetify/nightly 3.11.2-dev.2025-12-03 → 3.11.2-dev.2025-12-05

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.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.11.2-dev.2025-12-03
2
+ * Vuetify v3.11.2-dev.2025-12-05
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -20474,9 +20474,9 @@
20474
20474
  'v-window--vertical-arrows': !!props.verticalArrows,
20475
20475
  'v-window--crossfade': !!props.crossfade
20476
20476
  }, themeClasses.value, props.class]),
20477
- "style": vue.normalizeStyle([props.style, props.transitionDuration && !PREFERS_REDUCED_MOTION ? {
20478
- '--v-window-transition-duration': convertToUnit(props.transitionDuration, 'ms')
20479
- } : undefined])
20477
+ "style": vue.normalizeStyle([props.style, {
20478
+ '--v-window-transition-duration': !PREFERS_REDUCED_MOTION() ? convertToUnit(props.transitionDuration, 'ms') : null
20479
+ }])
20480
20480
  }, {
20481
20481
  default: () => [vue.createElementVNode("div", {
20482
20482
  "class": "v-window__container",
@@ -31226,7 +31226,8 @@
31226
31226
  baseColor: vue.toRef(() => props.baseColor),
31227
31227
  disabled: vue.toRef(() => props.disabled),
31228
31228
  error: vue.toRef(() => props.error),
31229
- variant: vue.toRef(() => props.variant)
31229
+ variant: vue.toRef(() => props.variant),
31230
+ rounded: vue.toRef(() => props.rounded)
31230
31231
  }
31231
31232
  }, {
31232
31233
  scoped: true
@@ -36599,7 +36600,7 @@
36599
36600
  };
36600
36601
  });
36601
36602
  }
36602
- const version$1 = "3.11.2-dev.2025-12-03";
36603
+ const version$1 = "3.11.2-dev.2025-12-05";
36603
36604
  createVuetify$1.version = version$1;
36604
36605
 
36605
36606
  // Vue's inject() can only be used in setup
@@ -36624,7 +36625,7 @@
36624
36625
  ...options
36625
36626
  });
36626
36627
  };
36627
- const version = "3.11.2-dev.2025-12-03";
36628
+ const version = "3.11.2-dev.2025-12-05";
36628
36629
  createVuetify.version = version;
36629
36630
 
36630
36631
  exports.blueprints = index;