Commit Graph

  • f122310c37 fix: fix slot type error main Shinwoo PARK 2025-03-12 13:27:23 +09:00
  • ef2bdbf3e0 fix: remove nonsense use client directive in drawer Shinwoo PARK 2025-03-11 20:24:55 +09:00
  • a4da53a890 fix: do missing steps for upgrading to tailwindcss v4 Shinwoo PARK 2025-03-11 20:12:46 +09:00
  • 90a458268f feat: upgrade tailwindcss v4 Shinwoo PARK 2025-03-11 19:59:11 +09:00
  • fe1a9afeb0 chore: change setting to auto format with biome Shinwoo PARK 2025-03-11 19:33:26 +09:00
  • a6af5622dd feat: improve stability of drawer using relative and padding p-sw 2024-08-09 11:44:18 +09:00
  • 81854841ce feat: use useAnimatedMount in Drawer p-sw 2024-08-07 22:08:22 +09:00
  • 57f9a9b118 fix: add useAnimatedMount to registry p-sw 2024-08-07 21:46:12 +09:00
  • a90cec770c feat: make sure toast is rendered as born first p-sw 2024-08-07 19:19:27 +09:00
  • 371453b544 refactor: use getCalculatedTransitionDuration on Toast p-sw 2024-08-07 19:14:18 +09:00
  • 054568a2ec feat: export getCalculatedTransitionDuration p-sw 2024-08-07 19:09:27 +09:00
  • 4b6724ed90 feat: unmount dialog from dom on closed p-sw 2024-08-07 18:58:53 +09:00
  • 8728df1f60 docs: enhance useAnimatedMount comment p-sw 2024-08-07 18:54:57 +09:00
  • 3ccfa3b519 feat: add useAnimatedMount p-sw 2024-08-07 18:32:13 +09:00
  • d10fec90ad feat: bump cli to 0.5.1 cli@0.5.1 p-sw 2024-08-04 16:26:14 +09:00
  • 3d55a98821 fix: add cache option no-cache to prevent caching p-sw 2024-08-04 16:23:53 +09:00
  • 96d64e57bb fix: remove node-fetch p-sw 2024-08-04 16:22:55 +09:00
  • e1c5e09872 feat: update registry p-sw 2024-08-04 16:10:01 +09:00
  • 67207d7daf fix: use invalid message in context instead of children prop p-sw 2024-08-04 16:03:28 +09:00
  • 617b7be249 feat: add Form p-sw 2024-08-04 16:02:27 +09:00
  • bfbce754d9 feat: add maxSize prop on DrawerContent p-sw 2024-08-04 15:22:41 +09:00
  • 00ebabe8b3 refactor: replace withSSD & ssdFallback with useDocument p-sw 2024-08-03 21:35:51 +09:00
  • 71751f7e22 feat: bump yarn to 4.4.0 p-sw 2024-08-03 21:07:11 +09:00
  • 878016d3cc chore: format package.json p-sw 2024-08-03 21:06:18 +09:00
  • 79b41e45ff fix(react/Input): apply full variant on InputFrame p-sw 2024-07-24 23:44:45 +09:00
  • c2178ef473 fix(react/Input): sync color on hover of Input in InputFrame p-sw 2024-07-24 23:43:48 +09:00
  • 086cbe77a9 fix(button): add brightness class on button hover p-sw 2024-07-23 18:07:39 +09:00
  • c8f1912bae chore: make dev env dark mode work properly p-sw 2024-07-23 18:06:18 +09:00
  • 05953bbebe chore: add zed ide support p-sw 2024-07-23 18:05:52 +09:00
  • ad62a4ed86 fix: give ServerSideDocumentFallback callback p-sw 2024-07-20 02:44:36 +09:00
  • d0af00db63 chore: fix settings.json style p-sw 2024-07-20 02:42:52 +09:00
  • 6dcf44fc60 ci: add tsc check on pre-push hook p-sw 2024-07-20 02:40:59 +09:00
  • 9113b8e095 fix: make ssrFallback take callback as children p-sw 2024-07-20 02:32:34 +09:00
  • 13cc43de2e fix: add displayName on withServerSideDocument p-sw 2024-07-20 02:29:10 +09:00
  • 7251bf2400 fix(front): remove unused useId import p-sw 2024-07-20 02:12:07 +09:00
  • ef17f6f1ce style: idk p-sw 2024-07-20 02:11:35 +09:00
  • bef29ebf19 feat(tooltip): add default role for aria p-sw 2024-07-19 00:35:30 +09:00
  • bc2020f560 feat(button): add default role for aria p-sw 2024-07-19 00:34:42 +09:00
  • 6c14cb1e51 fix(dialog): fix structure of initialDialogContext to match with type p-sw 2024-07-16 19:07:33 +09:00
  • 14619f5311 feat(dialog): add aria properties to improve accessibility p-sw 2024-07-16 19:04:35 +09:00
  • b56242c497 refactor(dialog): move default variants to base p-sw 2024-07-12 18:35:14 +09:00
  • c08a81badd refactor(dialog/DialogFooter): move gap to base p-sw 2024-07-12 18:32:23 +09:00
  • b5e35aa905 fix(dialog/DialogFooter): add w-full on base p-sw 2024-07-12 18:31:48 +09:00
  • 61a263addb refactor(dialog/DialogContent): move variants from DialogOverlay to base p-sw 2024-07-12 18:28:33 +09:00
  • 13f1d9def3 refactor(dialog/DialogContent): make DialogContent use flex p-sw 2024-07-12 18:26:58 +09:00
  • 8c2986700e refactor(dialog/DialogContent): make simple styles to base p-sw 2024-07-12 18:21:09 +09:00
  • db5c36a3bf fix(lib): add undefined check on vcn VariantProps processing p-sw 2024-07-12 13:55:41 +09:00
  • 8465837f63 fix(Popover): add z-index on PopoverContent p-sw 2024-07-12 02:25:44 +09:00
  • 366ac90eb8 refactor(Checkbox): make transition smoother p-sw 2024-07-12 02:15:05 +09:00
  • ec6192d32b refactor(Checkbox): remove check icon p-sw 2024-07-12 02:14:34 +09:00
  • 2f9e155cbe fix(Toast/Component/Toaster): apply withServerSideDocument on Toaster p-sw 2024-07-12 01:47:38 +09:00
  • 508d58fa71 fix(Toast/Component/Toaster): add displayName p-sw 2024-07-12 01:46:42 +09:00
  • 9d0188eacc fix(popover/PopoverContent): specify ref element type p-sw 2024-07-12 01:43:11 +09:00
  • 2e441ff1e5 fix(Popover): apply asChild effect on PopoverContent p-sw 2024-07-12 01:40:33 +09:00
  • 80c7542803 feat(input): add asChild on InputFrame p-sw 2024-07-12 01:39:02 +09:00
  • ec574d3841 fix(tooltip): add displayName p-sw 2024-07-12 01:37:50 +09:00
  • 52996d3a76 fix(switch): add displayName p-sw 2024-07-12 01:37:41 +09:00
  • ce8dc422a4 fix(popover): add displayName p-sw 2024-07-12 01:37:31 +09:00
  • 952e235fda fix(label): add displayName p-sw 2024-07-12 01:37:20 +09:00
  • 0916c483d4 fix(input): add displayName p-sw 2024-07-12 01:35:27 +09:00
  • 321b47ab3f fix(drawer): apply ServerSideDocumentFallback p-sw 2024-07-12 01:34:21 +09:00
  • 985a2b5297 fix(drawer): add displayName p-sw 2024-07-12 01:28:51 +09:00
  • e9d9bef4bf fix(checkbox): add displayName p-sw 2024-07-12 01:27:07 +09:00
  • 232c832b25 fix(button): add displayName p-sw 2024-07-12 01:26:57 +09:00
  • 98dd58febb feat(lib): add withSSD p-sw 2024-07-12 01:25:10 +09:00
  • da628710a4 feat(dialog): apply ServerSideDocumentFallback p-sw 2024-07-12 01:11:56 +09:00
  • eb8ea83336 feat(lib): add ServerSideDocumentFallback component to support ssr frameworks like nextjs p-sw 2024-07-12 01:10:28 +09:00
  • 78ea14c568 fix(dialog): add missing displayName on ref forwarded components p-sw 2024-07-12 01:01:38 +09:00
  • 46430bec41 feat(dialog): add dialog controller p-sw 2024-07-12 00:56:36 +09:00
  • 0e73321c3a fix: move transition duration of DrawerContent wrapper to outside p-sw 2024-07-04 18:17:26 +09:00
  • 9573fd1e1a fix: add type in Button p-sw 2024-07-04 14:18:33 +09:00
  • 5276eb8ba9 chore: add biome idea configuration p-sw 2024-07-04 14:17:13 +09:00
  • 7aa0618ae3 feat(Popover): add controlled in PopoverContext to disable outside click on controlled p-sw 2024-06-30 22:48:52 +09:00
  • c52a8843e8 feat(Popover): make opened prop update internal opened state in realtime p-sw 2024-06-30 22:44:14 +09:00
  • c1289b63ea fix(Popover): add pointer-events class on opened condition p-sw 2024-06-30 14:10:09 +09:00
  • 113366d27c feat: add popover detailed position props p-sw 2024-06-30 14:09:01 +09:00
  • c1e930ba59 ci: add --write flag on lint to avoid easy problems p-sw 2024-06-29 22:48:36 +09:00
  • 7228ab794f style: fix errors with biomejs p-sw 2024-06-29 22:46:38 +09:00
  • 692c5fb7b3 fix: messing package.json p-sw 2024-06-29 22:46:15 +09:00
  • ba04aa7cf5 fix: include main.tsx in gitignore p-sw 2024-06-29 22:36:54 +09:00
  • 780eed20d5 fix: remove main.ts in src p-sw 2024-06-29 22:36:20 +09:00
  • 4d33e78454 fix: fix errors with biomejs p-sw 2024-06-29 22:33:52 +09:00
  • 8e9b178f5e fix: fix errors with biomejs p-sw 2024-06-29 22:28:58 +09:00
  • 2414b70ca5 style: prettier cli package.json p-sw 2024-06-29 22:05:52 +09:00
  • 6ed20835f6 ci: change lint script to run biomejs p-sw 2024-06-29 22:05:09 +09:00
  • 65a6597a8e ci: replace eslint and prettier to biomejs and lefthook p-sw 2024-06-29 22:02:56 +09:00
  • 8e6aa36dab docs: improve comment of className builder of vcn p-sw 2024-06-29 21:53:43 +09:00
  • a47e9b8427 feat: add dynamic className parameter in vcn p-sw 2024-06-29 21:53:11 +09:00
  • f4f2f2b820 refactor: reduce code implementation complexity using transformer p-sw 2024-06-29 21:52:36 +09:00
  • fd7317e597 feat: add disabled color p-sw 2024-06-28 12:08:01 +09:00
  • 180cae69af fix: add cursor-pointer in button to change cursor to pointer p-sw 2024-06-28 11:53:53 +09:00
  • 5c12c00cec fix: add stopPropagation in DialogContent onClick p-sw 2024-06-27 13:24:10 +09:00
  • 21a2bfc3d0 feat: add additional layer to make dialog scrollable when overflowed p-sw 2024-06-27 13:22:52 +09:00
  • d9d6d033f9 fix: rename DialogContent interface to DialogContentProps p-sw 2024-06-27 13:14:57 +09:00
  • 5debb80330 fix: add touch-none in drawerOverlay to prevent outside scrolling p-sw 2024-06-22 08:00:10 +09:00
  • 3b88ad4e51 fix: fix import alias resolve in vite config p-sw 2024-06-22 07:41:22 +09:00
  • ffba99a229 fix: remove touch-none to support touch scrolling in mobile devices p-sw 2024-06-22 07:41:06 +09:00
  • d930c44bb0 fix: add overflow-auto to support native scrolling p-sw 2024-06-22 07:40:50 +09:00
  • a1e7baa6c4 feat: update docs to ignore all src except core p-sw 2024-06-22 07:26:07 +09:00
  • 871e1b8aed docs: update main README p-sw 2024-06-15 12:33:26 +09:00