@vaadin/split-layout 24.0.0-rc2 → 24.1.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
@@ -20,7 +20,7 @@ A web component with two content areas and a draggable split handle between them
20
20
  </vaadin-split-layout>
21
21
  ```
22
22
 
23
- [<img src="https://raw.githubusercontent.com/vaadin/web-components/master/packages/split-layout/screenshot.png" width="616" alt="Screenshot of vaadin-split-layout">](https://vaadin.com/docs/latest/components/split-layout)
23
+ [<img src="https://raw.githubusercontent.com/vaadin/web-components/main/packages/split-layout/screenshot.png" width="616" alt="Screenshot of vaadin-split-layout">](https://vaadin.com/docs/latest/components/split-layout)
24
24
 
25
25
  ## Installation
26
26
 
@@ -39,7 +39,7 @@ import '@vaadin/split-layout';
39
39
  ## Themes
40
40
 
41
41
  Vaadin components come with two built-in [themes](https://vaadin.com/docs/latest/styling), Lumo and Material.
42
- The [main entrypoint](https://github.com/vaadin/web-components/blob/master/packages/split-layout/vaadin-split-layout.js) of the package uses the Lumo theme.
42
+ The [main entrypoint](https://github.com/vaadin/web-components/blob/main/packages/split-layout/vaadin-split-layout.js) of the package uses the Lumo theme.
43
43
 
44
44
  To use the Material theme, import the component from the `theme/material` folder:
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/split-layout",
3
- "version": "24.0.0-rc2",
3
+ "version": "24.1.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,10 +36,10 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "24.0.0-rc2",
40
- "@vaadin/vaadin-lumo-styles": "24.0.0-rc2",
41
- "@vaadin/vaadin-material-styles": "24.0.0-rc2",
42
- "@vaadin/vaadin-themable-mixin": "24.0.0-rc2"
39
+ "@vaadin/component-base": "24.1.0-alpha1",
40
+ "@vaadin/vaadin-lumo-styles": "24.1.0-alpha1",
41
+ "@vaadin/vaadin-material-styles": "24.1.0-alpha1",
42
+ "@vaadin/vaadin-themable-mixin": "24.1.0-alpha1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@esm-bundle/chai": "^4.3.4",
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "7601e71eaf22c45309852d5d491e0e01bb6322f0"
53
+ "gitHead": "599a339181595923b9ad6373d6888d8a79540141"
54
54
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/split-layout",
4
- "version": "24.0.0-rc2",
4
+ "version": "24.1.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/split-layout",
4
- "version": "24.0.0-rc2",
4
+ "version": "24.1.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {