@neovici/cosmoz-input 4.1.0 → 4.1.1

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 +1 -1
  2. package/package.json +1 -1
package/dist/styles.js CHANGED
@@ -117,7 +117,7 @@ export const styles = css `
117
117
  --cosmoz-input-label-padding: 0 1px;
118
118
  transform: translateY(calc(var(--label-scale) * -100%))
119
119
  scale(var(--label-scale));
120
- background-color: var(--cosmoz-input-floating-label-bg, transparent);
120
+ background-color: var(--cosmoz-input-floating-label-bg, var(--bg));
121
121
  }
122
122
  :host(:not(always-float-label):focus-within) #input::placeholder,
123
123
  :host(:focus-within) label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-input",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "A input web component",
5
5
  "keywords": [
6
6
  "lit-html",