@vaadin/tabs 24.3.1 → 24.3.3

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/tabs",
3
- "version": "24.3.1",
3
+ "version": "24.3.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,12 +37,12 @@
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/a11y-base": "~24.3.1",
41
- "@vaadin/component-base": "~24.3.1",
42
- "@vaadin/item": "~24.3.1",
43
- "@vaadin/vaadin-lumo-styles": "~24.3.1",
44
- "@vaadin/vaadin-material-styles": "~24.3.1",
45
- "@vaadin/vaadin-themable-mixin": "~24.3.1",
40
+ "@vaadin/a11y-base": "~24.3.3",
41
+ "@vaadin/component-base": "~24.3.3",
42
+ "@vaadin/item": "~24.3.3",
43
+ "@vaadin/vaadin-lumo-styles": "~24.3.3",
44
+ "@vaadin/vaadin-material-styles": "~24.3.3",
45
+ "@vaadin/vaadin-themable-mixin": "~24.3.3",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "b81b3535adec8e4371ceb5d1ba5b12fa2a2abf22"
57
+ "gitHead": "9bd78cb87a60a1d76d60e2fa3333662df338a017"
58
58
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/tabs",
4
- "version": "24.3.1",
4
+ "version": "24.3.3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -10,6 +10,17 @@
10
10
  "name": "vaadin-tab",
11
11
  "description": "`<vaadin-tab>` is a Web Component providing an accessible and customizable tab.\n\n```\n <vaadin-tab>\n Tab 1\n </vaadin-tab>\n```\n\nThe following state attributes are available for styling:\n\nAttribute | Description | Part name\n-----------|-------------|------------\n`disabled` | Set to a disabled tab | :host\n`focused` | Set when the element is focused | :host\n`focus-ring` | Set when the element is keyboard focused | :host\n`selected` | Set when the tab is selected | :host\n`active` | Set when mousedown or enter/spacebar pressed | :host\n`orientation` | Set to `horizontal` or `vertical` depending on the direction of items | :host\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
12
12
  "attributes": [
13
+ {
14
+ "name": "disabled",
15
+ "description": "If true, the user cannot interact with this element.",
16
+ "value": {
17
+ "type": [
18
+ "boolean",
19
+ "null",
20
+ "undefined"
21
+ ]
22
+ }
23
+ },
13
24
  {
14
25
  "name": "selected",
15
26
  "description": "If true, the item is in selected state.",
@@ -33,6 +44,17 @@
33
44
  ],
34
45
  "js": {
35
46
  "properties": [
47
+ {
48
+ "name": "disabled",
49
+ "description": "If true, the user cannot interact with this element.",
50
+ "value": {
51
+ "type": [
52
+ "boolean",
53
+ "null",
54
+ "undefined"
55
+ ]
56
+ }
57
+ },
36
58
  {
37
59
  "name": "value",
38
60
  "description": "",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/tabs",
4
- "version": "24.3.1",
4
+ "version": "24.3.3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -19,6 +19,13 @@
19
19
  "description": "`<vaadin-tab>` is a Web Component providing an accessible and customizable tab.\n\n```\n <vaadin-tab>\n Tab 1\n </vaadin-tab>\n```\n\nThe following state attributes are available for styling:\n\nAttribute | Description | Part name\n-----------|-------------|------------\n`disabled` | Set to a disabled tab | :host\n`focused` | Set when the element is focused | :host\n`focus-ring` | Set when the element is keyboard focused | :host\n`selected` | Set when the tab is selected | :host\n`active` | Set when mousedown or enter/spacebar pressed | :host\n`orientation` | Set to `horizontal` or `vertical` depending on the direction of items | :host\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
20
20
  "extension": true,
21
21
  "attributes": [
22
+ {
23
+ "name": "?disabled",
24
+ "description": "If true, the user cannot interact with this element.",
25
+ "value": {
26
+ "kind": "expression"
27
+ }
28
+ },
22
29
  {
23
30
  "name": "?selected",
24
31
  "description": "If true, the item is in selected state.",