@vaadin/vaadin-select
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-select", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"main": "vaadin-select.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -182,3 +182,3 @@ /** | ||
static get version() { | ||
return '2.1.6'; | ||
return '2.1.7'; | ||
} | ||
@@ -185,0 +185,0 @@ |
@@ -102,2 +102,10 @@ import '@vaadin/vaadin-lumo-styles/sizing.js'; | ||
} | ||
:host([theme~="align-right"]) { | ||
text-align: right; | ||
} | ||
:host([theme~="align-center"]) { | ||
text-align: center; | ||
} | ||
</style> | ||
@@ -104,0 +112,0 @@ </template> |
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
48071
828