@vaadin/item 25.0.0-alpha15 → 25.0.0-alpha16

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/item",
3
- "version": "25.0.0-alpha15",
3
+ "version": "25.0.0-alpha16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,21 +34,21 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@open-wc/dedupe-mixin": "^1.3.0",
37
- "@vaadin/a11y-base": "25.0.0-alpha15",
38
- "@vaadin/component-base": "25.0.0-alpha15",
39
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha15",
37
+ "@vaadin/a11y-base": "25.0.0-alpha16",
38
+ "@vaadin/component-base": "25.0.0-alpha16",
39
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha16",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@vaadin/chai-plugins": "25.0.0-alpha15",
44
- "@vaadin/test-runner-commands": "25.0.0-alpha15",
43
+ "@vaadin/chai-plugins": "25.0.0-alpha16",
44
+ "@vaadin/test-runner-commands": "25.0.0-alpha16",
45
45
  "@vaadin/testing-helpers": "^2.0.0",
46
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha15",
46
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha16",
47
47
  "sinon": "^18.0.0"
48
48
  },
49
49
  "web-types": [
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "1ad98437e7600769bf66f870929feefbeef16edf"
53
+ "gitHead": "4b316158a4a4f702f032bc9940fc82f0faa840f4"
54
54
  }
@@ -98,7 +98,7 @@ export const ItemMixin = (superClass) =>
98
98
  }
99
99
 
100
100
  /**
101
- * @param {KeyboardEvent | MouseEvent} _event
101
+ * @param {KeyboardEvent | MouseEvent} event
102
102
  * @protected
103
103
  * @override
104
104
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/item",
4
- "version": "25.0.0-alpha15",
4
+ "version": "25.0.0-alpha16",
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/item",
4
- "version": "25.0.0-alpha15",
4
+ "version": "25.0.0-alpha16",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {