@vaadin/vaadin-text-field
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-text-field", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"main": "vaadin-text-field.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -34,3 +34,3 @@ /** | ||
static get version() { | ||
return '2.3.4'; | ||
return '2.3.5'; | ||
} | ||
@@ -37,0 +37,0 @@ |
@@ -80,3 +80,3 @@ /** | ||
static get version() { | ||
return '2.3.4'; | ||
return '2.3.5'; | ||
} | ||
@@ -83,0 +83,0 @@ |
@@ -80,3 +80,3 @@ /** | ||
static get version() { | ||
return '2.3.4'; | ||
return '2.3.5'; | ||
} | ||
@@ -83,0 +83,0 @@ |
@@ -133,3 +133,3 @@ /** | ||
static get version() { | ||
return '2.3.4'; | ||
return '2.3.5'; | ||
} | ||
@@ -136,0 +136,0 @@ |
@@ -471,8 +471,6 @@ /** | ||
if (node.hasAttribute(name) === !value) { | ||
if (value) { | ||
node.setAttribute(name, (typeof value === 'boolean') ? '' : value); | ||
} else { | ||
node.removeAttribute(name); | ||
} | ||
if (value) { | ||
node.setAttribute(name, (typeof value === 'boolean') ? '' : value); | ||
} else { | ||
node.removeAttribute(name); | ||
} | ||
@@ -479,0 +477,0 @@ } |
@@ -106,3 +106,3 @@ /** | ||
static get version() { | ||
return '2.3.4'; | ||
return '2.3.5'; | ||
} | ||
@@ -109,0 +109,0 @@ |
@@ -219,3 +219,3 @@ import '@vaadin/vaadin-material-styles/color.js'; | ||
[part="input-field"] ::slotted(*:not([part="value"]):not(input):not(textarea)) { | ||
[part="input-field"] ::slotted(*:not([part="value"]):not([part\$="-button"]):not(input):not(textarea)) { | ||
color: var(--material-secondary-text-color); | ||
@@ -222,0 +222,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
91203
2058