feat: add reusable date and time picker primitives

This commit is contained in:
2026-04-11 00:02:51 -04:00
parent 1ad5603bf6
commit 82d04e7a84
17 changed files with 4023 additions and 39 deletions

View File

@@ -10,13 +10,17 @@
"type:check": "tsgo"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@internationalized/date": "^3.12.0",
"@openrouter/sdk": "^0.11.2",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-slot": "^1.2.4",
"better-auth": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -26,7 +30,7 @@
"framer-motion": "^12.38.0",
"ical.js": "^2.2.1",
"idb": "^8.0.3",
"lucide-react": "^0.539.0",
"lucide-react": "^1.8.0",
"nanoid": "^5.1.5",
"next": "15.4.10",
"next-themes": "^0.4.6",
@@ -34,7 +38,8 @@
"postgres": "^3.4.7",
"radix-ui": "^1.4.3",
"react": "19.1.0",
"react-day-picker": "^9.9.0",
"react-aria-components": "^1.16.0",
"react-day-picker": "^9.14.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.66.0",
"rrule": "^2.8.1",