Commit Graph

  • a5aa709656 fix(toast): add export p-sw 2024-06-15 04:30:14 +09:00
  • 5c8fef9b24
    Merge pull request #1 from pswui/fix/separate-components cli@0.5.0 Shinwoo PARK 2024-06-15 04:05:12 +09:00
  • bfb044fd43 fix(cli): eslint #1 p-sw 2024-06-15 04:00:36 +09:00
  • 7f2628eedc chore(cli): minor version bump p-sw 2024-06-15 03:51:50 +09:00
  • 02b2c1ac2d docs(cli): update docs p-sw 2024-06-15 03:51:23 +09:00
  • 024ae50738 fix(cli): replace old things to new utilities p-sw 2024-06-15 03:48:26 +09:00
  • ea9b70bcc6 fix(cli): replace old getAvailableComponentNames to Object.keys p-sw 2024-06-15 03:43:23 +09:00
  • 78fe5d9b0f fix(cli): replace old getAvailableComponentNames to Object.keys p-sw 2024-06-15 03:42:37 +09:00
  • 17ea42fe48 fix(cli): use getDirComponentURL p-sw 2024-06-15 03:41:13 +09:00
  • ab95442de1 fix(cli): replace old getAvailableComponentNames to Object.keys p-sw 2024-06-15 03:40:52 +09:00
  • ecaba351a3 feat(cli): make getDirComponentURL return each filenames p-sw 2024-06-15 03:39:06 +09:00
  • e9c7281c33 feat(cli): add overridable parameter to override component.files in getDirComponentURL p-sw 2024-06-15 03:37:28 +09:00
  • 76e2866bc9 feat(cli): add getDirComponentURL for directory component handling p-sw 2024-06-15 03:35:08 +09:00
  • 6d3f29a614 refactor(cli): make getComponentURL handle only file component p-sw 2024-06-15 03:33:26 +09:00
  • 9b0b37ec01 refactor(cli): remove meaningless utility functions p-sw 2024-06-15 03:32:07 +09:00
  • 217410a507 fix(cli): use checkComponentInstalled and getDirComponentRequiredFiles p-sw 2024-06-15 03:29:18 +09:00
  • 6f637e51ba fix(cli): use filter to return string only in getDirComponentRequiredFiles p-sw 2024-06-15 03:21:07 +09:00
  • 9f28779745 fix(cli): remove typo p-sw 2024-06-15 03:13:22 +09:00
  • 5a41b84c9a refactor(cli): remove getComponentsInstalled & make getDirComponentRequiredFiles p-sw 2024-06-15 03:13:04 +09:00
  • bba1a80550 feat(cli): add checkComponentInstalled taking RegistryComponent p-sw 2024-06-15 03:12:37 +09:00
  • 1902b9606a refactor(cli): rename files to requiredFiles of component p-sw 2024-06-15 03:01:48 +09:00
  • d721aa290f fix(cli): check installed check with required files p-sw 2024-06-15 02:59:23 +09:00
  • 272fc89a92 feat(cli): list command handles directory library p-sw 2024-06-15 02:54:27 +09:00
  • 66232b2b9a feat(cli): add command handles directory library & component installation p-sw 2024-06-15 02:33:30 +09:00
  • 2d68a5051f feat(cli): add ability to make dir component URL in getComponentURL p-sw 2024-06-15 02:30:29 +09:00
  • 36da69240c refactor(cli): rename getDirComponentRequiredFiles to getDirComponentInstalledFiles p-sw 2024-06-15 02:21:36 +09:00
  • 4148b903e3 refactor(cli): simplify getComponentsInstalled p-sw 2024-06-15 02:20:15 +09:00
  • 46bdb3df98 feat(cli): add getDirComponentRequiredFiles p-sw 2024-06-15 02:19:40 +09:00
  • 0be21e2a8d refactor(cli): export RegistryComponent type p-sw 2024-06-15 02:15:33 +09:00
  • f6d2e2335d refactor(cli): safeFetcher return response instead of json p-sw 2024-06-15 01:59:10 +09:00
  • de8a1129da feat(cli): make registry fetch use safeFetcher p-sw 2024-06-15 01:57:21 +09:00
  • 9709f0e381 fix(react): temporarily remove app import p-sw 2024-06-15 01:48:28 +09:00
  • b3ebcb45ee feat(cli): make getRegistry take custom branch p-sw 2024-06-15 01:45:29 +09:00
  • 28d5f409f8 fix(cli): add url in registry fetch error message p-sw 2024-06-15 01:45:18 +09:00
  • 7d2453b4cf feat(cli): make getRegistry take custom branch p-sw 2024-06-15 01:45:00 +09:00
  • c1d5c5d06b refactor(cli): make config lib path to directory pattern p-sw 2024-06-15 01:44:06 +09:00
  • 0072836bfc feat(registry): apply new structure of registry p-sw 2024-06-15 01:43:34 +09:00
  • 1cad20eaa2 feat(registry): apply new structure of registry p-sw 2024-06-15 01:43:13 +09:00
  • 7dd3bf7d9e fix: split component file p-sw 2024-06-15 01:25:00 +09:00
  • 6c35e54875 fix: split component file p-sw 2024-06-15 00:03:07 +09:00
  • 22ab752b75 fix: split component file p-sw 2024-06-14 23:59:50 +09:00
  • 2a53a2d3e9 fix: add value to data-toast-root p-sw 2024-06-14 23:52:34 +09:00
  • 89950524f4 fix: fix problem with ref element type p-sw 2024-06-14 23:51:41 +09:00
  • 395c2f8ed1 fix: use any instead of unknown for AnyPropBeforeResolve p-sw 2024-06-14 23:49:11 +09:00
  • 1f1ca76b6d fix: make @pswui-lib references library index p-sw 2024-06-14 23:47:46 +09:00
  • 139d02eb9b feat(react-lib): add index.ts file p-sw 2024-06-14 23:29:06 +09:00
  • c201df67ce style(react): remove unnecessary linebreaks p-sw 2024-06-14 23:27:06 +09:00
  • 27fcddcc1f refactor(react): add lib directory instead of lib.tsx file p-sw 2024-06-14 23:26:40 +09:00
  • 0f8c999de7 feat(react): add esModuleInterop in tsconfig.json p-sw 2024-06-14 23:26:18 +09:00
  • 47cfd907b9 refactor(react): split library file to vcn and Slot p-sw 2024-06-14 23:25:56 +09:00
  • 6263a99b9a fix: remove any in library p-sw 2024-06-14 23:17:42 +09:00
  • c46163f525 fix: solve eslint errors p-sw 2024-06-14 23:08:23 +09:00
  • d72fd9cd91 fix: solve eslint errors p-sw 2024-06-14 23:08:06 +09:00
  • 482603c378 fix: use MouseEvent instead of any p-sw 2024-06-14 23:05:36 +09:00
  • ebfcd60594 fix: solve react-hooks/exhaustive-deps warning p-sw 2024-06-14 23:04:10 +09:00
  • e15fe48ec8 fix: use asChild in drawer components p-sw 2024-06-14 22:54:32 +09:00
  • 5254a49ebe fix: safely ignore unused variables starting with underscore p-sw 2024-06-14 22:54:06 +09:00
  • aa074d16c1 fix: add everything for eslint fix p-sw 2024-06-14 22:47:39 +09:00
  • bf13cf9e57 fix: add missing dependency from oclif eslint p-sw 2024-06-14 21:42:33 +09:00
  • fc525d737c fix: cache from manual path instead of deprecated command p-sw 2024-06-14 21:39:45 +09:00
  • 3edabaddf9 fix: move prepare to each job p-sw 2024-06-14 21:32:06 +09:00
  • 1d6e892596 feat: add linting workflow p-sw 2024-06-14 21:18:52 +09:00
  • 05dc15d04e feat: bumped to 0.4.1 cli@0.4.1 Shinwoo PARK 2024-06-13 19:55:47 +00:00
  • 4523e6a419 docs: update cli docs Shinwoo PARK 2024-06-13 19:55:03 +00:00
  • 47160748b6 docs: add registry flag in every command Shinwoo PARK 2024-06-13 19:51:36 +00:00
  • d8d61aceaa feat: add registry override flag Shinwoo PARK 2024-06-13 19:43:24 +00:00
  • a966a85f62 fix: change registry url to githubusercontent Shinwoo PARK 2024-06-13 19:37:44 +00:00
  • fefe19c534 refactor: remove workflow for deploy docs Shinwoo PARK 2024-06-13 19:34:26 +00:00
  • 447b2249c8 refactor: remove useless dependencies for old docs Shinwoo PARK 2024-06-13 19:34:05 +00:00
  • 8eb378b1cc refactor: remove 404.html Shinwoo PARK 2024-06-13 19:29:16 +00:00
  • 643e607eb4 refactor: delete docs & make it dev environment Shinwoo PARK 2024-06-13 19:28:32 +00:00
  • fc5c5ba4f5 refactor: moved registry file to the root Shinwoo PARK 2024-06-13 19:27:58 +00:00
  • 8de1a433c1 feat(Tooltip): add "status" prop p-sw 2024-06-11 21:00:17 +09:00
  • 5dd74e4b3f feat(react): add Tooltip to App.tsx p-sw 2024-06-11 20:58:45 +09:00
  • ffb8504b09 feat(tooltip): enhance Tooltip with AsChild property p-sw 2024-06-11 20:30:53 +09:00
  • a329eee279 feat(Tooltip): add status variants p-sw 2024-06-11 20:24:43 +09:00
  • 5db9be1eb3 feat(react): update Tooltip properties in docs p-sw 2024-06-11 20:15:58 +09:00
  • 90960ff800 feat: add Controlled tooltip example p-sw 2024-06-11 20:14:05 +09:00
  • ca90f3355a feat(Tooltip): add controlled and opened states p-sw 2024-06-11 20:13:51 +09:00
  • 46ec2e2c52 refactor(Tooltip): update tooltip transition and delay properties p-sw 2024-06-11 19:52:21 +09:00
  • 937670bfea style(react): update Code component styling p-sw 2024-06-11 19:31:25 +09:00
  • 8e6e691308 feat: add tailwind-scrollbar dependency p-sw 2024-06-11 19:31:15 +09:00
  • 300c7fc8c3 docs(Tooltip): add delay option examples p-sw 2024-06-11 19:24:08 +09:00
  • ea987ad590 docs(Tooltip): add delay prop in docs p-sw 2024-06-11 19:23:48 +09:00
  • b28e5d1c8d feat(Tooltip): add delay variants p-sw 2024-06-11 19:23:29 +09:00
  • c27e7bd2c5 feat(react): add configuration documentation p-sw 2024-06-11 18:52:02 +09:00
  • d23360887d docs(react): update installation instructions p-sw 2024-06-11 18:17:19 +09:00
  • 45082d4587 docs(cli): update README with latest changes cli@0.4.0 p-sw 2024-06-11 18:11:35 +09:00
  • b9583a43f6 feat(cli): update version to 0.4.0 p-sw 2024-06-11 18:11:23 +09:00
  • 36a4cc605d fix(react): correct library path in registry.json p-sw 2024-06-11 18:04:56 +09:00
  • 99773f11cc refactor(cli): simplify library installation process p-sw 2024-06-11 18:01:51 +09:00
  • 89776267ad refactor(cli): remove redundant functions in registry.ts p-sw 2024-06-11 18:01:35 +09:00
  • dd63fcb753 refactor(cli): remove unused lib array p-sw 2024-06-11 17:58:50 +09:00
  • 670fa9d1bc refactor(react): update registry.json paths and remove version p-sw 2024-06-11 17:58:42 +09:00
  • 07d9306dde refactor(cli): update registry path and remove libVersion p-sw 2024-06-11 17:53:34 +09:00
  • 6f8d944f47 refactor(react): remove unused libVersion from registry.json p-sw 2024-06-11 17:53:17 +09:00
  • 76ec211d81 refactor: update import statements in react components p-sw 2024-06-11 17:51:26 +09:00
  • f07d496792 refactor(react): update include path in tsconfig.json p-sw 2024-06-11 17:50:12 +09:00
  • 31659c0b6c refactor(react): rename shared@1.0.0.tsx to lib.tsx p-sw 2024-06-11 17:50:02 +09:00
  • 511b778fd0 refactor(react): change path of pswui-lib in vite and tsconfig p-sw 2024-06-11 17:45:33 +09:00