@vaadin/checkbox
Advanced tools
Comparing version 24.5.0-alpha5 to 24.5.0-alpha6
{ | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.0-alpha5", | ||
"version": "24.5.0-alpha6", | ||
"publishConfig": { | ||
@@ -40,8 +40,8 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.5.0-alpha5", | ||
"@vaadin/component-base": "24.5.0-alpha5", | ||
"@vaadin/field-base": "24.5.0-alpha5", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha5", | ||
"@vaadin/vaadin-material-styles": "24.5.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha5", | ||
"@vaadin/a11y-base": "24.5.0-alpha6", | ||
"@vaadin/component-base": "24.5.0-alpha6", | ||
"@vaadin/field-base": "24.5.0-alpha6", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha6", | ||
"@vaadin/vaadin-material-styles": "24.5.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha6", | ||
"lit": "^3.0.0" | ||
@@ -58,3 +58,3 @@ }, | ||
], | ||
"gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae" | ||
"gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12" | ||
} |
@@ -60,3 +60,5 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
background: var(--vaadin-checkbox-background, var(--lumo-contrast-20pct)); | ||
transition: transform 0.2s cubic-bezier(0.12, 0.32, 0.54, 2), background-color 0.15s; | ||
transition: | ||
transform 0.2s cubic-bezier(0.12, 0.32, 0.54, 2), | ||
background-color 0.15s; | ||
cursor: var(--lumo-clickable-cursor); | ||
@@ -132,3 +134,5 @@ /* Default field border color */ | ||
:host([focus-ring]) [part='checkbox'] { | ||
box-shadow: 0 0 0 1px var(--lumo-base-color), 0 0 0 calc(var(--_focus-ring-width) + 1px) var(--_focus-ring-color), | ||
box-shadow: | ||
0 0 0 1px var(--lumo-base-color), | ||
0 0 0 calc(var(--_focus-ring-width) + 1px) var(--_focus-ring-color), | ||
inset 0 0 0 var(--_input-border-width, 0) var(--_input-border-color); | ||
@@ -138,3 +142,5 @@ } | ||
:host([focus-ring][readonly]:not([checked]):not([indeterminate])) [part='checkbox'] { | ||
box-shadow: 0 0 0 1px var(--lumo-base-color), 0 0 0 calc(var(--_focus-ring-width) + 1px) var(--_focus-ring-color); | ||
box-shadow: | ||
0 0 0 1px var(--lumo-base-color), | ||
0 0 0 calc(var(--_focus-ring-width) + 1px) var(--_focus-ring-color); | ||
} | ||
@@ -186,3 +192,5 @@ | ||
opacity: 0; | ||
transition: transform 0.1s, opacity 0.8s; | ||
transition: | ||
transform 0.1s, | ||
opacity 0.8s; | ||
} | ||
@@ -189,0 +197,0 @@ |
@@ -48,3 +48,5 @@ import '@vaadin/vaadin-material-styles/color.js'; | ||
opacity: 0; | ||
transition: transform 0s 0.8s, opacity 0.8s; | ||
transition: | ||
transform 0s 0.8s, | ||
opacity 0.8s; | ||
will-change: transform, opacity; | ||
@@ -51,0 +53,0 @@ } |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.0-alpha5", | ||
"version": "24.5.0-alpha6", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "contributions": { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox", | ||
"version": "24.5.0-alpha5", | ||
"version": "24.5.0-alpha6", | ||
"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
72518
1620
+ Added@vaadin/a11y-base@24.5.0-alpha6(transitive)
+ Added@vaadin/component-base@24.5.0-alpha6(transitive)
+ Added@vaadin/field-base@24.5.0-alpha6(transitive)
+ Added@vaadin/icon@24.5.0-alpha6(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.5.0-alpha6(transitive)
+ Added@vaadin/vaadin-material-styles@24.5.0-alpha6(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.5.0-alpha6(transitive)
- Removed@vaadin/a11y-base@24.5.0-alpha5(transitive)
- Removed@vaadin/component-base@24.5.0-alpha5(transitive)
- Removed@vaadin/field-base@24.5.0-alpha5(transitive)
- Removed@vaadin/icon@24.5.0-alpha5(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.5.0-alpha5(transitive)
- Removed@vaadin/vaadin-material-styles@24.5.0-alpha5(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.5.0-alpha5(transitive)