@vaadin/upload
Advanced tools
{ | ||
"name": "@vaadin/upload", | ||
"version": "24.5.0-alpha5", | ||
"version": "24.5.0-alpha6", | ||
"publishConfig": { | ||
@@ -45,9 +45,9 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/a11y-base": "24.5.0-alpha5", | ||
"@vaadin/button": "24.5.0-alpha5", | ||
"@vaadin/component-base": "24.5.0-alpha5", | ||
"@vaadin/progress-bar": "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/button": "24.5.0-alpha6", | ||
"@vaadin/component-base": "24.5.0-alpha6", | ||
"@vaadin/progress-bar": "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" | ||
@@ -64,3 +64,3 @@ }, | ||
], | ||
"gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae" | ||
"gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12" | ||
} |
@@ -700,3 +700,5 @@ /** | ||
file.uploadTarget = file.uploadTarget || this.target || ''; | ||
if (!file.uploadTarget) { | ||
file.uploadTarget = this.target || ''; | ||
} | ||
file.formDataName = this.formDataName; | ||
@@ -703,0 +705,0 @@ |
@@ -24,3 +24,5 @@ import '@vaadin/vaadin-lumo-styles/font-icons.js'; | ||
padding: var(--lumo-space-m); | ||
transition: background-color 0.6s, border-color 0.6s; | ||
transition: | ||
background-color 0.6s, | ||
border-color 0.6s; | ||
} | ||
@@ -39,3 +41,5 @@ | ||
background: var(--lumo-primary-color-10pct); | ||
transition: background-color 0.1s, border-color 0.1s; | ||
transition: | ||
background-color 0.1s, | ||
border-color 0.1s; | ||
} | ||
@@ -42,0 +46,0 @@ |
@@ -66,3 +66,5 @@ import '@vaadin/vaadin-material-styles/color.js'; | ||
transform: translate(-50%, -50%) scale(0); | ||
transition: transform 0s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s linear; | ||
transition: | ||
transform 0s cubic-bezier(0.075, 0.82, 0.165, 1), | ||
opacity 0.4s linear; | ||
transition-delay: 0.4s, 0s; | ||
@@ -214,3 +216,5 @@ } | ||
opacity: 0; | ||
transition: transform 0.08s, opacity 0.01s; | ||
transition: | ||
transform 0.08s, | ||
opacity 0.01s; | ||
will-change: transform, opacity; | ||
@@ -217,0 +221,0 @@ } |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/upload", | ||
"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/upload", | ||
"version": "24.5.0-alpha5", | ||
"version": "24.5.0-alpha6", | ||
"description-markup": "markdown", | ||
@@ -6,0 +6,0 @@ "framework": "lit", |
137742
0.06%3343
0.3%