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

sling-web-component-select

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sling-web-component-select - npm Package Compare versions

Comparing version 1.8.0 to 1.11.0

6

package.json
{
"name": "sling-web-component-select",
"version": "1.8.0",
"version": "1.11.0",
"description": "Sling Select",

@@ -10,5 +10,5 @@ "module": "src/index.js",

"dependencies": {
"sling-framework": "^1.8.0",
"sling-helpers": "^1.8.0"
"sling-framework": "^1.11.0",
"sling-helpers": "^1.11.0"
}
}

@@ -6,3 +6,3 @@ # sling-web-component-select

```
npm instal sling-web-component-select
npm install sling-web-component-select
```

@@ -9,0 +9,0 @@

@@ -65,98 +65,3 @@ import { SlingElement, html } from 'sling-framework';

<style>
.emd-select {
border: 1px solid #C3C8D2;
border-radius: 2px;
box-sizing: border-box;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0;
width: 100%;
height: 50px;
background: #fff;
}
.emd-select:focus {
border: 1px solid #95C93D;
color: #2D3844;
outline: none;
}
.emd-select__label {
display: block;
font-family: 'Heebo', sans-serif;
font-size: 11px;
font-weight: 500;
letter-spacing: 0.4px;
line-height: 16px;
}
.emd-select__tips {
color: #96A0AF;
font-family: 'Heebo', sans-serif;
font-size: 11px;
font-weight: 400;
letter-spacing: 0;
line-height: 13px;
}
:host {
display: block;
}
:host([validationstatus="success"]) .emd-select {
border: 1px solid #2ECC71;
}
:host([validationstatus="success"]) .emd-select__tips {
color: #2ECC71;
}
:host([validationstatus="warning"]) .emd-select {
border: 1px solid #F9BF09;
}
:host([validationstatus="warning"]) .emd-select__tips {
color: #F9BF09;
}
:host([validationstatus="error"]) .emd-select {
border: 1px solid #E74C3C;
}
:host([validationstatus="error"]) .emd-select__tips {
color: #E74C3C;
}
/* for compatibility */
sling-input {
display: block;
}
sling-input[validationstatus="success"] .emd-select {
border: 1px solid #2ECC71;
}
sling-input[validationstatus="success"] .emd-select__tips {
color: #2ECC71;
}
sling-input[validationstatus="warning"] .emd-select {
border: 1px solid #F9BF09;
}
sling-input[validationstatus="warning"] .emd-select__tips {
color: #F9BF09;
}
sling-input[validationstatus="error"] .emd-select {
border: 1px solid #E74C3C;
}
sling-input[validationstatus="error"] .emd-select__tips {
color: #E74C3C;
}
@import url('sling-web-component-select/src/index.css');
</style>

@@ -163,0 +68,0 @@

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