@neovici/cosmoz-input
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -6,3 +6,3 @@ import { tagged as css } from '@neovici/cosmoz-utils'; | ||
--cosmoz-input-font-family, | ||
var(--paper-font-subhead_-_font-family, 'Roboto', 'Noto', sans-serif) | ||
var(--paper-font-subhead_-_font-family, inherit) | ||
); | ||
@@ -41,2 +41,3 @@ --font-size: var( | ||
--label-translate-y: var(--cosmoz-input-label-translate-y, 0%); | ||
display: block; | ||
@@ -43,0 +44,0 @@ padding: var(--cosmoz-input-padding, 8px 0); |
{ | ||
"name": "@neovici/cosmoz-input", | ||
"version": "4.3.0", | ||
"version": "4.3.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
17927