@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 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/tabsheet)
5
+ [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/tabs/#tab-sheet)
6
6
 
7
7
  [![npm version](https://badgen.net/npm/v/@vaadin/tabsheet)](https://www.npmjs.com/package/@vaadin/tabsheet)
8
8
  [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](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/tabsheet)
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": "23.3.0-alpha2",
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": "23.3.0-alpha2",
40
- "@vaadin/field-base": "23.3.0-alpha2",
41
- "@vaadin/scroller": "23.3.0-alpha2",
42
- "@vaadin/tabs": "23.3.0-alpha2",
43
- "@vaadin/vaadin-lumo-styles": "23.3.0-alpha2",
44
- "@vaadin/vaadin-material-styles": "23.3.0-alpha2",
45
- "@vaadin/vaadin-themable-mixin": "23.3.0-alpha2"
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": "ae61027c62ffa7f7d70cfc50e43f333addfc74b6"
56
+ "gitHead": "427527c27c4b27822d61fd41d38d7b170134770b"
57
57
  }
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": "23.3.0-alpha2",
4
+ "version": "24.0.0-alpha1",
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/tabsheet",
4
- "version": "23.3.0-alpha2",
4
+ "version": "24.0.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {