@vaadin/form-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
@@ -15,7 +15,7 @@ A web component for building responsive forms with multiple columns.
15
15
  </vaadin-form-layout>
16
16
  ```
17
17
 
18
- [<img src="https://raw.githubusercontent.com/vaadin/web-components/master/packages/form-layout/screenshot.png" width="880" alt="Screenshot of vaadin-form-layout">](https://vaadin.com/docs/latest/components/form-layout)
18
+ [<img src="https://raw.githubusercontent.com/vaadin/web-components/main/packages/form-layout/screenshot.png" width="880" alt="Screenshot of vaadin-form-layout">](https://vaadin.com/docs/latest/components/form-layout)
19
19
 
20
20
  ## Installation
21
21
 
@@ -34,7 +34,7 @@ import '@vaadin/form-layout';
34
34
  ## Themes
35
35
 
36
36
  Vaadin components come with two built-in [themes](https://vaadin.com/docs/latest/styling), Lumo and Material.
37
- The [main entrypoint](https://github.com/vaadin/web-components/blob/master/packages/form-layout/vaadin-form-layout.js) of the package uses the Lumo theme.
37
+ The [main entrypoint](https://github.com/vaadin/web-components/blob/main/packages/form-layout/vaadin-form-layout.js) of the package uses the Lumo theme.
38
38
 
39
39
  To use the Material theme, import the component from the `theme/material` folder:
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/form-layout",
3
- "version": "24.0.0-rc2",
3
+ "version": "24.1.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,21 +36,21 @@
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",
46
- "@vaadin/custom-field": "24.0.0-rc2",
46
+ "@vaadin/custom-field": "24.1.0-alpha1",
47
47
  "@vaadin/testing-helpers": "^0.4.0",
48
- "@vaadin/text-field": "24.0.0-rc2",
48
+ "@vaadin/text-field": "24.1.0-alpha1",
49
49
  "sinon": "^13.0.2"
50
50
  },
51
51
  "web-types": [
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "7601e71eaf22c45309852d5d491e0e01bb6322f0"
55
+ "gitHead": "599a339181595923b9ad6373d6888d8a79540141"
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/form-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/form-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": {