@tuspe/components 1.9.2 → 1.9.3

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.
package/dist/Input.svelte CHANGED
@@ -117,6 +117,7 @@
117
117
  margin-top: 0.25rem;
118
118
  padding-left: 0.5rem;
119
119
  padding-right: 0.5rem;
120
+ -webkit-appearance: none;
120
121
  }
121
122
 
122
123
  input,
@@ -40,6 +40,7 @@
40
40
  margin-top: 0.25rem;
41
41
  padding: 0 0.5rem;
42
42
  width: 100%;
43
+ -webkit-appearance: none;
43
44
  }
44
45
 
45
46
  select.bg-transparent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuspe/components",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "A reusable SvelteKit component library for form elements, breadcrumbs, prices and images.",
5
5
  "keywords": [
6
6
  "svelteKit",
@@ -48,23 +48,23 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@eslint/compat": "^1.2.9",
51
- "@eslint/js": "^9.27.0",
51
+ "@eslint/js": "^9.28.0",
52
52
  "@sveltejs/adapter-static": "^3.0.8",
53
53
  "@sveltejs/enhanced-img": "^0.6.0",
54
54
  "@sveltejs/kit": "^2.21.1",
55
55
  "@sveltejs/package": "^2.3.11",
56
56
  "@sveltejs/vite-plugin-svelte": "^5.0.3",
57
- "eslint": "^9.27.0",
57
+ "eslint": "^9.28.0",
58
58
  "eslint-config-prettier": "^10.1.5",
59
- "eslint-plugin-svelte": "^3.8.1",
60
- "globals": "^16.1.0",
59
+ "eslint-plugin-svelte": "^3.9.1",
60
+ "globals": "^16.2.0",
61
61
  "prettier": "^3.5.3",
62
62
  "prettier-plugin-svelte": "^3.4.0",
63
63
  "publint": "^0.3.12",
64
- "svelte": "^5.30.2",
64
+ "svelte": "^5.33.13",
65
65
  "svelte-check": "^4.2.1",
66
66
  "typescript": "^5.8.3",
67
- "typescript-eslint": "^8.32.1",
67
+ "typescript-eslint": "^8.33.0",
68
68
  "vite": "^6.3.5"
69
69
  },
70
70
  "scripts": {