@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.
@@ -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
  */
@@ -20154,9 +20154,9 @@
20154
20154
  'v-window--vertical-arrows': !!props.verticalArrows,
20155
20155
  'v-window--crossfade': !!props.crossfade
20156
20156
  }, themeClasses.value, props.class]),
20157
- "style": vue.normalizeStyle([props.style, props.transitionDuration && !PREFERS_REDUCED_MOTION ? {
20158
- '--v-window-transition-duration': convertToUnit(props.transitionDuration, 'ms')
20159
- } : undefined])
20157
+ "style": vue.normalizeStyle([props.style, {
20158
+ '--v-window-transition-duration': !PREFERS_REDUCED_MOTION() ? convertToUnit(props.transitionDuration, 'ms') : null
20159
+ }])
20160
20160
  }, {
20161
20161
  default: () => [vue.createElementVNode("div", {
20162
20162
  "class": "v-window__container",
@@ -30906,7 +30906,8 @@
30906
30906
  baseColor: vue.toRef(() => props.baseColor),
30907
30907
  disabled: vue.toRef(() => props.disabled),
30908
30908
  error: vue.toRef(() => props.error),
30909
- variant: vue.toRef(() => props.variant)
30909
+ variant: vue.toRef(() => props.variant),
30910
+ rounded: vue.toRef(() => props.rounded)
30910
30911
  }
30911
30912
  }, {
30912
30913
  scoped: true
@@ -39125,7 +39126,7 @@
39125
39126
  };
39126
39127
  });
39127
39128
  }
39128
- const version$1 = "3.11.2-dev.2025-12-03";
39129
+ const version$1 = "3.11.2-dev.2025-12-05";
39129
39130
  createVuetify$1.version = version$1;
39130
39131
 
39131
39132
  // Vue's inject() can only be used in setup
@@ -39428,7 +39429,7 @@
39428
39429
 
39429
39430
  /* eslint-disable local-rules/sort-imports */
39430
39431
 
39431
- const version = "3.11.2-dev.2025-12-03";
39432
+ const version = "3.11.2-dev.2025-12-05";
39432
39433
 
39433
39434
  /* eslint-disable local-rules/sort-imports */
39434
39435