@neovici/cosmoz-input 3.6.0 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/styles.js +3 -0
  2. package/package.json +1 -1
package/dist/styles.js CHANGED
@@ -190,4 +190,7 @@ export const styles = css `
190
190
  width: var(--width);
191
191
  min-width: calc(2ch + 0.25em);
192
192
  }
193
+ :host([type="color"]) .line {
194
+ display: none;
195
+ }
193
196
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-input",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "A input web component",
5
5
  "keywords": [
6
6
  "lit-html",