@vaadin/tabsheet 24.0.5 → 24.1.0-alpha10

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
@@ -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/tabs/#tab-sheet)
24
+ [<img src="https://raw.githubusercontent.com/vaadin/web-components/main/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
 
@@ -40,7 +40,7 @@ import '@vaadin/tabsheet';
40
40
  ## Themes
41
41
 
42
42
  Vaadin components come with two built-in [themes](https://vaadin.com/docs/latest/styling), Lumo and Material.
43
- The [main entrypoint](https://github.com/vaadin/web-components/blob/master/packages/tabsheet/vaadin-tabsheet.js) of the package uses the Lumo theme.
43
+ The [main entrypoint](https://github.com/vaadin/web-components/blob/main/packages/tabsheet/vaadin-tabsheet.js) of the package uses the Lumo theme.
44
44
 
45
45
  To use the Material theme, import the component from the `theme/material` folder:
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/tabsheet",
3
- "version": "24.0.5",
3
+ "version": "24.1.0-alpha10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,12 +36,12 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "~24.0.5",
40
- "@vaadin/scroller": "~24.0.5",
41
- "@vaadin/tabs": "~24.0.5",
42
- "@vaadin/vaadin-lumo-styles": "~24.0.5",
43
- "@vaadin/vaadin-material-styles": "~24.0.5",
44
- "@vaadin/vaadin-themable-mixin": "~24.0.5"
39
+ "@vaadin/component-base": "24.1.0-alpha10",
40
+ "@vaadin/scroller": "24.1.0-alpha10",
41
+ "@vaadin/tabs": "24.1.0-alpha10",
42
+ "@vaadin/vaadin-lumo-styles": "24.1.0-alpha10",
43
+ "@vaadin/vaadin-material-styles": "24.1.0-alpha10",
44
+ "@vaadin/vaadin-themable-mixin": "24.1.0-alpha10"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "e384c1b5c02e01a4382a433f727d075de9a4ee97"
55
+ "gitHead": "12e39be7eb3b49c68708e8ca3de2fb22e91051a1"
56
56
  }
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": "24.0.5",
4
+ "version": "24.1.0-alpha10",
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": "24.0.5",
4
+ "version": "24.1.0-alpha10",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {