@neovici/cosmoz-input
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -13,3 +13,3 @@ import { html } from 'lit-html'; // eslint-disable-line object-curly-newline | ||
return render(html ` | ||
<textarea id="input" part="input" style="resize: none" | ||
<textarea id="input" part="input" | ||
autocomplete=${ifDefined(autocomplete)} | ||
@@ -16,0 +16,0 @@ placeholder=${placeholder || ' '} |
@@ -80,2 +80,4 @@ import { tagged as css } from '@neovici/cosmoz-utils'; | ||
font-size: inherit; | ||
font-family: inherit; | ||
resize: none; | ||
} | ||
@@ -82,0 +84,0 @@ :host(:focus-within) .wrap { |
{ | ||
"name": "@neovici/cosmoz-input", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"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
15943
384