@vaadin/multi-select-combo-box 24.9.4 → 24.9.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/multi-select-combo-box",
3
- "version": "24.9.4",
3
+ "version": "24.9.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,22 +39,22 @@
39
39
  "dependencies": {
40
40
  "@open-wc/dedupe-mixin": "^1.3.0",
41
41
  "@polymer/polymer": "^3.0.0",
42
- "@vaadin/a11y-base": "~24.9.4",
43
- "@vaadin/combo-box": "~24.9.4",
44
- "@vaadin/component-base": "~24.9.4",
45
- "@vaadin/field-base": "~24.9.4",
46
- "@vaadin/input-container": "~24.9.4",
47
- "@vaadin/item": "~24.9.4",
48
- "@vaadin/lit-renderer": "~24.9.4",
49
- "@vaadin/overlay": "~24.9.4",
50
- "@vaadin/vaadin-lumo-styles": "~24.9.4",
51
- "@vaadin/vaadin-material-styles": "~24.9.4",
52
- "@vaadin/vaadin-themable-mixin": "~24.9.4",
42
+ "@vaadin/a11y-base": "~24.9.5",
43
+ "@vaadin/combo-box": "~24.9.5",
44
+ "@vaadin/component-base": "~24.9.5",
45
+ "@vaadin/field-base": "~24.9.5",
46
+ "@vaadin/input-container": "~24.9.5",
47
+ "@vaadin/item": "~24.9.5",
48
+ "@vaadin/lit-renderer": "~24.9.5",
49
+ "@vaadin/overlay": "~24.9.5",
50
+ "@vaadin/vaadin-lumo-styles": "~24.9.5",
51
+ "@vaadin/vaadin-material-styles": "~24.9.5",
52
+ "@vaadin/vaadin-themable-mixin": "~24.9.5",
53
53
  "lit": "^3.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@vaadin/chai-plugins": "~24.9.4",
57
- "@vaadin/test-runner-commands": "~24.9.4",
56
+ "@vaadin/chai-plugins": "~24.9.5",
57
+ "@vaadin/test-runner-commands": "~24.9.5",
58
58
  "@vaadin/testing-helpers": "^1.1.0",
59
59
  "sinon": "^18.0.0"
60
60
  },
@@ -62,5 +62,5 @@
62
62
  "web-types.json",
63
63
  "web-types.lit.json"
64
64
  ],
65
- "gitHead": "7084e972641ef2355ffc281cbd932c070f998ed1"
65
+ "gitHead": "e1dc543cbb64eb60a11bdfe318319cce7b66416e"
66
66
  }
@@ -176,9 +176,9 @@ class MultiSelectComboBox extends MultiSelectComboBoxMixin(ThemableMixin(Element
176
176
  <div part="error-message">
177
177
  <slot name="error-message"></slot>
178
178
  </div>
179
- </div>
180
179
 
181
- <slot name="tooltip"></slot>
180
+ <slot name="tooltip"></slot>
181
+ </div>
182
182
  `;
183
183
  }
184
184
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/multi-select-combo-box",
4
- "version": "24.9.4",
4
+ "version": "24.9.5",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/multi-select-combo-box",
4
- "version": "24.9.4",
4
+ "version": "24.9.5",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {