@vaadin/button 25.1.0-beta1 → 25.1.0-beta3

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.
@@ -45,20 +45,7 @@
45
45
  "name": "superClass"
46
46
  }
47
47
  ],
48
- "attributes": [
49
- {
50
- "name": "tabindex",
51
- "type": {
52
- "text": "number"
53
- },
54
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
55
- "fieldName": "tabindex",
56
- "inheritedFrom": {
57
- "name": "TabindexMixin",
58
- "package": "@vaadin/a11y-base/src/tabindex-mixin.js"
59
- }
60
- }
61
- ]
48
+ "attributes": []
62
49
  }
63
50
  ],
64
51
  "exports": [
@@ -100,18 +87,6 @@
100
87
  },
101
88
  "description": "When disabled, the button is rendered as \"dimmed\" and prevents all\nuser interactions (mouse and keyboard).\n\nSince disabled buttons are not focusable and cannot react to hover\nevents by default, it can cause accessibility issues by making them\nentirely invisible to assistive technologies, and prevents the use\nof Tooltips to explain why the action is not available. This can be\naddressed by enabling the feature flag `accessibleDisabledButtons`,\nwhich makes disabled buttons focusable and hoverable, while still\npreventing them from being triggered:\n\n```js\n// Set before any button is attached to the DOM.\nwindow.Vaadin.featureFlags.accessibleDisabledButtons = true\n```",
102
89
  "fieldName": "disabled"
103
- },
104
- {
105
- "name": "tabindex",
106
- "type": {
107
- "text": "number"
108
- },
109
- "description": "Indicates whether the element can be focused and where it participates in sequential keyboard navigation.",
110
- "fieldName": "tabindex",
111
- "inheritedFrom": {
112
- "name": "TabindexMixin",
113
- "package": "@vaadin/a11y-base/src/tabindex-mixin.js"
114
- }
115
90
  }
116
91
  ],
117
92
  "mixins": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/button",
3
- "version": "25.1.0-beta1",
3
+ "version": "25.1.0-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,25 +35,25 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.1.0-beta1",
39
- "@vaadin/component-base": "25.1.0-beta1",
40
- "@vaadin/vaadin-themable-mixin": "25.1.0-beta1",
38
+ "@vaadin/a11y-base": "25.1.0-beta3",
39
+ "@vaadin/component-base": "25.1.0-beta3",
40
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta3",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/aura": "25.1.0-beta1",
45
- "@vaadin/chai-plugins": "25.1.0-beta1",
46
- "@vaadin/icon": "25.1.0-beta1",
47
- "@vaadin/icons": "25.1.0-beta1",
48
- "@vaadin/test-runner-commands": "25.1.0-beta1",
44
+ "@vaadin/aura": "25.1.0-beta3",
45
+ "@vaadin/chai-plugins": "25.1.0-beta3",
46
+ "@vaadin/icon": "25.1.0-beta3",
47
+ "@vaadin/icons": "25.1.0-beta3",
48
+ "@vaadin/test-runner-commands": "25.1.0-beta3",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "25.1.0-beta1",
51
- "sinon": "^21.0.0"
50
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta3",
51
+ "sinon": "^21.0.2"
52
52
  },
53
53
  "customElements": "custom-elements.json",
54
54
  "web-types": [
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "0ccf77c385fc6a92ac2a6344ce8804b94956226d"
58
+ "gitHead": "4251850231a42298fda23b83928da588831cdb5d"
59
59
  }
@@ -20,7 +20,7 @@ export const buttonStyles = css`
20
20
  cursor: var(--vaadin-clickable-cursor);
21
21
  box-sizing: border-box;
22
22
  flex-shrink: 0;
23
- height: var(--vaadin-button-height, auto);
23
+ height: var(--vaadin-button-height, fit-content);
24
24
  margin: var(--vaadin-button-margin, 0);
25
25
  padding: var(--vaadin-button-padding, var(--vaadin-padding-block-container) var(--vaadin-padding-inline-container));
26
26
  font-family: var(--vaadin-button-font-family, inherit);
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.1.0-beta1",
4
+ "version": "25.1.0-beta3",
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.1.0-beta1",
4
+ "version": "25.1.0-beta3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {