@vaadin/button 24.9.4 → 24.9.5

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": "24.9.4",
3
+ "version": "24.9.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,17 +36,17 @@
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "~24.9.4",
40
- "@vaadin/component-base": "~24.9.4",
41
- "@vaadin/vaadin-lumo-styles": "~24.9.4",
42
- "@vaadin/vaadin-material-styles": "~24.9.4",
43
- "@vaadin/vaadin-themable-mixin": "~24.9.4",
39
+ "@vaadin/a11y-base": "~24.9.5",
40
+ "@vaadin/component-base": "~24.9.5",
41
+ "@vaadin/vaadin-lumo-styles": "~24.9.5",
42
+ "@vaadin/vaadin-material-styles": "~24.9.5",
43
+ "@vaadin/vaadin-themable-mixin": "~24.9.5",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@vaadin/chai-plugins": "~24.9.4",
48
- "@vaadin/icon": "~24.9.4",
49
- "@vaadin/test-runner-commands": "~24.9.4",
47
+ "@vaadin/chai-plugins": "~24.9.5",
48
+ "@vaadin/icon": "~24.9.5",
49
+ "@vaadin/test-runner-commands": "~24.9.5",
50
50
  "@vaadin/testing-helpers": "^1.1.0",
51
51
  "sinon": "^18.0.0"
52
52
  },
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "7084e972641ef2355ffc281cbd932c070f998ed1"
57
+ "gitHead": "e1dc543cbb64eb60a11bdfe318319cce7b66416e"
58
58
  }
@@ -93,8 +93,9 @@ class Button extends ButtonMixin(ElementMixin(ThemableMixin(ControllerMixin(Poly
93
93
  <span part="suffix" aria-hidden="true">
94
94
  <slot name="suffix"></slot>
95
95
  </span>
96
+
97
+ <slot name="tooltip"></slot>
96
98
  </div>
97
- <slot name="tooltip"></slot>
98
99
  `;
99
100
  }
100
101
 
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": "24.9.4",
4
+ "version": "24.9.5",
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": "24.9.4",
4
+ "version": "24.9.5",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {