@vaadin/radio-group 24.2.0-beta1 → 24.2.0-beta2

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.2.0-beta1",
3
+ "version": "24.2.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,12 +38,12 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/a11y-base": "24.2.0-beta1",
42
- "@vaadin/component-base": "24.2.0-beta1",
43
- "@vaadin/field-base": "24.2.0-beta1",
44
- "@vaadin/vaadin-lumo-styles": "24.2.0-beta1",
45
- "@vaadin/vaadin-material-styles": "24.2.0-beta1",
46
- "@vaadin/vaadin-themable-mixin": "24.2.0-beta1"
41
+ "@vaadin/a11y-base": "24.2.0-beta2",
42
+ "@vaadin/component-base": "24.2.0-beta2",
43
+ "@vaadin/field-base": "24.2.0-beta2",
44
+ "@vaadin/vaadin-lumo-styles": "24.2.0-beta2",
45
+ "@vaadin/vaadin-material-styles": "24.2.0-beta2",
46
+ "@vaadin/vaadin-themable-mixin": "24.2.0-beta2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@esm-bundle/chai": "^4.3.4",
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "67c8eef57d1c59e7476e29adaf003cf4548878f2"
57
+ "gitHead": "4b852f9a12d4dade7f0fb3c73b7212436cebf310"
58
58
  }
@@ -121,6 +121,8 @@ class RadioButton extends LabelMixin(
121
121
  margin: 0;
122
122
  align-self: stretch;
123
123
  -webkit-appearance: none;
124
+ width: initial;
125
+ height: initial;
124
126
  }
125
127
 
126
128
  @media (forced-colors: active) {
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.2.0-beta1",
4
+ "version": "24.2.0-beta2",
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.2.0-beta1",
4
+ "version": "24.2.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {