515 Commits

Author SHA1 Message Date
5276eb8ba9 chore: add biome idea configuration 2024-07-04 14:17:13 +09:00
7aa0618ae3 feat(Popover): add controlled in PopoverContext to disable outside click on controlled 2024-06-30 22:48:52 +09:00
c52a8843e8 feat(Popover): make opened prop update internal opened state in realtime 2024-06-30 22:44:14 +09:00
c1289b63ea fix(Popover): add pointer-events class on opened condition 2024-06-30 14:10:09 +09:00
113366d27c feat: add popover detailed position props 2024-06-30 14:09:01 +09:00
c1e930ba59 ci: add --write flag on lint to avoid easy problems 2024-06-29 22:48:36 +09:00
7228ab794f style: fix errors with biomejs 2024-06-29 22:46:38 +09:00
692c5fb7b3 fix: messing package.json 2024-06-29 22:46:15 +09:00
ba04aa7cf5 fix: include main.tsx in gitignore 2024-06-29 22:36:54 +09:00
780eed20d5 fix: remove main.ts in src 2024-06-29 22:36:20 +09:00
4d33e78454 fix: fix errors with biomejs 2024-06-29 22:33:52 +09:00
8e9b178f5e fix: fix errors with biomejs 2024-06-29 22:28:58 +09:00
2414b70ca5 style: prettier cli package.json 2024-06-29 22:05:52 +09:00
6ed20835f6 ci: change lint script to run biomejs 2024-06-29 22:05:09 +09:00
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