@neovici/cosmoz-input
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,8 @@ | ||
### [1.0.5](https://github.com/neovici/cosmoz-input/compare/v1.0.4...v1.0.5) (2021-01-26) | ||
### Bug Fixes | ||
* improve style compat ([6b6f87c](https://github.com/neovici/cosmoz-input/commit/6b6f87c664fa642d155b6ce43a9adc65ac350673)) | ||
### [1.0.4](https://github.com/neovici/cosmoz-input/compare/v1.0.3...v1.0.4) (2021-01-26) | ||
@@ -2,0 +9,0 @@ |
@@ -25,3 +25,3 @@ import { html, nothing } from 'lit-html'; // eslint-disable-line object-curly-newline | ||
:host([disabled]) { | ||
opacity: 0.33; | ||
opacity: var(--cosmoz-input-disabled-opacity, var(--paper-input-container-disabled_-_opacity, 0.33)); | ||
pointer-events: none; | ||
@@ -48,2 +48,3 @@ } | ||
max-width: 100%; | ||
background-color: initial; | ||
} | ||
@@ -79,2 +80,3 @@ label { | ||
border-bottom-style: dashed; | ||
opacity: var(--cosmoz-input-disabled-line-opacity, var(--paper-input-container-underline-disabled_-_opacity, 1)); | ||
} | ||
@@ -90,2 +92,5 @@ | ||
line-height: 20px; | ||
overflow: hidden; | ||
text-overflow: clip; | ||
} | ||
@@ -92,0 +97,0 @@ :host([invalid]) label, .error { |
{ | ||
"name": "@neovici/cosmoz-input", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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
11204
226