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
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
c46163f525
fix: solve eslint errors
2024-06-14 23:08:23 +09:00
d72fd9cd91
fix: solve eslint errors
2024-06-14 23:08:06 +09:00
482603c378
fix: use MouseEvent instead of any
2024-06-14 23:05:36 +09:00
ebfcd60594
fix: solve react-hooks/exhaustive-deps warning
2024-06-14 23:04:10 +09:00
e15fe48ec8
fix: use asChild in drawer components
2024-06-14 22:54:32 +09:00
5254a49ebe
fix: safely ignore unused variables starting with underscore
2024-06-14 22:54:06 +09:00
aa074d16c1
fix: add everything for eslint fix
2024-06-14 22:47:39 +09:00
bf13cf9e57
fix: add missing dependency from oclif eslint
2024-06-14 21:42:33 +09:00
Shinwoo PARK
05dc15d04e
feat: bumped to 0.4.1
2024-06-13 19:55:47 +00:00
Shinwoo PARK
4523e6a419
docs: update cli docs
2024-06-13 19:55:03 +00:00
Shinwoo PARK
47160748b6
docs: add registry flag in every command
2024-06-13 19:51:36 +00:00
Shinwoo PARK
d8d61aceaa
feat: add registry override flag
2024-06-13 19:43:24 +00:00
Shinwoo PARK
a966a85f62
fix: change registry url to githubusercontent
2024-06-13 19:37:44 +00:00
Shinwoo PARK
447b2249c8
refactor: remove useless dependencies for old docs
2024-06-13 19:34:05 +00:00
Shinwoo PARK
8eb378b1cc
refactor: remove 404.html
2024-06-13 19:29:16 +00:00
Shinwoo PARK
643e607eb4
refactor: delete docs & make it dev environment
2024-06-13 19:28:32 +00:00
Shinwoo PARK
fc5c5ba4f5
refactor: moved registry file to the root
2024-06-13 19:27:58 +00:00
8de1a433c1
feat(Tooltip): add "status" prop
...
The tooltip component now includes a new "status" property. This property determines the color of the tooltip, with options including "normal", "error", "success" and "warning".
2024-06-11 21:00:17 +09:00
5dd74e4b3f
feat(react): add Tooltip to App.tsx
...
This commit includes the addition of the Tooltip component to the App.tsx in the react package. With this feature, application elements now display messages based on their status (success or error) upon interaction, enhancing the user experience. Additionally, a copy-to-clipboard functionality has been implemented.
2024-06-11 20:58:45 +09:00