@vuetify/nightly 3.5.2-master.2024-02-07 → 3.5.3-dev.2024-02-08

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.
Files changed (54) hide show
  1. package/CHANGELOG.md +7 -6
  2. package/dist/json/attributes.json +106 -82
  3. package/dist/json/importMap.json +126 -126
  4. package/dist/json/tags.json +6 -0
  5. package/dist/json/web-types.json +203 -143
  6. package/dist/vuetify-labs.css +2109 -2094
  7. package/dist/vuetify-labs.d.ts +279 -131
  8. package/dist/vuetify-labs.esm.js +29 -10
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +29 -10
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1689 -1674
  13. package/dist/vuetify.d.ts +316 -168
  14. package/dist/vuetify.esm.js +29 -10
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +29 -10
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +9 -9
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +12 -0
  22. package/lib/components/VAvatar/VAvatar.mjs +16 -2
  23. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  24. package/lib/components/VBottomSheet/index.d.mts +6 -0
  25. package/lib/components/VChip/VChip.css +0 -1
  26. package/lib/components/VChip/VChip.mjs +2 -1
  27. package/lib/components/VChip/VChip.mjs.map +1 -1
  28. package/lib/components/VChip/VChip.sass +0 -1
  29. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  30. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  31. package/lib/components/VCombobox/index.d.mts +12 -0
  32. package/lib/components/VDialog/index.d.mts +21 -3
  33. package/lib/components/VInput/VInput.sass +1 -1
  34. package/lib/components/VInput/_variables.scss +1 -0
  35. package/lib/components/VMenu/index.d.mts +21 -3
  36. package/lib/components/VOverlay/VOverlay.css +1 -1
  37. package/lib/components/VOverlay/VOverlay.mjs +2 -0
  38. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  39. package/lib/components/VOverlay/_variables.scss +1 -1
  40. package/lib/components/VOverlay/index.d.mts +6 -0
  41. package/lib/components/VSelect/index.d.mts +12 -0
  42. package/lib/components/VSnackbar/VSnackbar.mjs +5 -4
  43. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  44. package/lib/components/VSnackbar/index.d.mts +168 -122
  45. package/lib/components/VTooltip/index.d.mts +21 -3
  46. package/lib/components/index.d.mts +279 -131
  47. package/lib/entry-bundler.mjs +1 -1
  48. package/lib/entry-bundler.mjs.map +1 -1
  49. package/lib/framework.mjs +1 -1
  50. package/lib/framework.mjs.map +1 -1
  51. package/lib/index.d.mts +37 -37
  52. package/lib/styles/main.css +16 -0
  53. package/lib/styles/settings/_utilities.scss +20 -0
  54. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,19 +1,20 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.2-master.2024-02-07...v) (2024-02-07)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.3-dev.2024-02-08...v) (2024-02-08)
2
2
 
3
3
 
4
4
 
5
- ## [3.5.2-master.2024-02-07](https://github.com/vuetifyjs/vuetify/compare/v3.5.2...v3.5.2-master.2024-02-07) (2024-02-07)
5
+ ## [3.5.3-dev.2024-02-08](https://github.com/vuetifyjs/vuetify/compare/v3.5.3...v3.5.3-dev.2024-02-08) (2024-02-08)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **VCheckbox/VSwitch:** incorrect default flex inherited from VInput ([de501c3](https://github.com/vuetifyjs/vuetify/commit/de501c343f9413d91ea0a05b8de89bc10e5b7621))
11
- * **VListItemAction:** adjust spacing when using the start/end props ([1f63ca8](https://github.com/vuetifyjs/vuetify/commit/1f63ca88dfb5d5c57331a68d94b1ff660ac989f1))
10
+ * **VSnackbar:** progress animation reset styling ([d33f10b](https://github.com/vuetifyjs/vuetify/commit/d33f10b53429c768ab05d0877eeb0410cf45fdc3))
12
11
 
13
12
 
14
- ### Reverts
13
+ ### Features
15
14
 
16
- * Revert "fix(VOverlay): don't render if disabled" ([0b79317](https://github.com/vuetifyjs/vuetify/commit/0b79317ee1d2a3799213e006f1b0f3be224f8e47)), closes [#19144](https://github.com/vuetifyjs/vuetify/issues/19144)
15
+ * **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
16
+ * **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
17
+ * **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
17
18
 
18
19
 
19
20