@vaadin/checkbox
Advanced tools
Comparing version 22.0.0-alpha9 to 22.0.0-beta1
{ | ||
"name": "@vaadin/checkbox", | ||
"version": "22.0.0-alpha9", | ||
"version": "22.0.0-beta1", | ||
"publishConfig": { | ||
@@ -36,7 +36,7 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "22.0.0-alpha9", | ||
"@vaadin/field-base": "22.0.0-alpha9", | ||
"@vaadin/vaadin-lumo-styles": "22.0.0-alpha9", | ||
"@vaadin/vaadin-material-styles": "22.0.0-alpha9", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-alpha9" | ||
"@vaadin/component-base": "22.0.0-beta1", | ||
"@vaadin/field-base": "22.0.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "22.0.0-beta1", | ||
"@vaadin/vaadin-material-styles": "22.0.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "22.0.0-beta1" | ||
}, | ||
@@ -48,3 +48,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6e8c899dc65918f97e3c0acb2076122c4b2ef274" | ||
"gitHead": "4cf8a9d0504994200c610e44b3676114fef49c1e" | ||
} |
@@ -35,3 +35,3 @@ /** | ||
* ```html | ||
* <vaadin-checkbox>I accept the terms and conditions</vaadin-checkbox> | ||
* <vaadin-checkbox label="I accept the terms and conditions"></vaadin-checkbox> | ||
* ``` | ||
@@ -45,5 +45,3 @@ * | ||
* ------------|---------------- | ||
* `container` | The container element | ||
* `checkbox` | The wrapper element that contains slotted `<input type="checkbox">` | ||
* `label` | The wrapper element that contains slotted `<label>` | ||
* | ||
@@ -50,0 +48,0 @@ * The following state attributes are available for styling: |
@@ -20,3 +20,3 @@ /** | ||
* ```html | ||
* <vaadin-checkbox>I accept the terms and conditions</vaadin-checkbox> | ||
* <vaadin-checkbox label="I accept the terms and conditions"></vaadin-checkbox> | ||
* ``` | ||
@@ -30,5 +30,3 @@ * | ||
* ------------|---------------- | ||
* `container` | The container element. | ||
* `checkbox` | The wrapper element that contains slotted <input type="checkbox">. | ||
* `label` | The wrapper element that contains slotted <label>. | ||
* | ||
@@ -181,3 +179,3 @@ * The following state attributes are available for styling: | ||
); | ||
this.addController(new AriaLabelController(this.inputElement, this._labelNode)); | ||
this.addController(new AriaLabelController(this, this.inputElement, this._labelNode)); | ||
} | ||
@@ -184,0 +182,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32303
573
+ Added@vaadin/component-base@22.0.0-beta1(transitive)
+ Added@vaadin/field-base@22.0.0-beta1(transitive)
+ Added@vaadin/icon@22.0.0-beta1(transitive)
+ Added@vaadin/vaadin-lumo-styles@22.0.0-beta1(transitive)
+ Added@vaadin/vaadin-material-styles@22.0.0-beta1(transitive)
+ Added@vaadin/vaadin-themable-mixin@22.0.0-beta1(transitive)
- Removed@vaadin/component-base@22.0.0-alpha9(transitive)
- Removed@vaadin/field-base@22.0.0-alpha9(transitive)
- Removed@vaadin/icon@22.0.0-alpha9(transitive)
- Removed@vaadin/vaadin-lumo-styles@22.0.0-alpha9(transitive)
- Removed@vaadin/vaadin-material-styles@22.0.0-alpha9(transitive)
- Removed@vaadin/vaadin-themable-mixin@22.0.0-alpha9(transitive)