@vaadin/multi-select-combo-box 24.8.11 → 24.8.12

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.8.11",
3
+ "version": "24.8.12",
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.8.11",
43
- "@vaadin/combo-box": "~24.8.11",
44
- "@vaadin/component-base": "~24.8.11",
45
- "@vaadin/field-base": "~24.8.11",
46
- "@vaadin/input-container": "~24.8.11",
47
- "@vaadin/item": "~24.8.11",
48
- "@vaadin/lit-renderer": "~24.8.11",
49
- "@vaadin/overlay": "~24.8.11",
50
- "@vaadin/vaadin-lumo-styles": "~24.8.11",
51
- "@vaadin/vaadin-material-styles": "~24.8.11",
52
- "@vaadin/vaadin-themable-mixin": "~24.8.11",
42
+ "@vaadin/a11y-base": "~24.8.12",
43
+ "@vaadin/combo-box": "~24.8.12",
44
+ "@vaadin/component-base": "~24.8.12",
45
+ "@vaadin/field-base": "~24.8.12",
46
+ "@vaadin/input-container": "~24.8.12",
47
+ "@vaadin/item": "~24.8.12",
48
+ "@vaadin/lit-renderer": "~24.8.12",
49
+ "@vaadin/overlay": "~24.8.12",
50
+ "@vaadin/vaadin-lumo-styles": "~24.8.12",
51
+ "@vaadin/vaadin-material-styles": "~24.8.12",
52
+ "@vaadin/vaadin-themable-mixin": "~24.8.12",
53
53
  "lit": "^3.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@vaadin/chai-plugins": "~24.8.11",
57
- "@vaadin/test-runner-commands": "~24.8.11",
56
+ "@vaadin/chai-plugins": "~24.8.12",
57
+ "@vaadin/test-runner-commands": "~24.8.12",
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": "debf45903bade9948f7880e8615f92884ee98fb2"
65
+ "gitHead": "62e5c1f0e2b585e4c91e4f94830f5ec41c6d1d02"
66
66
  }
@@ -109,9 +109,9 @@ class MultiSelectComboBox extends MultiSelectComboBoxMixin(ThemableMixin(Element
109
109
  <div part="error-message">
110
110
  <slot name="error-message"></slot>
111
111
  </div>
112
- </div>
113
112
 
114
- <slot name="tooltip"></slot>
113
+ <slot name="tooltip"></slot>
114
+ </div>
115
115
  `;
116
116
  }
117
117
 
@@ -175,9 +175,9 @@ class MultiSelectComboBox extends MultiSelectComboBoxMixin(ThemableMixin(Element
175
175
  <div part="error-message">
176
176
  <slot name="error-message"></slot>
177
177
  </div>
178
- </div>
179
178
 
180
- <slot name="tooltip"></slot>
179
+ <slot name="tooltip"></slot>
180
+ </div>
181
181
  `;
182
182
  }
183
183
  }
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.8.11",
4
+ "version": "24.8.12",
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.8.11",
4
+ "version": "24.8.12",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {