feat: add Accordion component with customizable behavior and animations, update Checkbox and Slider components for improved functionality, and enhance package dependencies

This commit is contained in:
Cody Seibert
2025-12-15 18:57:32 -05:00
parent b66d228460
commit a3a648aef1
8 changed files with 12021 additions and 10674 deletions

View File

@@ -29,5 +29,8 @@
"test:headed": "npm run test:headed --workspace=apps/app",
"test:server": "npm run test --workspace=apps/server",
"test:server:coverage": "npm run test:cov --workspace=apps/server"
},
"dependencies": {
"cross-spawn": "^7.0.6"
}
}