@neovici/cosmoz-input 3.11.0 → 3.12.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 +2 -1
  2. package/package.json +1 -1
package/dist/styles.js CHANGED
@@ -29,6 +29,7 @@ export const styles = css `
29
29
  --bg: var(--cosmoz-input-background);
30
30
  --focused-bg: var(--cosmoz-input-focused-background, var(--bg));
31
31
  --color: var(--cosmoz-input-color, var(--secondary-text-color, #737373));
32
+ --line-color: var(--cosmoz-input-line-color, var(--color));
32
33
  --focused-color: var(
33
34
  --cosmoz-input-focused-color,
34
35
  var(--primary-color, #3f51b5)
@@ -110,7 +111,7 @@ export const styles = css `
110
111
 
111
112
  .line {
112
113
  padding-top: 1px;
113
- border-bottom: 1px solid var(--color);
114
+ border-bottom: 1px solid var(--line-color);
114
115
  position: relative;
115
116
  }
116
117
  .line::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-input",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "description": "A input web component",
5
5
  "keywords": [
6
6
  "lit-html",