@vaadin/tabsheet 23.3.0-alpha2 → 24.0.0-alpha1
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/README.md +2 -2
- package/package.json +9 -9
- package/web-types.json +1 -1
- package/web-types.lit.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A web component for organizing and grouping content into sections.
|
|
4
4
|
|
|
5
|
-
[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/
|
|
5
|
+
[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/tabs/#tab-sheet)
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@vaadin/tabsheet)
|
|
8
8
|
[](https://discord.gg/PHmkCKC)
|
|
@@ -21,7 +21,7 @@ A web component for organizing and grouping content into sections.
|
|
|
21
21
|
</vaadin-tabsheet>
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
[<img src="https://raw.githubusercontent.com/vaadin/web-components/master/packages/tabsheet/screenshot.png" width="735" alt="Screenshot of vaadin-tabsheet">](https://vaadin.com/docs/latest/components/
|
|
24
|
+
[<img src="https://raw.githubusercontent.com/vaadin/web-components/master/packages/tabsheet/screenshot.png" width="735" alt="Screenshot of vaadin-tabsheet">](https://vaadin.com/docs/latest/components/tabs/#tab-sheet)
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/tabsheet",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "24.0.0-alpha1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@polymer/polymer": "^3.0.0",
|
|
39
|
-
"@vaadin/component-base": "
|
|
40
|
-
"@vaadin/field-base": "
|
|
41
|
-
"@vaadin/scroller": "
|
|
42
|
-
"@vaadin/tabs": "
|
|
43
|
-
"@vaadin/vaadin-lumo-styles": "
|
|
44
|
-
"@vaadin/vaadin-material-styles": "
|
|
45
|
-
"@vaadin/vaadin-themable-mixin": "
|
|
39
|
+
"@vaadin/component-base": "24.0.0-alpha1",
|
|
40
|
+
"@vaadin/field-base": "24.0.0-alpha1",
|
|
41
|
+
"@vaadin/scroller": "24.0.0-alpha1",
|
|
42
|
+
"@vaadin/tabs": "24.0.0-alpha1",
|
|
43
|
+
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha1",
|
|
44
|
+
"@vaadin/vaadin-material-styles": "24.0.0-alpha1",
|
|
45
|
+
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@esm-bundle/chai": "^4.3.4",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"web-types.json",
|
|
54
54
|
"web-types.lit.json"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "427527c27c4b27822d61fd41d38d7b170134770b"
|
|
57
57
|
}
|
package/web-types.json
CHANGED