@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 24.5.0-alpha5 to 24.5.0-alpha6
@@ -28,3 +28,5 @@ /** | ||
:host([loading]) [part~='loader'] { | ||
animation: 1s linear infinite lumo-loader-rotate, 0.3s 0.1s lumo-loader-fade-in both; | ||
animation: | ||
1s linear infinite lumo-loader-rotate, | ||
0.3s 0.1s lumo-loader-fade-in both; | ||
} | ||
@@ -31,0 +33,0 @@ |
@@ -27,3 +27,5 @@ /** | ||
border-radius: var(--lumo-border-radius-m); | ||
box-shadow: 0 0 0 1px var(--lumo-shade-5pct), var(--lumo-box-shadow-m); | ||
box-shadow: | ||
0 0 0 1px var(--lumo-shade-5pct), | ||
var(--lumo-box-shadow-m); | ||
color: var(--lumo-body-text-color); | ||
@@ -30,0 +32,0 @@ font-family: var(--lumo-font-family); |
{ | ||
"name": "@vaadin/vaadin-lumo-styles", | ||
"version": "24.5.0-alpha5", | ||
"version": "24.5.0-alpha6", | ||
"publishConfig": { | ||
@@ -44,5 +44,5 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "24.5.0-alpha5", | ||
"@vaadin/icon": "24.5.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha5" | ||
"@vaadin/component-base": "24.5.0-alpha6", | ||
"@vaadin/icon": "24.5.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha6" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae" | ||
"gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12" | ||
} |
@@ -16,7 +16,22 @@ /** | ||
.transition { | ||
transition: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, | ||
transform, filter, backdrop-filter 150ms cubic-bezier(0.4, 0, 0.2, 1); | ||
transition: | ||
color, | ||
background-color, | ||
border-color, | ||
text-decoration-color, | ||
fill, | ||
stroke, | ||
opacity, | ||
box-shadow, | ||
transform, | ||
filter, | ||
backdrop-filter 150ms cubic-bezier(0.4, 0, 0.2, 1); | ||
} | ||
.transition-colors { | ||
transition: color, background-color, border-color, text-decoration-color, fill, | ||
transition: | ||
color, | ||
background-color, | ||
border-color, | ||
text-decoration-color, | ||
fill, | ||
stroke 150ms cubic-bezier(0.4, 0, 0.2, 1); | ||
@@ -23,0 +38,0 @@ } |
Sorry, the diff of this file is not supported yet
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
190669
6607
+ Added@vaadin/component-base@24.5.0-alpha6(transitive)
+ Added@vaadin/icon@24.5.0-alpha6(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.5.0-alpha6(transitive)
- Removed@vaadin/component-base@24.5.0-alpha5(transitive)
- Removed@vaadin/icon@24.5.0-alpha5(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.5.0-alpha5(transitive)
Updated@vaadin/icon@24.5.0-alpha6