34 Commits

Author SHA1 Message Date
ef2bdbf3e0 fix: remove nonsense use client directive in drawer
Some checks are pending
lint-and-check / CLI Check (push) Waiting to run
lint-and-check / Component Check (push) Waiting to run
2025-03-11 20:24:55 +09:00
90a458268f feat: upgrade tailwindcss v4
Some checks are pending
lint-and-check / CLI Check (push) Waiting to run
lint-and-check / Component Check (push) Waiting to run
2025-03-11 19:59:11 +09:00
a6af5622dd feat: improve stability of drawer using relative and padding 2024-08-09 11:44:18 +09:00
81854841ce feat: use useAnimatedMount in Drawer 2024-08-07 22:08:22 +09:00
bfbce754d9 feat: add maxSize prop on DrawerContent 2024-08-04 15:22:41 +09:00
00ebabe8b3 refactor: replace withSSD & ssdFallback with useDocument 2024-08-03 21:35:51 +09:00
ad62a4ed86 fix: give ServerSideDocumentFallback callback 2024-07-20 02:44:36 +09:00
321b47ab3f fix(drawer): apply ServerSideDocumentFallback 2024-07-12 01:34:21 +09:00
985a2b5297 fix(drawer): add displayName 2024-07-12 01:28:51 +09:00
0e73321c3a fix: move transition duration of DrawerContent wrapper to outside 2024-07-04 18:17:26 +09:00
8e9b178f5e fix: fix errors with biomejs 2024-06-29 22:28:58 +09:00
5debb80330 fix: add touch-none in drawerOverlay to prevent outside scrolling 2024-06-22 08:00:10 +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
89950524f4 fix: fix problem with ref element type 2024-06-14 23:51:41 +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
76ec211d81 refactor: update import statements in react components
Updated the import statements in multiple react components to use the new `@pswui-lib` package instead of the deprecated `@pswui-lib/shared@1.0.0`. This makes the code cleaner and easier
2024-06-11 17:51:26 +09:00
2deae4af79 refactor(components): update import statements
Updated the import statements in multiple component files to use the updated package name for shared resources. This change was necessary for import consistency and to ensure proper functioning of the components as per the new package name "@pswui-lib/shared@1.0.0".
2024-06-11 16:20:24 +09:00
4421adfe7d refactor(components): make shared version and update import in components 2024-06-11 12:56:55 +09:00
ffe49ff90f fix: ensure delta value is absolute in Drawer component
The fix ensures that the calculation of the 'movement' value in the Drawer component doesn't result in a negative number. The division by 'dragState.delta' is now divided by the absolute value to prevent faulty calculations.
2024-06-05 19:16:42 +09:00
0c67ee5c62 fix: add WebkitBackdropFilter to fi x backdrop not working in safari 2024-06-04 11:35:57 +09:00
ff5f9c72ec fix: make movePercentage calculated from internalRef instead of e.target 2024-06-03 16:39:40 +09:00
b96c5883fb fix: fix size of drawer content wrapper div 2024-06-03 16:28:39 +09:00
dbea2ce701 fix: make top drawer style correctly 2024-06-03 16:05:31 +09:00
719506c08a fix: remove opened prop in DrawerOverlay 2024-06-03 16:05:10 +09:00
b09ae7caf6 feat: add layout components in Drawer 2024-06-03 15:30:22 +09:00
5947c0b95a fix: prevent touch scroll in drawer 2024-06-03 14:31:27 +09:00
811be2f59b feat: add touch handling 2024-06-02 01:27:41 +09:00
bd3892e314 feat: add control of movePercentage to add backdrop brightness 2024-06-02 01:15:30 +09:00
ad9dfb38f3 feat: add default to variantProps.position 2024-06-02 01:00:56 +09:00
91ccb82929 feat: add DrawerClose 2024-06-01 20:48:04 +09:00
92eeed2700 fix: make leaveWhileDragging toggled only on dragging 2024-06-01 20:40:44 +09:00
ce9ad634f0 feat: add drawer 2024-06-01 20:37:47 +09:00