Commit Graph

12 Commits

Author SHA1 Message Date
zernonia
9080a792ad chore: update deps 2024-10-14 18:13:46 +08:00
zernonia
524f3ad60d refactor: transform to cater only for class in sfc 2024-06-19 11:23:05 +08:00
zernonia
d6460cd236 fix: prefix double quote 2024-06-19 10:48:23 +08:00
zernonia
b2f2981377 refactor: transform tw prefix by specific case 2024-06-19 08:53:16 +08:00
zernonia
4b2e4a0da1 chore: cleanup 2024-06-18 22:26:18 +08:00
zernonia
2c2c46755e chore: update test 2024-06-18 22:24:08 +08:00
zernonia
7033b4b02f refactor: goodbye ts-morph 2024-06-18 22:17:01 +08:00
zernonia
42d6cfd252 chore: checkpoint 2024-06-18 20:45:09 +08:00
zernonia
386c77c9c6 fix: prevent transforming importDeclaration 2024-06-18 16:49:17 +08:00
zernonia
0f551c85e6 fix: cater for cn function 2024-06-18 14:49:59 +08:00
Sadegh Barati
9960925881
chore: update deps and fix tailwindcss for charts reproductions (#596) 2024-06-09 09:15:46 +03:30
Sadegh Barati
0e84af73de
feat: use unjs modules and improve cli from main shadcn-ui source, custom ui dir (#324)
* feat: add devDeps, add nypm for installing deps

* feat: custom ui dir

* refactor: use consola instead of chalk

* test: ui alias

* refactor: import { z } from 'zod' instead of *, replace node:path with pathe

* chore: add components name to `configFile` option

* chore: update `c12` which fix json5 parse issue

and it also supports .config directory

* chore: update `https-proxy-agent`

* fix: await until dependencies are installed then run detypes process

* feat: add tailwind prefix

* test: tw-prefix snapshot

* chore: add prefix option to init

* test: apply prefix

* fix: tw-prefix parse wrongly

* chore: hide prefix temporarily

---------

Co-authored-by: zernonia <zernonia@gmail.com>
2024-03-06 05:38:19 +03:30