@vaadin/button 25.0.0-beta2 → 25.0.0-beta4

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": "25.0.0-beta2",
3
+ "version": "25.0.0-beta4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,23 +34,23 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@open-wc/dedupe-mixin": "^1.3.0",
37
- "@vaadin/a11y-base": "25.0.0-beta2",
38
- "@vaadin/component-base": "25.0.0-beta2",
39
- "@vaadin/vaadin-themable-mixin": "25.0.0-beta2",
37
+ "@vaadin/a11y-base": "25.0.0-beta4",
38
+ "@vaadin/component-base": "25.0.0-beta4",
39
+ "@vaadin/vaadin-themable-mixin": "25.0.0-beta4",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@vaadin/chai-plugins": "25.0.0-beta2",
44
- "@vaadin/icon": "25.0.0-beta2",
45
- "@vaadin/icons": "25.0.0-beta2",
46
- "@vaadin/test-runner-commands": "25.0.0-beta2",
43
+ "@vaadin/chai-plugins": "25.0.0-beta4",
44
+ "@vaadin/icon": "25.0.0-beta4",
45
+ "@vaadin/icons": "25.0.0-beta4",
46
+ "@vaadin/test-runner-commands": "25.0.0-beta4",
47
47
  "@vaadin/testing-helpers": "^2.0.0",
48
- "@vaadin/vaadin-lumo-styles": "25.0.0-beta2",
48
+ "@vaadin/vaadin-lumo-styles": "25.0.0-beta4",
49
49
  "sinon": "^21.0.0"
50
50
  },
51
51
  "web-types": [
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "e078f8371ae266f05c7ca1ec25686cc489c83f24"
55
+ "gitHead": "707c30af7ed0afacc13c0afb27d047b043160d1f"
56
56
  }
@@ -99,8 +99,9 @@ class Button extends ButtonMixin(ElementMixin(ThemableMixin(PolylitMixin(LumoInj
99
99
  <span part="suffix" aria-hidden="true">
100
100
  <slot name="suffix"></slot>
101
101
  </span>
102
+
103
+ <slot name="tooltip"></slot>
102
104
  </div>
103
- <slot name="tooltip"></slot>
104
105
  `;
105
106
  }
106
107
 
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": "25.0.0-beta2",
4
+ "version": "25.0.0-beta4",
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": "25.0.0-beta2",
4
+ "version": "25.0.0-beta4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {