@vaadin/upload 25.1.12 → 25.1.13

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": "25.1.12",
3
+ "version": "25.1.13",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,19 +35,19 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "~25.1.12",
39
- "@vaadin/button": "~25.1.12",
40
- "@vaadin/component-base": "~25.1.12",
41
- "@vaadin/progress-bar": "~25.1.12",
42
- "@vaadin/vaadin-themable-mixin": "~25.1.12",
38
+ "@vaadin/a11y-base": "~25.1.13",
39
+ "@vaadin/button": "~25.1.13",
40
+ "@vaadin/component-base": "~25.1.13",
41
+ "@vaadin/progress-bar": "~25.1.13",
42
+ "@vaadin/vaadin-themable-mixin": "~25.1.13",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/aura": "~25.1.12",
47
- "@vaadin/chai-plugins": "~25.1.12",
48
- "@vaadin/test-runner-commands": "~25.1.12",
46
+ "@vaadin/aura": "~25.1.13",
47
+ "@vaadin/chai-plugins": "~25.1.13",
48
+ "@vaadin/test-runner-commands": "~25.1.13",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "~25.1.12",
50
+ "@vaadin/vaadin-lumo-styles": "~25.1.13",
51
51
  "sinon": "^21.0.2"
52
52
  },
53
53
  "customElements": "custom-elements.json",
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "a83f7aa5ab76b317eb25e99cf9c96a8c72341e95"
58
+ "gitHead": "096f6a289e018a246f3bfb0162d52fd1c2fd6bce"
59
59
  }
@@ -142,7 +142,7 @@ class UploadButton extends ButtonMixin(ElementMixin(ThemableMixin(PolylitMixin(L
142
142
  /** @protected */
143
143
  render() {
144
144
  return html`
145
- <div class="vaadin-button-container">
145
+ <div class="vaadin-button-container" role="presentation">
146
146
  <span part="prefix" aria-hidden="true">
147
147
  <slot name="prefix"></slot>
148
148
  </span>
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": "25.1.12",
4
+ "version": "25.1.13",
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": "25.1.12",
4
+ "version": "25.1.13",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {