@vaadin/button 23.3.0-alpha6 → 23.3.0-alpha8

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/button",
3
- "version": "23.3.0-alpha6",
3
+ "version": "23.3.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,14 +36,14 @@
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "23.3.0-alpha6",
40
- "@vaadin/vaadin-lumo-styles": "23.3.0-alpha6",
41
- "@vaadin/vaadin-material-styles": "23.3.0-alpha6",
42
- "@vaadin/vaadin-themable-mixin": "23.3.0-alpha6"
39
+ "@vaadin/component-base": "23.3.0-alpha8",
40
+ "@vaadin/vaadin-lumo-styles": "23.3.0-alpha8",
41
+ "@vaadin/vaadin-material-styles": "23.3.0-alpha8",
42
+ "@vaadin/vaadin-themable-mixin": "23.3.0-alpha8"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@esm-bundle/chai": "^4.3.4",
46
- "@vaadin/icon": "23.3.0-alpha6",
46
+ "@vaadin/icon": "23.3.0-alpha8",
47
47
  "@vaadin/testing-helpers": "^0.3.2",
48
48
  "sinon": "^13.0.2"
49
49
  },
@@ -51,5 +51,5 @@
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "796e51380384cfa30282eecbc4e0463038298547"
54
+ "gitHead": "120e85b5b95d2ea6f9dd26d18a930439fe607acb"
55
55
  }
@@ -98,13 +98,13 @@ class Button extends ButtonMixin(ElementMixin(ThemableMixin(ControllerMixin(Poly
98
98
  }
99
99
  </style>
100
100
  <div class="vaadin-button-container">
101
- <span part="prefix">
101
+ <span part="prefix" aria-hidden="true">
102
102
  <slot name="prefix"></slot>
103
103
  </span>
104
104
  <span part="label">
105
105
  <slot></slot>
106
106
  </span>
107
- <span part="suffix">
107
+ <span part="suffix" aria-hidden="true">
108
108
  <slot name="suffix"></slot>
109
109
  </span>
110
110
  </div>
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/button",
4
- "version": "23.3.0-alpha6",
4
+ "version": "23.3.0-alpha8",
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/button",
4
- "version": "23.3.0-alpha6",
4
+ "version": "23.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {