@vaadin/field-base 25.0.0-alpha14 → 25.0.0-alpha16

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/field-base",
3
- "version": "25.0.0-alpha14",
3
+ "version": "25.0.0-alpha16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -31,15 +31,15 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@open-wc/dedupe-mixin": "^1.3.0",
34
- "@vaadin/a11y-base": "25.0.0-alpha14",
35
- "@vaadin/component-base": "25.0.0-alpha14",
34
+ "@vaadin/a11y-base": "25.0.0-alpha16",
35
+ "@vaadin/component-base": "25.0.0-alpha16",
36
36
  "lit": "^3.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@vaadin/chai-plugins": "25.0.0-alpha14",
40
- "@vaadin/test-runner-commands": "25.0.0-alpha14",
39
+ "@vaadin/chai-plugins": "25.0.0-alpha16",
40
+ "@vaadin/test-runner-commands": "25.0.0-alpha16",
41
41
  "@vaadin/testing-helpers": "^2.0.0",
42
42
  "sinon": "^18.0.0"
43
43
  },
44
- "gitHead": "8ebeeeca4b5b6564eff954d6582d0d6760464e51"
44
+ "gitHead": "4b316158a4a4f702f032bc9940fc82f0faa840f4"
45
45
  }
@@ -97,7 +97,7 @@ export class ErrorController extends SlotChildObserveController {
97
97
  * Note: unlike with other controllers, this method is
98
98
  * called for both default and custom error message.
99
99
  *
100
- * @param {Node | undefined} node
100
+ * @param {Node | undefined} errorNode
101
101
  * @protected
102
102
  * @override
103
103
  */
@@ -38,7 +38,6 @@ export class HelperController extends SlotChildObserveController {
38
38
  * Override method inherited from `SlotChildObserveController`
39
39
  * to create the default helper element lazily as needed.
40
40
  *
41
- * @param {Node | undefined} node
42
41
  * @protected
43
42
  * @override
44
43
  */