@vaadin/upload 24.3.0-beta1 → 24.3.0-rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/upload",
3
- "version": "24.3.0-beta1",
3
+ "version": "24.3.0-rc1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,13 +42,13 @@
42
42
  "dependencies": {
43
43
  "@open-wc/dedupe-mixin": "^1.3.0",
44
44
  "@polymer/polymer": "^3.0.0",
45
- "@vaadin/a11y-base": "24.3.0-beta1",
46
- "@vaadin/button": "24.3.0-beta1",
47
- "@vaadin/component-base": "24.3.0-beta1",
48
- "@vaadin/progress-bar": "24.3.0-beta1",
49
- "@vaadin/vaadin-lumo-styles": "24.3.0-beta1",
50
- "@vaadin/vaadin-material-styles": "24.3.0-beta1",
51
- "@vaadin/vaadin-themable-mixin": "24.3.0-beta1",
45
+ "@vaadin/a11y-base": "24.3.0-rc1",
46
+ "@vaadin/button": "24.3.0-rc1",
47
+ "@vaadin/component-base": "24.3.0-rc1",
48
+ "@vaadin/progress-bar": "24.3.0-rc1",
49
+ "@vaadin/vaadin-lumo-styles": "24.3.0-rc1",
50
+ "@vaadin/vaadin-material-styles": "24.3.0-rc1",
51
+ "@vaadin/vaadin-themable-mixin": "24.3.0-rc1",
52
52
  "lit": "^3.0.0"
53
53
  },
54
54
  "devDependencies": {
@@ -60,5 +60,5 @@
60
60
  "web-types.json",
61
61
  "web-types.lit.json"
62
62
  ],
63
- "gitHead": "a197041861e1bbf8d3e966d893648f5dd462b036"
63
+ "gitHead": "54430cfc0f52bb6fc17b0fc325b0d62e0e49c700"
64
64
  }
@@ -884,7 +884,7 @@ export const UploadMixin = (superClass) =>
884
884
 
885
885
  /** @private */
886
886
  _onFileReject(event) {
887
- announce(`${event.detail.file.name}: ${event.detail.file.error}`, { mode: 'alert' });
887
+ announce(`${event.detail.file.name}: ${event.detail.error}`, { mode: 'alert' });
888
888
  }
889
889
 
890
890
  /** @private */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/upload",
4
- "version": "24.3.0-beta1",
4
+ "version": "24.3.0-rc1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/upload",
4
- "version": "24.3.0-beta1",
4
+ "version": "24.3.0-rc1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {