@vaadin/checkbox
Advanced tools
Comparing version 24.5.0-alpha9 to 24.5.0-beta1
{ | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.0-alpha9", | ||
"version": "24.5.0-beta1", | ||
"publishConfig": { | ||
@@ -40,12 +40,12 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@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", | ||
"@vaadin/a11y-base": "24.5.0-beta1", | ||
"@vaadin/component-base": "24.5.0-beta1", | ||
"@vaadin/field-base": "24.5.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-beta1", | ||
"@vaadin/vaadin-material-styles": "24.5.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-beta1", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.5.0-alpha9", | ||
"@vaadin/chai-plugins": "24.5.0-beta1", | ||
"@vaadin/testing-helpers": "^1.0.0", | ||
@@ -58,3 +58,3 @@ "sinon": "^18.0.0" | ||
], | ||
"gitHead": "804744762f3bec0a2247c4bbcbbb204dbcd78bc0" | ||
"gitHead": "da4b57724d7089e3766d59d01068159322adb2b8" | ||
} |
@@ -174,4 +174,4 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
:host([readonly][checked]) [part='checkbox'], | ||
:host([readonly][indeterminate]) [part='checkbox'] { | ||
:host([readonly][checked]:not([disabled])) [part='checkbox'], | ||
:host([readonly][indeterminate]:not([disabled])) [part='checkbox'] { | ||
background-color: var(--vaadin-checkbox-readonly-checked-background, var(--lumo-contrast-70pct)); | ||
@@ -178,0 +178,0 @@ } |
@@ -129,5 +129,5 @@ import '@vaadin/vaadin-material-styles/color.js'; | ||
:host([readonly][checked]) [part='checkbox'], | ||
:host([readonly][indeterminate]) [part='checkbox'], | ||
:host([readonly]) [part='checkbox']::before { | ||
:host([readonly][checked]:not([disabled])) [part='checkbox'], | ||
:host([readonly][indeterminate]:not([disabled])) [part='checkbox'], | ||
:host([readonly]:not([disabled])) [part='checkbox']::before { | ||
background-color: var(--material-secondary-text-color); | ||
@@ -134,0 +134,0 @@ } |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.0-alpha9", | ||
"version": "24.5.0-beta1", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.0-alpha9", | ||
"version": "24.5.0-beta1", | ||
"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
72770
+ Added@vaadin/a11y-base@24.5.0-beta1(transitive)
+ Added@vaadin/component-base@24.5.0-beta1(transitive)
+ Added@vaadin/field-base@24.5.0-beta1(transitive)
+ Added@vaadin/icon@24.5.0-beta1(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.5.0-beta1(transitive)
+ Added@vaadin/vaadin-material-styles@24.5.0-beta1(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.5.0-beta1(transitive)
- Removed@vaadin/a11y-base@24.5.0-alpha9(transitive)
- Removed@vaadin/component-base@24.5.0-alpha9(transitive)
- Removed@vaadin/field-base@24.5.0-alpha9(transitive)
- Removed@vaadin/icon@24.5.0-alpha9(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.5.0-alpha9(transitive)
- Removed@vaadin/vaadin-material-styles@24.5.0-alpha9(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.5.0-alpha9(transitive)