@vaadin/list-box 23.2.14 → 23.2.15

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/list-box",
3
- "version": "23.2.14",
3
+ "version": "23.2.15",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,12 +36,12 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "~23.2.14",
40
- "@vaadin/item": "~23.2.14",
41
- "@vaadin/vaadin-list-mixin": "~23.2.14",
42
- "@vaadin/vaadin-lumo-styles": "~23.2.14",
43
- "@vaadin/vaadin-material-styles": "~23.2.14",
44
- "@vaadin/vaadin-themable-mixin": "~23.2.14"
39
+ "@vaadin/component-base": "~23.2.15",
40
+ "@vaadin/item": "~23.2.15",
41
+ "@vaadin/vaadin-list-mixin": "~23.2.15",
42
+ "@vaadin/vaadin-lumo-styles": "~23.2.15",
43
+ "@vaadin/vaadin-material-styles": "~23.2.15",
44
+ "@vaadin/vaadin-themable-mixin": "~23.2.15"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "bf387396a1974ba0b1e652a9b8c4bbb2bc732ed2"
55
+ "gitHead": "4e15a8705bf33c928a9cb6e9d79d47a00b30814c"
56
56
  }
@@ -95,7 +95,8 @@ class ListBox extends ElementMixin(MultiSelectListMixin(ThemableMixin(Controller
95
95
  /** @protected */
96
96
  ready() {
97
97
  super.ready();
98
- this.setAttribute('role', 'list');
98
+
99
+ this.setAttribute('role', 'listbox');
99
100
 
100
101
  setTimeout(this._checkImport.bind(this), 2000);
101
102
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/list-box",
4
- "version": "23.2.14",
4
+ "version": "23.2.15",
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/list-box",
4
- "version": "23.2.14",
4
+ "version": "23.2.15",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {