@neovici/cosmoz-autocomplete
Advanced tools
Comparing version 5.1.3 to 5.2.0
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24327
816