@neovici/cosmoz-input
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,8 @@ | ||
### [1.0.6](https://github.com/neovici/cosmoz-input/compare/v1.0.5...v1.0.6) (2021-01-26) | ||
### Bug Fixes | ||
* adjust default error color ([12ecf4a](https://github.com/neovici/cosmoz-input/commit/12ecf4a53501cfc8001a04b77aa6df2d8d65acba)) | ||
### [1.0.5](https://github.com/neovici/cosmoz-input/compare/v1.0.4...v1.0.5) (2021-01-26) | ||
@@ -2,0 +9,0 @@ |
@@ -94,6 +94,6 @@ import { html, nothing } from 'lit-html'; // eslint-disable-line object-curly-newline | ||
:host([invalid]) label, .error { | ||
color: var(--error-color, #dd2c00); | ||
color: var(--error-color, #fc5c5b); | ||
} | ||
:host([invalid]) .line { | ||
border-bottom-color: var(--error-color, #dd2c00); | ||
border-bottom-color: var(--error-color, #fc5c5b); | ||
} | ||
@@ -100,0 +100,0 @@ `, |
{ | ||
"name": "@neovici/cosmoz-input", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"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
11442