@vuetify/nightly 2.6.5 → 2.6.6-master-20220506.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/es5/framework.js CHANGED
@@ -79,7 +79,7 @@ var Vuetify = /*#__PURE__*/function () {
79
79
  exports.default = Vuetify;
80
80
  Vuetify.install = _install.install;
81
81
  Vuetify.installed = false;
82
- Vuetify.version = "2.6.5";
82
+ Vuetify.version = "2.6.6-master-20220506.0";
83
83
  Vuetify.config = {
84
84
  silent: false
85
85
  };
package/lib/framework.js CHANGED
@@ -46,7 +46,7 @@ export default class Vuetify {
46
46
  }
47
47
  Vuetify.install = install;
48
48
  Vuetify.installed = false;
49
- Vuetify.version = "2.6.5";
49
+ Vuetify.version = "2.6.6-master-20220506.0";
50
50
  Vuetify.config = {
51
51
  silent: false
52
52
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "2.6.5",
4
+ "version": "2.6.6-master-20220506.0",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"
@@ -3,7 +3,6 @@
3
3
  +theme(v-select) using ($material)
4
4
  .v-select__selections
5
5
  color: map-deep-get($material, 'text', 'primary')
6
- min-height: $select-selections-min-height
7
6
 
8
7
  &.v-input--is-disabled
9
8
  .v-select__selections
@@ -133,6 +132,7 @@
133
132
 
134
133
  &--comma
135
134
  margin: $select-selections-margin
135
+ min-height: $select-selections-min-height
136
136
  overflow: hidden
137
137
  text-overflow: ellipsis
138
138
  white-space: nowrap