@vaadin/text-field
Advanced tools
Comparing version 22.0.0-alpha5 to 22.0.0-alpha6
{ | ||
"name": "@vaadin/text-field", | ||
"version": "22.0.0-alpha5", | ||
"version": "22.0.0-alpha6", | ||
"description": "vaadin-text-field", | ||
@@ -28,12 +28,12 @@ "main": "vaadin-text-field.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/field-base": "^22.0.0-alpha5", | ||
"@vaadin/input-container": "^22.0.0-alpha5", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha5", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha5", | ||
"@vaadin/vaadin-material-styles": "^22.0.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha5" | ||
"@vaadin/field-base": "^22.0.0-alpha6", | ||
"@vaadin/input-container": "^22.0.0-alpha6", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha6", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha6", | ||
"@vaadin/vaadin-material-styles": "^22.0.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha6" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"@vaadin/testing-helpers": "^0.3.0", | ||
"sinon": "^9.2.1" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "012f658db6f81375be8889f63ee15e3f660fe9ec" | ||
"gitHead": "4b136b1c7da8942960e7255f40c27859125b3a45" | ||
} |
@@ -45,2 +45,8 @@ /** | ||
/* TODO update when all the field components are updated to use slotted input */ | ||
:host(:not([has-error-message])) [part='error-message']::before, | ||
:host(:not([has-error-message])) [part='error-message']::after { | ||
display: none; | ||
} | ||
:host([has-helper]) [part='helper-text']::before { | ||
@@ -47,0 +53,0 @@ content: ''; |
@@ -38,2 +38,7 @@ /** | ||
/* TODO update when all the field components are updated to use slotted input */ | ||
:host(:not([has-error-message])) [part='error-message']::before { | ||
display: none; | ||
} | ||
/* Strange gymnastics to make fields vertically align nicely in most cases | ||
@@ -40,0 +45,0 @@ (no label, with label, without prefix, with prefix, etc.) */ |
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
30304
527
127