485 Commits

Author SHA1 Message Date
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
c1d5c5d06b refactor(cli): make config lib path to directory pattern 2024-06-15 01:44:06 +09:00
0072836bfc feat(registry): apply new structure of registry 2024-06-15 01:43:34 +09:00
1cad20eaa2 feat(registry): apply new structure of registry 2024-06-15 01:43:13 +09:00
7dd3bf7d9e fix: split component file 2024-06-15 01:25:00 +09:00
6c35e54875 fix: split component file 2024-06-15 00:03:07 +09:00
22ab752b75 fix: split component file 2024-06-14 23:59:50 +09:00
2a53a2d3e9 fix: add value to data-toast-root 2024-06-14 23:52:34 +09:00
89950524f4 fix: fix problem with ref element type 2024-06-14 23:51:41 +09:00
395c2f8ed1 fix: use any instead of unknown for AnyPropBeforeResolve
TypeScript throws error in component's resolve usage about index signature.
2024-06-14 23:49:11 +09:00
1f1ca76b6d fix: make @pswui-lib references library index 2024-06-14 23:47:46 +09:00
139d02eb9b feat(react-lib): add index.ts file
This commit creates a new index.ts file in the react/lib package. It exports from 'vcn' and 'Slot' modules, optimizing the package for component and slot usage.
2024-06-14 23:29:06 +09:00
c201df67ce style(react): remove unnecessary linebreaks 2024-06-14 23:27:06 +09:00
27fcddcc1f refactor(react): add lib directory instead of lib.tsx file 2024-06-14 23:26:40 +09:00
0f8c999de7 feat(react): add esModuleInterop in tsconfig.json 2024-06-14 23:26:18 +09:00
47cfd907b9 refactor(react): split library file to vcn and Slot 2024-06-14 23:25:56 +09:00
6263a99b9a fix: remove any in library 2024-06-14 23:17:42 +09:00