@neovici/cosmoz-input
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
### [1.0.1](https://github.com/neovici/cosmoz-input/compare/v1.0.0...v1.0.1) (2021-01-25) | ||
### Bug Fixes | ||
* **input:** use correct readonly attribute ([df4cf33](https://github.com/neovici/cosmoz-input/commit/df4cf33179c345c11b0cab0fb174244344685fd5)) | ||
## 1.0.0 (2021-01-25) | ||
@@ -2,0 +9,0 @@ |
@@ -126,7 +126,7 @@ import { html, nothing } from 'lit-html'; // eslint-disable-line object-curly-newline | ||
'type', | ||
'readonly', | ||
'disabled', | ||
'read-only', | ||
'invalid', | ||
'no-label-float', | ||
'always-float-label', | ||
'invalid' | ||
'always-float-label' | ||
]; | ||
@@ -138,1 +138,6 @@ | ||
); | ||
export { | ||
Input, | ||
observedAttributes | ||
}; |
{ | ||
"name": "@neovici/cosmoz-input", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
9131
199