@vaadin/checkbox
Advanced tools
Comparing version 24.5.5 to 24.5.6
{ | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.5", | ||
"version": "24.5.6", | ||
"publishConfig": { | ||
@@ -40,12 +40,12 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "~24.5.5", | ||
"@vaadin/component-base": "~24.5.5", | ||
"@vaadin/field-base": "~24.5.5", | ||
"@vaadin/vaadin-lumo-styles": "~24.5.5", | ||
"@vaadin/vaadin-material-styles": "~24.5.5", | ||
"@vaadin/vaadin-themable-mixin": "~24.5.5", | ||
"@vaadin/a11y-base": "~24.5.6", | ||
"@vaadin/component-base": "~24.5.6", | ||
"@vaadin/field-base": "~24.5.6", | ||
"@vaadin/vaadin-lumo-styles": "~24.5.6", | ||
"@vaadin/vaadin-material-styles": "~24.5.6", | ||
"@vaadin/vaadin-themable-mixin": "~24.5.6", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "~24.5.5", | ||
"@vaadin/chai-plugins": "~24.5.6", | ||
"@vaadin/testing-helpers": "^1.0.0", | ||
@@ -58,3 +58,3 @@ "sinon": "^18.0.0" | ||
], | ||
"gitHead": "864c93992c6466634ad47975dc6aceca3bbf8506" | ||
"gitHead": "2c20ec16149e8016e0733a80e349231da13660bc" | ||
} |
@@ -244,2 +244,6 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
:host(:not([has-label])) [part='required-indicator'] { | ||
display: none; | ||
} | ||
/* Invalid */ | ||
@@ -246,0 +250,0 @@ :host([invalid]) { |
@@ -164,2 +164,6 @@ import '@vaadin/vaadin-material-styles/color.js'; | ||
:host(:not([has-label])) [part='required-indicator'] { | ||
display: none; | ||
} | ||
[part='error-message'], | ||
@@ -166,0 +170,0 @@ [part='helper-text'] { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.5", | ||
"version": "24.5.6", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.5", | ||
"version": "24.5.6", | ||
"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
72891
1627