@vaadin/vaadin-material-styles
Advanced tools
Comparing version 24.5.0-alpha5 to 24.5.0-alpha6
@@ -114,3 +114,6 @@ /** | ||
width: 133%; | ||
transition: transform 0.175s, color 0.175s, width 0.175s; | ||
transition: | ||
transform 0.175s, | ||
color 0.175s, | ||
width 0.175s; | ||
transition-timing-function: ease, ease, step-end; | ||
@@ -131,3 +134,5 @@ } | ||
transform: none; | ||
transition: transform 0.175s, opacity 0.175s; | ||
transition: | ||
transform 0.175s, | ||
opacity 0.175s; | ||
} | ||
@@ -134,0 +139,0 @@ |
@@ -35,3 +35,5 @@ /** | ||
:host([loading]) [part='loader'] { | ||
animation: 3s linear infinite material-loader-progress, 0.3s 0.1s both material-loader-fade-in; | ||
animation: | ||
3s linear infinite material-loader-progress, | ||
0.3s 0.1s both material-loader-fade-in; | ||
} | ||
@@ -104,3 +106,5 @@ | ||
:host([loading][dir='rtl']) [part='loader'] { | ||
animation: 3s linear infinite material-loader-progress-rtl, 0.3s 0.1s both material-loader-fade-in; | ||
animation: | ||
3s linear infinite material-loader-progress-rtl, | ||
0.3s 0.1s both material-loader-fade-in; | ||
} | ||
@@ -107,0 +111,0 @@ `; |
{ | ||
"name": "@vaadin/vaadin-material-styles", | ||
"version": "24.5.0-alpha5", | ||
"version": "24.5.0-alpha6", | ||
"publishConfig": { | ||
@@ -42,4 +42,4 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "24.5.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha5" | ||
"@vaadin/component-base": "24.5.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha6" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae" | ||
"gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12" | ||
} |
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
46483
917
+ Added@vaadin/component-base@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/vaadin-themable-mixin@24.5.0-alpha5(transitive)