rewrite datepicker, v0.1.18
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2026-02-24 16:22:12 +01:00
parent f9864842b5
commit 3d4a4a5f57
7 changed files with 2267 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@panic/web-ui",
"version": "0.1.17",
"version": "0.1.18",
"license": "AGPL-3.0-only",
"description": "Core components for panic.haus web applications",
"type": "module",
@@ -90,5 +90,8 @@
"vite": "^7.0.0",
"vitest": "^4.0.18",
"yjs": "^13.6.24"
},
"dependencies": {
"@types/node": "^25.3.0"
}
}