@vuetify/nightly 4.2.0-beta.0-dev.2026-08-27 → 4.2.0-beta.0-dev.2026-08-28
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/CHANGELOG.md +9 -3
- package/dist/json/attributes.json +1931 -1931
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +198 -198
- package/dist/json/web-types.json +3448 -3448
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +6817 -6813
- package/dist/vuetify-labs.d.ts +74 -74
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +6142 -6138
- package/dist/vuetify.d.ts +74 -74
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VAlert/_variables.scss +0 -3
- package/lib/components/VAppBar/_variables.scss +0 -25
- package/lib/components/VAutocomplete/_variables.scss +0 -4
- package/lib/components/VBanner/_variables.scss +0 -6
- package/lib/components/VBottomNavigation/_variables.scss +0 -4
- package/lib/components/VBtn/_variables.scss +0 -3
- package/lib/components/VCalendar/_variables.scss +0 -2
- package/lib/components/VCard/_variables.scss +0 -8
- package/lib/components/VCheckbox/_variables.scss +0 -2
- package/lib/components/VChip/_variables.scss +0 -1
- package/lib/components/VColorInput/_variables.scss +0 -1
- package/lib/components/VCombobox/_variables.scss +0 -4
- package/lib/components/VCounter/_variables.scss +0 -2
- package/lib/components/VDatePicker/VDatePickerMonth.css +18 -14
- package/lib/components/VDatePicker/VDatePickerMonth.sass +18 -14
- package/lib/components/VEmptyState/_variables.scss +0 -1
- package/lib/components/VFab/_variables.scss +0 -3
- package/lib/components/VField/_variables.scss +0 -6
- package/lib/components/VFileInput/_variables.scss +0 -3
- package/lib/components/VFileUpload/_variables.scss +0 -4
- package/lib/components/VFooter/_variables.scss +0 -1
- package/lib/components/VIcon/_variables.scss +0 -1
- package/lib/components/VImg/_variables.scss +0 -1
- package/lib/components/VInput/_variables.scss +0 -4
- package/lib/components/VLabel/_variables.scss +0 -2
- package/lib/components/VMessages/_variables.scss +0 -1
- package/lib/components/VProgressLinear/_variables.scss +0 -3
- package/lib/components/VRating/_variables.scss +0 -1
- package/lib/components/VSelect/_variables.scss +0 -4
- package/lib/components/VSelectionControl/_variables.scss +0 -3
- package/lib/components/VSkeletonLoader/_variables.scss +0 -2
- package/lib/components/VSlider/_variables.scss +0 -3
- package/lib/components/VSwitch/_variables.scss +0 -2
- package/lib/components/VSystemBar/_variables.scss +0 -4
- package/lib/components/VTable/_variables.scss +0 -1
- package/lib/components/VTextField/_variables.scss +0 -1
- package/lib/components/VTextarea/_variables.scss +0 -10
- package/lib/components/VTimePicker/_variables.scss +0 -7
- package/lib/components/VTimeline/_variables.scss +0 -3
- package/lib/components/VToolbar/_variables.scss +0 -7
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +74 -74
- package/lib/framework.js +1 -1
- package/lib/labs/VVideo/_variables.scss +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v4.2.0-beta.0-dev.2026-08-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v4.2.0-beta.0-dev.2026-08-28...v) (2026-08-28)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [4.2.0-beta.0-dev.2026-08-
|
|
5
|
+
# [4.2.0-beta.0-dev.2026-08-28](https://github.com/vuetifyjs/vuetify/compare/v4.2.0-beta.0...v4.2.0-beta.0-dev.2026-08-28) "Other Commits" (2026-08-28)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### :wrench: Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **VDatePicker:** correct range selection background for RTL ([5448a61](https://github.com/vuetifyjs/vuetify/commit/5448a617dbb68aa2b754bf830eff88c0dde7fd5b))
|
|
6
11
|
|
|
7
12
|
|
|
8
13
|
### Other Commits
|
|
9
14
|
|
|
10
|
-
* chore(release): publish v4.2.0-beta.0-dev.2026-08-
|
|
15
|
+
* chore(release): publish v4.2.0-beta.0-dev.2026-08-28 ([6b2336e](https://github.com/vuetifyjs/vuetify/commit/6b2336e2ea6f67cc9e15c09ec274c29046c367bc))
|
|
16
|
+
* chore: cleanup unused Sass variables ([2d01fae](https://github.com/vuetifyjs/vuetify/commit/2d01faec203426e4cc4bae57405060c84f99eb6f)), closes [#23136](https://github.com/vuetifyjs/vuetify/issues/23136)
|
|
11
17
|
|
|
12
18
|
|
|
13
19
|
|