@vaadin/vaadin-select
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-select", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"main": "vaadin-select.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -182,3 +182,3 @@ /** | ||
static get version() { | ||
return '2.1.3'; | ||
return '2.1.4'; | ||
} | ||
@@ -185,0 +185,0 @@ |
@@ -23,2 +23,3 @@ import '@vaadin/vaadin-lumo-styles/sizing.js'; | ||
padding-right: 0; | ||
flex: auto; | ||
} | ||
@@ -31,2 +32,10 @@ | ||
:host([theme~="align-right"]) [selected] { | ||
text-align: right; | ||
} | ||
:host([theme~="align-center"]) [selected] { | ||
text-align: center; | ||
} | ||
[part="toggle-button"]::before { | ||
@@ -45,2 +54,10 @@ content: var(--lumo-icons-dropdown); | ||
<style> | ||
:host([theme~="align-center"]) ::slotted([part~="value"]) { | ||
--_lumo-text-field-overflow-mask-image: none; | ||
} | ||
:host([theme~="align-right"]) ::slotted([part~="value"]) { | ||
--_lumo-text-field-overflow-mask-image: linear-gradient(to right, transparent 0.25em, #000 1.5em); | ||
} | ||
[part="input-field"] { | ||
@@ -47,0 +64,0 @@ cursor: default; |
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
47702
818