@vaadin/checkbox 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/checkbox",
3
- "version": "23.3.24",
3
+ "version": "23.3.26",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,11 +36,11 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "~23.3.24",
40
- "@vaadin/field-base": "~23.3.24",
41
- "@vaadin/vaadin-lumo-styles": "~23.3.24",
42
- "@vaadin/vaadin-material-styles": "~23.3.24",
43
- "@vaadin/vaadin-themable-mixin": "~23.3.24"
39
+ "@vaadin/component-base": "~23.3.26",
40
+ "@vaadin/field-base": "~23.3.26",
41
+ "@vaadin/vaadin-lumo-styles": "~23.3.26",
42
+ "@vaadin/vaadin-material-styles": "~23.3.26",
43
+ "@vaadin/vaadin-themable-mixin": "~23.3.26"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
@@ -51,5 +51,5 @@
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "07a74c563367975ba23733cbe7ebeddc0b2faecc"
54
+ "gitHead": "92afe21fdcd4a773ccd99ae03413096399873ba7"
55
55
  }
@@ -115,6 +115,8 @@ class Checkbox extends LabelMixin(
115
115
  margin: 0;
116
116
  align-self: stretch;
117
117
  -webkit-appearance: none;
118
+ width: initial;
119
+ height: initial;
118
120
  }
119
121
  </style>
120
122
  <div class="vaadin-checkbox-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/checkbox",
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/checkbox",
4
- "version": "23.3.24",
4
+ "version": "23.3.26",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {