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

@neovici/cosmoz-autocomplete

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-autocomplete - npm Package Compare versions

Comparing version 5.1.3 to 5.2.0

13

lib/autocomplete.css.js

@@ -9,3 +9,3 @@ import { tagged as css } from '@neovici/cosmoz-utils';

.chip {
border-radius: 500px;
border-radius: var(--cosmoz-autocomplete-chip-border-radius, 500px);
background: var(--cosmoz-autocomplete-chip-bg-color, #cbcfdb);

@@ -35,5 +35,5 @@ margin: 1px 4px 1px 0;

color: var(--cosmoz-autocomplete-chip-color, #424242);
margin: 0 10px;
font-size: 12px;
line-height: 22px;
margin: var(--cosmoz-autocomplete-chip-text-margin, 0 10px);
font-size: var(--cosmoz-autocomplete-chip-text-font-size, 12px);
line-height: var(--cosmoz-autocomplete-chip-text-line-height, 22px);
overflow: hidden;

@@ -50,3 +50,6 @@ text-overflow: ellipsis;

height: 16px;
stroke: var(--cosmoz-autocomplete-chip-bg-color, #cbcfdb);
stroke: var(
--cosmoz-autocomplete-chip-clear-stroke,
var(--cosmoz-autocomplete-chip-bg-color, #cbcfdb)
);
display: block;

@@ -53,0 +56,0 @@ }

{
"name": "@neovici/cosmoz-autocomplete",
"version": "5.1.3",
"version": "5.2.0",
"description": "A autocomplete 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