@vaadin/vaadin-checkbox
Advanced tools
Comparing version 2.2.10 to 2.2.11
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-checkbox", | ||
"version": "2.2.10", | ||
"version": "2.2.11", | ||
"main": "vaadin-checkbox.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -28,4 +28,4 @@ /** | ||
* ------------------|---------------- | ||
* `checkbox` | The checkbox element | ||
* `label` | The label content element | ||
* `checkbox` | The wrapper element for the native <input type="checkbox"> | ||
* `label` | The wrapper element in which the component's children, namely the label, is slotted | ||
* | ||
@@ -114,3 +114,3 @@ * The following state attributes are available for styling: | ||
static get version() { | ||
return '2.2.10'; | ||
return '2.2.11'; | ||
} | ||
@@ -117,0 +117,0 @@ |
46428