Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-select

Package Overview
Dependencies
Maintainers
17
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-select - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

2

package.json

@@ -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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc