@neovici/cosmoz-input
Advanced tools
Comparing version 3.12.0 to 3.13.0
@@ -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": [ |
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
16928
414