@neovici/cosmoz-input 5.8.0 → 5.8.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 -0
  2. package/package.json +7 -6
package/dist/styles.js CHANGED
@@ -118,6 +118,7 @@ export const styles = css `
118
118
  top: 0;
119
119
  left: 0;
120
120
  width: var(--cosmoz-input-label-width, 100%);
121
+ pointer-events: none;
121
122
  transition:
122
123
  transform 0.25s,
123
124
  width 0.25s;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-input",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "description": "A input web component",
5
5
  "keywords": [
6
6
  "lit-html",
@@ -67,21 +67,22 @@
67
67
  "@commitlint/config-conventional": "^21.0.1",
68
68
  "@neovici/cfg": "^2.8.0",
69
69
  "@neovici/testing": "^2.3.0",
70
- "@playwright/test": "^1.58.1",
70
+ "@playwright/test": "1.62.1",
71
71
  "@storybook/addon-docs": "^10.0.0",
72
72
  "@storybook/addon-vitest": "^10.2.4",
73
73
  "@storybook/web-components-vite": "^10.2.4",
74
- "@types/node": "^25.2.3",
74
+ "@types/node": "^26.1.2",
75
75
  "@vitest/browser": "^4.0.18",
76
76
  "@vitest/browser-playwright": "^4.0.18",
77
77
  "http-server": "^14.1.1",
78
78
  "husky": "^9.1.7",
79
- "jsdom": "^29.0.0",
79
+ "jsdom": "^30.0.1",
80
80
  "lint-staged": "^17.0.7",
81
- "@changesets/cli": "^2.28.1",
81
+ "@changesets/cli": "^3.0.0",
82
82
  "shadow-dom-testing-library": "^1.13.1",
83
83
  "sinon": "^22.0.0",
84
84
  "storybook": "^10.1.9",
85
85
  "vitest": "^4.0.18"
86
- }
86
+ },
87
+ "overrides": {}
87
88
  }