@vuetify/nightly 3.2.5 → 3.2.6-master-20230517.0

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 CHANGED
@@ -1,18 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.2.5...v) (2023-05-16)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.2.6-master-20230517.0...v) (2023-05-17)
2
2
 
3
3
 
4
4
 
5
- ## [3.2.5](https://github.com/vuetifyjs/vuetify/compare/v3.2.4...v3.2.5) (2023-05-16)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **sass:** allow overriding easing variables ([21fbd13](https://github.com/vuetifyjs/vuetify/commit/21fbd137bee0dcec2b98fd667db687ea88863cd7)), closes [#17377](https://github.com/vuetifyjs/vuetify/issues/17377)
11
- * **types:** emit slot types for non-generic components ([ccddb2c](https://github.com/vuetifyjs/vuetify/commit/ccddb2c43b06a5f45fafa9b05907077818ff4ae7)), closes [#17378](https://github.com/vuetifyjs/vuetify/issues/17378)
12
- * **VChip:** add flex styling to content div ([ecf814d](https://github.com/vuetifyjs/vuetify/commit/ecf814d545a72d3c555fe7a69276d5e2f610d3b7)), closes [#16472](https://github.com/vuetifyjs/vuetify/issues/16472)
13
- * **VNavigationDrawer:** correct scrim position ([#17374](https://github.com/vuetifyjs/vuetify/issues/17374)) ([da93980](https://github.com/vuetifyjs/vuetify/commit/da93980c0a732e742001c2d8600b2af5feab68b2)), closes [#17367](https://github.com/vuetifyjs/vuetify/issues/17367)
14
- * **VSelect:** don't erase readonly items array type ([24396ea](https://github.com/vuetifyjs/vuetify/commit/24396ea3d71dc458529d0a99b07bebb4d950947f)), closes [#17361](https://github.com/vuetifyjs/vuetify/issues/17361)
15
- * **VSwitch:** only apply auto width when using inset prop ([ad49126](https://github.com/vuetifyjs/vuetify/commit/ad4912683cd48a5ac733cf895917a458d5763f48)), closes [#17312](https://github.com/vuetifyjs/vuetify/issues/17312)
5
+ ## [3.2.6-master-20230517.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.5...v3.2.6-master-20230517.0) (2023-05-17)
16
6
 
17
7
 
18
8
 
@@ -304,14 +304,14 @@
304
304
  "from": "components/VSelect/index.mjs",
305
305
  "styles": []
306
306
  },
307
- "VSelectionControlGroup": {
308
- "from": "components/VSelectionControlGroup/index.mjs",
309
- "styles": []
310
- },
311
307
  "VSelectionControl": {
312
308
  "from": "components/VSelectionControl/index.mjs",
313
309
  "styles": []
314
310
  },
311
+ "VSelectionControlGroup": {
312
+ "from": "components/VSelectionControlGroup/index.mjs",
313
+ "styles": []
314
+ },
315
315
  "VSheet": {
316
316
  "from": "components/VSheet/index.mjs",
317
317
  "styles": []
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.2.5",
5
+ "version": "3.2.6-master-20230517.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",