@vaadin/text-field 24.5.0-alpha8 → 24.5.0-beta1

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
@@ -49,7 +49,7 @@ import '@vaadin/text-field/src/vaadin-text-field.js';
49
49
 
50
50
  ## Contributing
51
51
 
52
- Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
52
+ Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
53
53
 
54
54
  ## License
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/text-field",
3
- "version": "24.5.0-alpha8",
3
+ "version": "24.5.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,17 +36,17 @@
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "24.5.0-alpha8",
40
- "@vaadin/component-base": "24.5.0-alpha8",
41
- "@vaadin/field-base": "24.5.0-alpha8",
42
- "@vaadin/input-container": "24.5.0-alpha8",
43
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha8",
44
- "@vaadin/vaadin-material-styles": "24.5.0-alpha8",
45
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha8",
39
+ "@vaadin/a11y-base": "24.5.0-beta1",
40
+ "@vaadin/component-base": "24.5.0-beta1",
41
+ "@vaadin/field-base": "24.5.0-beta1",
42
+ "@vaadin/input-container": "24.5.0-beta1",
43
+ "@vaadin/vaadin-lumo-styles": "24.5.0-beta1",
44
+ "@vaadin/vaadin-material-styles": "24.5.0-beta1",
45
+ "@vaadin/vaadin-themable-mixin": "24.5.0-beta1",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@vaadin/chai-plugins": "24.5.0-alpha8",
49
+ "@vaadin/chai-plugins": "24.5.0-beta1",
50
50
  "@vaadin/testing-helpers": "^1.0.0",
51
51
  "sinon": "^18.0.0"
52
52
  },
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "1e227aaa55df3f5dae3d477b9afb5fce4f5ece33"
57
+ "gitHead": "da4b57724d7089e3766d59d01068159322adb2b8"
58
58
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/text-field",
4
- "version": "24.5.0-alpha8",
4
+ "version": "24.5.0-beta1",
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/text-field",
4
- "version": "24.5.0-alpha8",
4
+ "version": "24.5.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {