@marianmeres/stuic 3.83.1 → 3.83.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.
@@ -181,7 +181,6 @@
181
181
 
182
182
  .stuic-cron-input-raw::placeholder {
183
183
  color: var(--stuic-input-placeholder);
184
- opacity: 0.5;
185
184
  }
186
185
 
187
186
  /* Summary / human description */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "3.83.1",
3
+ "version": "3.83.3",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && pnpm run prepack",
@@ -55,32 +55,32 @@
55
55
  "@eslint/js": "^9.39.4",
56
56
  "@marianmeres/random-human-readable": "^1.9.0",
57
57
  "@sveltejs/adapter-auto": "^4.0.0",
58
- "@sveltejs/kit": "^2.59.1",
58
+ "@sveltejs/kit": "^2.60.1",
59
59
  "@sveltejs/package": "^2.5.7",
60
60
  "@sveltejs/vite-plugin-svelte": "^6.2.4",
61
61
  "@tailwindcss/cli": "^4.3.0",
62
62
  "@tailwindcss/forms": "^0.5.11",
63
63
  "@tailwindcss/typography": "^0.5.19",
64
64
  "@tailwindcss/vite": "^4.3.0",
65
- "@types/node": "^25.7.0",
65
+ "@types/node": "^25.8.0",
66
66
  "dotenv": "^16.6.1",
67
67
  "eslint": "^9.39.4",
68
68
  "globals": "^16.5.0",
69
69
  "prettier": "^3.8.3",
70
70
  "prettier-plugin-svelte": "^3.5.2",
71
71
  "publint": "^0.3.21",
72
- "svelte": "^5.55.5",
72
+ "svelte": "^5.55.7",
73
73
  "svelte-check": "^4.4.8",
74
74
  "tailwindcss": "^4.3.0",
75
- "tsx": "^4.21.0",
75
+ "tsx": "^4.22.0",
76
76
  "typescript": "^5.9.3",
77
77
  "typescript-eslint": "^8.59.3",
78
78
  "vite": "^7.3.3",
79
79
  "vitest": "^3.2.4"
80
80
  },
81
81
  "dependencies": {
82
- "@marianmeres/clog": "^3.19.1",
83
- "@marianmeres/cron": "^2.0.0",
82
+ "@marianmeres/clog": "^3.19.2",
83
+ "@marianmeres/cron": "^2.0.1",
84
84
  "@marianmeres/design-tokens": "^1.4.1",
85
85
  "@marianmeres/icons-fns": "^5.0.0",
86
86
  "@marianmeres/item-collection": "^1.4.2",