| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @chakra-ui_cli@3.34.0 source code.tar.gz | 2026-03-03 | 136.3 MB | |
| @chakra-ui_cli@3.34.0 source code.zip | 2026-03-03 | 138.1 MB | |
| README.md | 2026-03-03 | 704 Bytes | |
| Totals: 3 Items | 274.3 MB | 0 | |
Patch Changes
-
ba23d64Thanks @segunadebayo! - Add--tsconfigflag tochakra typegenand automatic tsconfig resolution usingtsconfck.This fixes an issue where
typegenfailed in projects with solution-style tsconfig setups (e.g. Vite's defaulttsconfig.jsonwithreferences), because path aliases like@/*couldn't be resolved.```bash
Auto-resolves (works with Vite's default setup)
chakra typegen lib/theme/theme.ts
Explicit tsconfig
chakra typegen lib/theme/theme.ts --tsconfig tsconfig.app.json ```