@neovici/cosmoz-input
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,1 +1,8 @@ | ||
### [1.0.7](https://github.com/neovici/cosmoz-input/compare/v1.0.6...v1.0.7) (2021-01-26) | ||
### Bug Fixes | ||
* correct padding css variable ([1190669](https://github.com/neovici/cosmoz-input/commit/1190669bac3a54ce654037851a4f89e3a41b7252)) | ||
### [1.0.6](https://github.com/neovici/cosmoz-input/compare/v1.0.5...v1.0.6) (2021-01-26) | ||
@@ -2,0 +9,0 @@ |
@@ -13,3 +13,3 @@ import { html, nothing } from 'lit-html'; // eslint-disable-line object-curly-newline | ||
padding: 8px 0; | ||
padding-top: var(--paper-input-container_-_padding-top); | ||
padding-top: var(--paper-input-container_-_padding-top, 8px); | ||
} | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "@neovici/cosmoz-input", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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
11687