@vaadin/radio-group 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/radio-group",
3
- "version": "25.0.0-alpha15",
3
+ "version": "25.0.0-alpha16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,22 +36,22 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
- "@vaadin/a11y-base": "25.0.0-alpha15",
40
- "@vaadin/component-base": "25.0.0-alpha15",
41
- "@vaadin/field-base": "25.0.0-alpha15",
42
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha15",
39
+ "@vaadin/a11y-base": "25.0.0-alpha16",
40
+ "@vaadin/component-base": "25.0.0-alpha16",
41
+ "@vaadin/field-base": "25.0.0-alpha16",
42
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha16",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/chai-plugins": "25.0.0-alpha15",
47
- "@vaadin/test-runner-commands": "25.0.0-alpha15",
46
+ "@vaadin/chai-plugins": "25.0.0-alpha16",
47
+ "@vaadin/test-runner-commands": "25.0.0-alpha16",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha15",
49
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha16",
50
50
  "sinon": "^18.0.0"
51
51
  },
52
52
  "web-types": [
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "1ad98437e7600769bf66f870929feefbeef16edf"
56
+ "gitHead": "4b316158a4a4f702f032bc9940fc82f0faa840f4"
57
57
  }
@@ -209,7 +209,7 @@ export const RadioGroupMixin = (superclass) =>
209
209
  }
210
210
 
211
211
  /**
212
- * @param {number} index
212
+ * @param {HTMLElement} radioButton
213
213
  * @private
214
214
  */
215
215
  __selectNextRadioButton(radioButton) {
@@ -219,7 +219,7 @@ export const RadioGroupMixin = (superclass) =>
219
219
  }
220
220
 
221
221
  /**
222
- * @param {number} index
222
+ * @param {HTMLElement} radioButton
223
223
  * @private
224
224
  */
225
225
  __selectPrevRadioButton(radioButton) {
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/radio-group",
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/radio-group",
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": {