@vaadin/checkbox
Advanced tools
Comparing version 24.5.0-alpha8 to 24.5.0-alpha9
{ | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.0-alpha8", | ||
"version": "24.5.0-alpha9", | ||
"publishConfig": { | ||
@@ -40,12 +40,12 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.5.0-alpha8", | ||
"@vaadin/component-base": "24.5.0-alpha8", | ||
"@vaadin/field-base": "24.5.0-alpha8", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha8", | ||
"@vaadin/vaadin-material-styles": "24.5.0-alpha8", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha8", | ||
"@vaadin/a11y-base": "24.5.0-alpha9", | ||
"@vaadin/component-base": "24.5.0-alpha9", | ||
"@vaadin/field-base": "24.5.0-alpha9", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha9", | ||
"@vaadin/vaadin-material-styles": "24.5.0-alpha9", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha9", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.5.0-alpha8", | ||
"@vaadin/chai-plugins": "24.5.0-alpha9", | ||
"@vaadin/testing-helpers": "^1.0.0", | ||
@@ -58,3 +58,3 @@ "sinon": "^18.0.0" | ||
], | ||
"gitHead": "1e227aaa55df3f5dae3d477b9afb5fce4f5ece33" | ||
"gitHead": "804744762f3bec0a2247c4bbcbbb204dbcd78bc0" | ||
} |
@@ -56,3 +56,3 @@ # @vaadin/checkbox | ||
Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. | ||
Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. | ||
@@ -59,0 +59,0 @@ ## License |
@@ -89,3 +89,3 @@ /** | ||
static get delegateAttrs() { | ||
return [...super.delegateAttrs, 'name', 'invalid']; | ||
return [...super.delegateAttrs, 'name', 'invalid', 'required']; | ||
} | ||
@@ -92,0 +92,0 @@ |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.0-alpha8", | ||
"version": "24.5.0-alpha9", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.0-alpha8", | ||
"version": "24.5.0-alpha9", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
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
72700
80214
14
29
132
+ Added@vaadin/a11y-base@24.5.0-alpha9(transitive)
+ Added@vaadin/component-base@24.5.0-alpha9(transitive)
+ Added@vaadin/field-base@24.5.0-alpha9(transitive)
+ Added@vaadin/icon@24.5.0-alpha9(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.5.0-alpha9(transitive)
+ Added@vaadin/vaadin-material-styles@24.5.0-alpha9(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.5.0-alpha9(transitive)
- Removed@vaadin/a11y-base@24.5.0-alpha8(transitive)
- Removed@vaadin/component-base@24.5.0-alpha8(transitive)
- Removed@vaadin/field-base@24.5.0-alpha8(transitive)
- Removed@vaadin/icon@24.5.0-alpha8(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.5.0-alpha8(transitive)
- Removed@vaadin/vaadin-material-styles@24.5.0-alpha8(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.5.0-alpha8(transitive)