Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/checkbox

Package Overview
Dependencies
Maintainers
19
Versions
399
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/checkbox - npm Package Compare versions

Comparing version 22.0.0-alpha9 to 22.0.0-beta1

14

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc