@vaadin/radio-group 24.0.0-alpha11 → 24.0.0-alpha12

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": "24.0.0-alpha11",
3
+ "version": "24.0.0-alpha12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,11 +38,11 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/component-base": "24.0.0-alpha11",
42
- "@vaadin/field-base": "24.0.0-alpha11",
43
- "@vaadin/vaadin-lumo-styles": "24.0.0-alpha11",
44
- "@vaadin/vaadin-material-styles": "24.0.0-alpha11",
45
- "@vaadin/vaadin-themable-mixin": "24.0.0-alpha11"
41
+ "@vaadin/component-base": "24.0.0-alpha12",
42
+ "@vaadin/field-base": "24.0.0-alpha12",
43
+ "@vaadin/vaadin-lumo-styles": "24.0.0-alpha12",
44
+ "@vaadin/vaadin-material-styles": "24.0.0-alpha12",
45
+ "@vaadin/vaadin-themable-mixin": "24.0.0-alpha12"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@esm-bundle/chai": "^4.3.4",
@@ -53,5 +53,5 @@
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "641b3d96ceeb3e503a093682ebe686afdd8c3a68"
56
+ "gitHead": "7e29eee4d522fb7b03ac8e7e385e9057d71c79ce"
57
57
  }
@@ -118,7 +118,7 @@ class RadioButton extends LabelMixin(
118
118
  }
119
119
  </style>
120
120
  <div class="vaadin-radio-button-container">
121
- <div part="radio"></div>
121
+ <div part="radio" aria-hidden="true"></div>
122
122
  <slot name="input"></slot>
123
123
  <slot name="label"></slot>
124
124
  </div>
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": "24.0.0-alpha11",
4
+ "version": "24.0.0-alpha12",
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": "24.0.0-alpha11",
4
+ "version": "24.0.0-alpha12",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {