@neovici/cosmoz-input 5.6.1 → 5.6.2

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 +2 -2
package/dist/styles.js CHANGED
@@ -231,7 +231,8 @@ export const styles = css `
231
231
  display: none;
232
232
  }
233
233
  :host([no-spinner]) #input {
234
- -moz-appearence: textfield;
234
+ -moz-appearance: textfield;
235
+ appearance: textfield;
235
236
  }
236
237
 
237
238
  :host([autosize]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-input",
3
- "version": "5.6.1",
3
+ "version": "5.6.2",
4
4
  "description": "A input web component",
5
5
  "keywords": [
6
6
  "lit-html",
@@ -89,7 +89,7 @@
89
89
  "@vitest/browser-playwright": "^4.0.18",
90
90
  "http-server": "^14.1.1",
91
91
  "husky": "^9.1.7",
92
- "jsdom": "^28.0.0",
92
+ "jsdom": "^29.0.0",
93
93
  "lint-staged": "^16.2.7",
94
94
  "semantic-release": "^25.0.2",
95
95
  "shadow-dom-testing-library": "^1.13.1",