@vaadin/upload 24.4.0-alpha9 → 24.4.0-beta2

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/README.md CHANGED
@@ -5,7 +5,6 @@ A web component for uploading files.
5
5
  [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/upload)
6
6
 
7
7
  [![npm version](https://badgen.net/npm/v/@vaadin/upload)](https://www.npmjs.com/package/@vaadin/upload)
8
- [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
9
8
 
10
9
  ```html
11
10
  <vaadin-upload accept=".pdf">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/upload",
3
- "version": "24.4.0-alpha9",
3
+ "version": "24.4.0-beta2",
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.4.0-alpha9",
46
- "@vaadin/button": "24.4.0-alpha9",
47
- "@vaadin/component-base": "24.4.0-alpha9",
48
- "@vaadin/progress-bar": "24.4.0-alpha9",
49
- "@vaadin/vaadin-lumo-styles": "24.4.0-alpha9",
50
- "@vaadin/vaadin-material-styles": "24.4.0-alpha9",
51
- "@vaadin/vaadin-themable-mixin": "24.4.0-alpha9",
45
+ "@vaadin/a11y-base": "24.4.0-beta2",
46
+ "@vaadin/button": "24.4.0-beta2",
47
+ "@vaadin/component-base": "24.4.0-beta2",
48
+ "@vaadin/progress-bar": "24.4.0-beta2",
49
+ "@vaadin/vaadin-lumo-styles": "24.4.0-beta2",
50
+ "@vaadin/vaadin-material-styles": "24.4.0-beta2",
51
+ "@vaadin/vaadin-themable-mixin": "24.4.0-beta2",
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": "effb81abe3c6283a6ec620cc0cee56069af58226"
63
+ "gitHead": "886ab2e7ccb8353ac3b7a42ebb96dfe2d1211556"
64
64
  }
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.4.0-alpha9",
4
+ "version": "24.4.0-beta2",
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.4.0-alpha9",
4
+ "version": "24.4.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {