Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-input

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-input - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0

9

dist/styles.js

@@ -43,6 +43,8 @@ import { tagged as css } from '@neovici/cosmoz-utils';

position: relative;
font-family: var(--font-family);
border: var(--cosmoz-input-border, none);
border-radius: var(--cosmoz-input-border-radius, 0px);
max-height: var(--cosmoz-input-max-height);
font-size: var(--font-size);
line-height: var(--line-height);
font-family: var(--font-family);
}

@@ -85,2 +87,3 @@

}
:host(:focus-within) .wrap {

@@ -122,3 +125,3 @@ background: var(--focused-bg);

position: absolute;
display: block;
display: var(--cosmoz-input-line-display, block);
border-bottom: 2px solid transparent;

@@ -125,0 +128,0 @@ border-bottom-color: inherit;

{
"name": "@neovici/cosmoz-input",
"version": "3.12.0",
"version": "3.13.0",
"description": "A input web component",

@@ -5,0 +5,0 @@ "keywords": [

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