@vaadin/text-field 23.3.0-alpha1 → 23.3.0-alpha2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/text-field",
3
- "version": "23.3.0-alpha1",
3
+ "version": "23.3.0-alpha2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,12 +35,12 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@polymer/polymer": "^3.0.0",
38
- "@vaadin/component-base": "23.3.0-alpha1",
39
- "@vaadin/field-base": "23.3.0-alpha1",
40
- "@vaadin/input-container": "23.3.0-alpha1",
41
- "@vaadin/vaadin-lumo-styles": "23.3.0-alpha1",
42
- "@vaadin/vaadin-material-styles": "23.3.0-alpha1",
43
- "@vaadin/vaadin-themable-mixin": "23.3.0-alpha1"
38
+ "@vaadin/component-base": "23.3.0-alpha2",
39
+ "@vaadin/field-base": "23.3.0-alpha2",
40
+ "@vaadin/input-container": "23.3.0-alpha2",
41
+ "@vaadin/vaadin-lumo-styles": "23.3.0-alpha2",
42
+ "@vaadin/vaadin-material-styles": "23.3.0-alpha2",
43
+ "@vaadin/vaadin-themable-mixin": "23.3.0-alpha2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
@@ -51,5 +51,5 @@
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "beabc527d4b1274eb798ff701d406fed45cfe638"
54
+ "gitHead": "ae61027c62ffa7f7d70cfc50e43f333addfc74b6"
55
55
  }
@@ -180,6 +180,7 @@ export class TextField extends PatternMixin(InputFieldMixin(ThemableMixin(Elemen
180
180
  this.addController(new LabelledInputController(this.inputElement, this._labelController));
181
181
 
182
182
  this._tooltipController = new TooltipController(this);
183
+ this._tooltipController.setPosition('top');
183
184
  this.addController(this._tooltipController);
184
185
  }
185
186
  }
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": "23.3.0-alpha1",
4
+ "version": "23.3.0-alpha2",
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": "23.3.0-alpha1",
4
+ "version": "23.3.0-alpha2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {