Socket
Socket
Sign inDemoInstall

@hybridui/input

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.21 to 0.0.22

13

input.style.js
import { css } from 'lit';
const defaultInputStyle = css `
* {
font-family: var(--hybrid-dropdown-fonts, Arial, sans-serif);
}
span {

@@ -26,6 +29,3 @@ box-sizing: var(--hybrid-input-container-box-sizing, border-box);

border-color: var(--hybrid-input-hover-container-border-color, #1277e1);
background-color: var(
--hybrid-input-hover-container-background-color,
#fff
);
background-color: var(--hybrid-input-hover-container-background-color, #fff);
}

@@ -35,6 +35,3 @@

color: var(--hybrid-input-container-border-color, rgba(0, 0, 0, 0.88));
background-color: var(
--hybrid-input-hover-container-background-color,
#fff
);
background-color: var(--hybrid-input-hover-container-background-color, #fff);
}

@@ -41,0 +38,0 @@

{
"name": "@hybridui/input",
"version": "0.0.21",
"version": "0.0.22",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {

@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc