@vaadin/checkbox-group 23.1.0-rc3 → 23.2.0-alpha1

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-group",
3
- "version": "23.1.0-rc3",
3
+ "version": "23.2.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,16 +34,16 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@polymer/polymer": "^3.0.0",
37
- "@vaadin/checkbox": "23.1.0-rc3",
38
- "@vaadin/component-base": "23.1.0-rc3",
39
- "@vaadin/vaadin-lumo-styles": "23.1.0-rc3",
40
- "@vaadin/vaadin-material-styles": "23.1.0-rc3",
41
- "@vaadin/vaadin-themable-mixin": "23.1.0-rc3"
37
+ "@vaadin/checkbox": "23.2.0-alpha1",
38
+ "@vaadin/component-base": "23.2.0-alpha1",
39
+ "@vaadin/vaadin-lumo-styles": "23.2.0-alpha1",
40
+ "@vaadin/vaadin-material-styles": "23.2.0-alpha1",
41
+ "@vaadin/vaadin-themable-mixin": "23.2.0-alpha1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@esm-bundle/chai": "^4.3.4",
45
45
  "@vaadin/testing-helpers": "^0.3.2",
46
46
  "sinon": "^13.0.2"
47
47
  },
48
- "gitHead": "49c312fbe0228adb559296d45655bbfd4eac6235"
48
+ "gitHead": "f226a2976c270d3d53c824f6e0a740a5d3382d91"
49
49
  }
@@ -142,6 +142,7 @@ class CheckboxGroup extends FieldMixin(FocusMixin(DisabledMixin(ElementMixin(The
142
142
  this.__onCheckboxCheckedChanged = this.__onCheckboxCheckedChanged.bind(this);
143
143
  }
144
144
 
145
+ /** @protected */
145
146
  ready() {
146
147
  super.ready();
147
148