@vaadin/upload 23.3.0-alpha1 → 23.3.0-alpha2

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": "23.3.0-alpha1",
3
+ "version": "23.3.0-alpha2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,16 +36,16 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/button": "23.3.0-alpha1",
40
- "@vaadin/component-base": "23.3.0-alpha1",
41
- "@vaadin/progress-bar": "23.3.0-alpha1",
42
- "@vaadin/vaadin-lumo-styles": "23.3.0-alpha1",
43
- "@vaadin/vaadin-material-styles": "23.3.0-alpha1",
44
- "@vaadin/vaadin-themable-mixin": "23.3.0-alpha1"
39
+ "@vaadin/button": "23.3.0-alpha2",
40
+ "@vaadin/component-base": "23.3.0-alpha2",
41
+ "@vaadin/progress-bar": "23.3.0-alpha2",
42
+ "@vaadin/vaadin-lumo-styles": "23.3.0-alpha2",
43
+ "@vaadin/vaadin-material-styles": "23.3.0-alpha2",
44
+ "@vaadin/vaadin-themable-mixin": "23.3.0-alpha2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
48
- "@vaadin/form-layout": "23.3.0-alpha1",
48
+ "@vaadin/form-layout": "23.3.0-alpha2",
49
49
  "@vaadin/testing-helpers": "^0.3.2",
50
50
  "sinon": "^13.0.2"
51
51
  },
@@ -53,5 +53,5 @@
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "beabc527d4b1274eb798ff701d406fed45cfe638"
56
+ "gitHead": "ae61027c62ffa7f7d70cfc50e43f333addfc74b6"
57
57
  }
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": "23.3.0-alpha1",
4
+ "version": "23.3.0-alpha2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -364,10 +364,6 @@
364
364
  {
365
365
  "name": "max-files-reached-changed",
366
366
  "description": "Fired when the `maxFilesReached` property changes."
367
- },
368
- {
369
- "name": "maxFilesReached-changed",
370
- "description": "Fired when the `maxFilesReached` property changes."
371
367
  }
372
368
  ]
373
369
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/upload",
4
- "version": "23.3.0-alpha1",
4
+ "version": "23.3.0-alpha2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -249,13 +249,6 @@
249
249
  "value": {
250
250
  "kind": "expression"
251
251
  }
252
- },
253
- {
254
- "name": "@maxFilesReached-changed",
255
- "description": "Fired when the `maxFilesReached` property changes.",
256
- "value": {
257
- "kind": "expression"
258
- }
259
252
  }
260
253
  ]
261
254
  }