🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

fab-kit

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fab-kit - npm Package Compare versions

Comparing version
1.0.16
to
1.0.17
+3
-3
package.json
{
"name": "fab-kit",
"version": "1.0.16",
"version": "1.0.17",
"description": "UI Kit for the smart",

@@ -37,7 +37,7 @@ "keywords": [

"npm-run-all": "^4.1.5",
"rollup": "^2.3.2",
"rollup": "^2.34.2",
"rollup-plugin-svelte": "^5.2.0",
"svelte": "^3.25.1",
"svelte": "^3.31.0",
"svelte-preprocess": "^3.7.1"
}
}
.container {
.helper {
opacity: 0;
position: absolute;
z-index: -1;
padding: 0 6px;
}
.helper {
opacity: 0;
position: absolute;
z-index: -1;
padding: 0 6px;
}
input {
padding: 4px;
outline: none;
border: 2px solid transparent;
background: transparent;
box-sizing: border-box;
&:disabled {
color: #212121;
}
&:hover:not(:disabled) {
border: 1px solid #dddddd;
margin: 1px -1px 1px 1px;
}
&:focus:not(:disabled) {
border: 2px solid #9b51e0;
border-radius: 4px;
margin: 0px;
}
}
input {
padding: 4px;
outline: none;
border: 2px solid transparent;
background: transparent;
box-sizing: border-box;
font-size: inherit;
color: inherit;
&:disabled {
color: #212121;
}
&:hover:not(:disabled) {
border: 1px solid #dddddd;
margin: 1px -1px 1px 1px;
}
&:focus:not(:disabled) {
border: 2px solid #9b51e0;
border-radius: 4px;
margin: 0px;
}
}
}

@@ -34,3 +39,3 @@

input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
}
transition: background-color 5000s ease-in-out 0s;
}