@vaadin/tabsheet 25.3.0-alpha6 → 25.3.0-alpha8

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.
@@ -137,6 +137,27 @@
137
137
  "name": "selected-changed"
138
138
  }
139
139
  ],
140
+ "attributes": [
141
+ {
142
+ "name": "selected",
143
+ "type": {
144
+ "text": "number"
145
+ },
146
+ "description": "The index of the selected tab.",
147
+ "fieldName": "selected",
148
+ "inheritedFrom": {
149
+ "name": "TabSheetMixin",
150
+ "module": "src/vaadin-tabsheet-mixin.js"
151
+ }
152
+ },
153
+ {
154
+ "type": {
155
+ "text": "string"
156
+ },
157
+ "description": "The theme variants to apply to the component.",
158
+ "name": "theme"
159
+ }
160
+ ],
140
161
  "mixins": [
141
162
  {
142
163
  "name": "TabSheetMixin",
@@ -164,21 +185,7 @@
164
185
  "package": "lit"
165
186
  },
166
187
  "tagName": "vaadin-tabsheet",
167
- "customElement": true,
168
- "attributes": [
169
- {
170
- "name": "selected",
171
- "type": {
172
- "text": "number"
173
- },
174
- "description": "The index of the selected tab.",
175
- "fieldName": "selected",
176
- "inheritedFrom": {
177
- "name": "TabSheetMixin",
178
- "module": "src/vaadin-tabsheet-mixin.js"
179
- }
180
- }
181
- ]
188
+ "customElement": true
182
189
  }
183
190
  ],
184
191
  "exports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/tabsheet",
3
- "version": "25.3.0-alpha6",
3
+ "version": "25.3.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,18 +35,18 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/component-base": "25.3.0-alpha6",
39
- "@vaadin/scroller": "25.3.0-alpha6",
40
- "@vaadin/tabs": "25.3.0-alpha6",
41
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
38
+ "@vaadin/component-base": "25.3.0-alpha8",
39
+ "@vaadin/scroller": "25.3.0-alpha8",
40
+ "@vaadin/tabs": "25.3.0-alpha8",
41
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha8",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/aura": "25.3.0-alpha6",
46
- "@vaadin/chai-plugins": "25.3.0-alpha6",
47
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
45
+ "@vaadin/aura": "25.3.0-alpha8",
46
+ "@vaadin/chai-plugins": "25.3.0-alpha8",
47
+ "@vaadin/test-runner-commands": "25.3.0-alpha8",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
49
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha8",
50
50
  "sinon": "^22.0.0"
51
51
  },
52
52
  "customElements": "custom-elements.json",
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
57
+ "gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
58
58
  }
@@ -66,6 +66,7 @@ import { TabSheetMixin } from './vaadin-tabsheet-mixin.js';
66
66
  * @fires {CustomEvent} items-changed - Fired when the `items` property changes.
67
67
  * @fires {CustomEvent} selected-changed - Fired when the `selected` property changes.
68
68
  *
69
+ * @attr {string} theme - The theme variants to apply to the component.
69
70
  * @customElement vaadin-tabsheet
70
71
  * @extends HTMLElement
71
72
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/tabsheet",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -24,9 +24,7 @@
24
24
  "description": "The theme variants to apply to the component.",
25
25
  "value": {
26
26
  "type": [
27
- "string",
28
- "null",
29
- "undefined"
27
+ "string"
30
28
  ]
31
29
  }
32
30
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/tabsheet",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {