@vaadin/radio-group 23.3.24 → 23.3.26

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": "23.3.24",
3
+ "version": "23.3.26",
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": "~23.3.24",
42
- "@vaadin/field-base": "~23.3.24",
43
- "@vaadin/vaadin-lumo-styles": "~23.3.24",
44
- "@vaadin/vaadin-material-styles": "~23.3.24",
45
- "@vaadin/vaadin-themable-mixin": "~23.3.24"
41
+ "@vaadin/component-base": "~23.3.26",
42
+ "@vaadin/field-base": "~23.3.26",
43
+ "@vaadin/vaadin-lumo-styles": "~23.3.26",
44
+ "@vaadin/vaadin-material-styles": "~23.3.26",
45
+ "@vaadin/vaadin-themable-mixin": "~23.3.26"
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": "07a74c563367975ba23733cbe7ebeddc0b2faecc"
56
+ "gitHead": "92afe21fdcd4a773ccd99ae03413096399873ba7"
57
57
  }
@@ -116,6 +116,8 @@ class RadioButton extends LabelMixin(
116
116
  margin: 0;
117
117
  align-self: stretch;
118
118
  -webkit-appearance: none;
119
+ width: initial;
120
+ height: initial;
119
121
  }
120
122
  </style>
121
123
  <div class="vaadin-radio-button-container">
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": "23.3.24",
4
+ "version": "23.3.26",
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": "23.3.24",
4
+ "version": "23.3.26",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {