@vaadin/field-base
Advanced tools
Comparing version 23.0.0-beta2 to 23.0.0-beta3
{ | ||
"name": "@vaadin/field-base", | ||
"version": "23.0.0-beta2", | ||
"version": "23.0.0-beta3", | ||
"publishConfig": { | ||
@@ -35,3 +35,3 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "23.0.0-beta2", | ||
"@vaadin/component-base": "23.0.0-beta3", | ||
"lit": "^2.0.0" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "a276f7a0fd00e5459b87267468e0dd0d4fb6f7f3" | ||
"gitHead": "4c87216666541f9eb58f56c475964727822aad53" | ||
} |
@@ -44,2 +44,4 @@ /** | ||
initCustomNode(labelNode) { | ||
this.__updateLabelId(labelNode); | ||
const hasLabel = this.__hasLabel(labelNode); | ||
@@ -46,0 +48,0 @@ this.__toggleHasLabel(hasLabel); |
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
114015
3161
+ Added@vaadin/component-base@23.0.0-beta3(transitive)
- Removed@vaadin/component-base@23.0.0-beta2(transitive)