@vaadin/button 23.2.8 → 23.2.10

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.2.8",
3
+ "version": "23.2.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,10 +36,10 @@
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "~23.2.8",
40
- "@vaadin/vaadin-lumo-styles": "~23.2.8",
41
- "@vaadin/vaadin-material-styles": "~23.2.8",
42
- "@vaadin/vaadin-themable-mixin": "~23.2.8"
39
+ "@vaadin/component-base": "~23.2.10",
40
+ "@vaadin/vaadin-lumo-styles": "~23.2.10",
41
+ "@vaadin/vaadin-material-styles": "~23.2.10",
42
+ "@vaadin/vaadin-themable-mixin": "~23.2.10"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@esm-bundle/chai": "^4.3.4",
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "82dc3fd8ecea4480095f6380c7f200fc3aafddff"
53
+ "gitHead": "bec3f9acd4431a55eec720f7b64aa8ff5411ce27"
54
54
  }
@@ -95,13 +95,13 @@ class Button extends ButtonMixin(ElementMixin(ThemableMixin(PolymerElement))) {
95
95
  }
96
96
  </style>
97
97
  <div class="vaadin-button-container">
98
- <span part="prefix">
98
+ <span part="prefix" aria-hidden="true">
99
99
  <slot name="prefix"></slot>
100
100
  </span>
101
101
  <span part="label">
102
102
  <slot></slot>
103
103
  </span>
104
- <span part="suffix">
104
+ <span part="suffix" aria-hidden="true">
105
105
  <slot name="suffix"></slot>
106
106
  </span>
107
107
  </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.2.8",
4
+ "version": "23.2.10",
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.2.8",
4
+ "version": "23.2.10",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {