@vaadin/horizontal-layout 24.0.0-rc1 → 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
@@ -30,7 +30,7 @@ import '@vaadin/horizontal-layout';
30
30
  ## Themes
31
31
 
32
32
  Vaadin components come with two built-in [themes](https://vaadin.com/docs/latest/styling), Lumo and Material.
33
- The [main entrypoint](https://github.com/vaadin/web-components/blob/master/packages/horizontal-layout/vaadin-horizontal-layout.js) of the package uses the Lumo theme.
33
+ The [main entrypoint](https://github.com/vaadin/web-components/blob/main/packages/horizontal-layout/vaadin-horizontal-layout.js) of the package uses the Lumo theme.
34
34
 
35
35
  To use the Material theme, import the component from the `theme/material` folder:
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/horizontal-layout",
3
- "version": "24.0.0-rc1",
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-rc1",
40
- "@vaadin/vaadin-lumo-styles": "24.0.0-rc1",
41
- "@vaadin/vaadin-material-styles": "24.0.0-rc1",
42
- "@vaadin/vaadin-themable-mixin": "24.0.0-rc1"
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",
@@ -49,5 +49,5 @@
49
49
  "web-types.json",
50
50
  "web-types.lit.json"
51
51
  ],
52
- "gitHead": "0b086e3596e400d8522b656eabc8ae44f0c483cb"
52
+ "gitHead": "599a339181595923b9ad6373d6888d8a79540141"
53
53
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/horizontal-layout",
4
- "version": "24.0.0-rc1",
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/horizontal-layout",
4
- "version": "24.0.0-rc1",
4
+ "version": "24.1.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {