@vaadin/field-base
Advanced tools
Comparing version 23.0.0-alpha3 to 23.0.0-alpha4
{ | ||
"name": "@vaadin/field-base", | ||
"version": "23.0.0-alpha3", | ||
"version": "23.0.0-alpha4", | ||
"publishConfig": { | ||
@@ -21,2 +21,3 @@ "access": "public" | ||
"module": "index.js", | ||
"type": "module", | ||
"files": [ | ||
@@ -35,3 +36,3 @@ "index.d.ts", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "23.0.0-alpha3", | ||
"@vaadin/component-base": "23.0.0-alpha4", | ||
"lit": "^2.0.0" | ||
@@ -44,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "490037919a9e054cc002c1b3be0c94a1603e1a44" | ||
"gitHead": "81e2deee5147bb7c1f4884760f4598613306f1fb" | ||
} |
@@ -69,4 +69,5 @@ /** | ||
if (!this.node || this.node === this.defaultNode) { | ||
this.__applyDefaultHelper(helperText, this.defaultNode); | ||
const helperNode = this.getSlotChild(); | ||
if (!helperNode || helperNode === this.defaultNode) { | ||
this.__applyDefaultHelper(helperText, helperNode); | ||
} | ||
@@ -73,0 +74,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110798
3017
Yes
+ Added@vaadin/component-base@23.0.0-alpha4(transitive)
- Removed@vaadin/component-base@23.0.0-alpha3(transitive)