501 Commits

Author SHA1 Message Date
65a6597a8e ci: replace eslint and prettier to biomejs and lefthook 2024-06-29 22:02:56 +09:00
8e6aa36dab docs: improve comment of className builder of vcn 2024-06-29 21:53:43 +09:00
a47e9b8427 feat: add dynamic className parameter in vcn 2024-06-29 21:53:11 +09:00
f4f2f2b820 refactor: reduce code implementation complexity using transformer 2024-06-29 21:52:36 +09:00
fd7317e597 feat: add disabled color 2024-06-28 12:08:01 +09:00
180cae69af fix: add cursor-pointer in button to change cursor to pointer 2024-06-28 11:53:53 +09:00
5c12c00cec fix: add stopPropagation in DialogContent onClick
To prevent triggering closeOnClick on click of inner content.
2024-06-27 13:24:10 +09:00
21a2bfc3d0 feat: add additional layer to make dialog scrollable when overflowed 2024-06-27 13:22:52 +09:00
d9d6d033f9 fix: rename DialogContent interface to DialogContentProps 2024-06-27 13:14:57 +09:00
5debb80330 fix: add touch-none in drawerOverlay to prevent outside scrolling 2024-06-22 08:00:10 +09:00
3b88ad4e51 fix: fix import alias resolve in vite config 2024-06-22 07:41:22 +09:00
ffba99a229 fix: remove touch-none to support touch scrolling in mobile devices 2024-06-22 07:41:06 +09:00
d930c44bb0 fix: add overflow-auto to support native scrolling 2024-06-22 07:40:50 +09:00
a1e7baa6c4 feat: update docs to ignore all src except core 2024-06-22 07:26:07 +09:00
871e1b8aed docs: update main README 2024-06-15 12:33:26 +09:00
a5aa709656 fix(toast): add export 2024-06-15 04:30:14 +09:00
Shinwoo PARK
5c8fef9b24
Merge pull request #1 from pswui/fix/separate-components
Split library & component files into directory
cli@0.5.0
2024-06-15 04:05:12 +09:00
bfb044fd43 fix(cli): eslint 2024-06-15 04:00:36 +09:00
7f2628eedc chore(cli): minor version bump 2024-06-15 03:51:50 +09:00
02b2c1ac2d docs(cli): update docs 2024-06-15 03:51:23 +09:00
024ae50738 fix(cli): replace old things to new utilities 2024-06-15 03:48:26 +09:00
ea9b70bcc6 fix(cli): replace old getAvailableComponentNames to Object.keys 2024-06-15 03:43:23 +09:00
78fe5d9b0f fix(cli): replace old getAvailableComponentNames to Object.keys 2024-06-15 03:42:37 +09:00
17ea42fe48 fix(cli): use getDirComponentURL 2024-06-15 03:41:13 +09:00
ab95442de1 fix(cli): replace old getAvailableComponentNames to Object.keys 2024-06-15 03:40:52 +09:00
ecaba351a3 feat(cli): make getDirComponentURL return each filenames 2024-06-15 03:39:06 +09:00
e9c7281c33 feat(cli): add overridable parameter to override component.files in getDirComponentURL 2024-06-15 03:37:28 +09:00
76e2866bc9 feat(cli): add getDirComponentURL for directory component handling 2024-06-15 03:35:08 +09:00
6d3f29a614 refactor(cli): make getComponentURL handle only file component 2024-06-15 03:33:26 +09:00
9b0b37ec01 refactor(cli): remove meaningless utility functions 2024-06-15 03:32:07 +09:00
217410a507 fix(cli): use checkComponentInstalled and getDirComponentRequiredFiles 2024-06-15 03:29:18 +09:00
6f637e51ba fix(cli): use filter to return string only in getDirComponentRequiredFiles 2024-06-15 03:21:07 +09:00
9f28779745 fix(cli): remove typo 2024-06-15 03:13:22 +09:00
5a41b84c9a refactor(cli): remove getComponentsInstalled & make getDirComponentRequiredFiles 2024-06-15 03:13:04 +09:00
bba1a80550 feat(cli): add checkComponentInstalled taking RegistryComponent 2024-06-15 03:12:37 +09:00
1902b9606a refactor(cli): rename files to requiredFiles of component 2024-06-15 03:01:48 +09:00
d721aa290f fix(cli): check installed check with required files 2024-06-15 02:59:23 +09:00
272fc89a92 feat(cli): list command handles directory library 2024-06-15 02:54:27 +09:00
66232b2b9a feat(cli): add command handles directory library & component installation 2024-06-15 02:33:30 +09:00
2d68a5051f feat(cli): add ability to make dir component URL in getComponentURL 2024-06-15 02:30:29 +09:00
36da69240c refactor(cli): rename getDirComponentRequiredFiles to getDirComponentInstalledFiles 2024-06-15 02:21:36 +09:00
4148b903e3 refactor(cli): simplify getComponentsInstalled 2024-06-15 02:20:15 +09:00
46bdb3df98 feat(cli): add getDirComponentRequiredFiles 2024-06-15 02:19:40 +09:00
0be21e2a8d refactor(cli): export RegistryComponent type 2024-06-15 02:15:33 +09:00
f6d2e2335d refactor(cli): safeFetcher return response instead of json 2024-06-15 01:59:10 +09:00
de8a1129da feat(cli): make registry fetch use safeFetcher 2024-06-15 01:57:21 +09:00
9709f0e381 fix(react): temporarily remove app import 2024-06-15 01:48:28 +09:00
b3ebcb45ee feat(cli): make getRegistry take custom branch 2024-06-15 01:45:29 +09:00
28d5f409f8 fix(cli): add url in registry fetch error message 2024-06-15 01:45:18 +09:00
7d2453b4cf feat(cli): make getRegistry take custom branch 2024-06-15 01:45:00 +09:00