169 Commits

Author SHA1 Message Date
3e49b03129 fix: add link size in Button 2024-06-02 03:20:20 +09:00
2633c525c3 fix: make Button inherit currentColor 2024-06-02 03:18:48 +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
b2cd9ba866 feat: add Popover 2024-06-01 08:54:57 +09:00
863e6388d6 fix: change button light hover color 2024-06-01 07:47:46 +09:00
09f915bead feat: add disabled checked style in checkbox 2024-05-30 00:14:27 +09:00
347b475c99 feat: add Switch 2024-05-30 00:11:27 +09:00
d109879fd8 refactor: make checkbox checked style working with css instead of prop 2024-05-29 23:34:04 +09:00
8cff71542f fix: remove unused tailwind peer in checkbox input 2024-05-29 23:24:00 +09:00
05d648d0b7 feat: add hover effect in checkbox 2024-05-29 23:13:13 +09:00
9e4e53ee51 feat: add size in checkbox 2024-05-29 23:11:09 +09:00
01817388c2 fix: remove unnecessary layer in checkbox 2024-05-29 22:59:41 +09:00
b2d417c49c feat: add checkbox 2024-05-29 21:08:31 +09:00
bdb8e2488d fix: make direction one variant 2024-05-29 20:59:35 +09:00
776429b6a9 style: improve visibility of toast border 2024-05-29 20:55:32 +09:00
6c25ae1d7b style: make toast transition y 100% 2024-05-29 20:52:30 +09:00
f780ca1dd0 fix: use requestAnimationFrame instead of setTimeout to make sure toast is born 2024-05-29 20:52:14 +09:00
f4f931b0f4 fix: add timeout on born transition of toast to handle faster toast creation 2024-05-29 20:32:43 +09:00
f740866366 feat: add Label 2024-05-28 22:37:03 +09:00
8098effc09 refactor: use extracted & compressed instead of safe & unsafe 2024-05-28 22:21:57 +09:00
7fc2a64d29 refactor: use separately extracted props 2024-05-28 22:20:43 +09:00
dcbad53d39 refactor: extract asChild in otherProps of Button 2024-05-28 22:15:39 +09:00
b90d73663b refactor: remove log 2024-05-28 21:41:13 +09:00
6cc8a59dc7 refactor: remove log 2024-05-28 21:40:58 +09:00
69a3a3b060 fix: remove version usage in toast 2024-05-28 21:34:14 +09:00
b53581f750 feat: add status style preset in Button 2024-05-28 21:22:47 +09:00
a5a371e35d refactor: change color name error to danger 2024-05-28 21:20:51 +09:00
d0fca46918 feat: add full style in input 2024-05-28 21:16:26 +09:00
a2c0f201d9 feat: add input 2024-05-28 21:07:51 +09:00
b61f12eac7 style: add various status colors 2024-05-28 20:14:31 +09:00
dd07adc998 style: change toast life transition ease function 2024-05-26 20:19:51 +09:00
6f23de92e7 style: change border color to neutral 2024-05-26 20:12:55 +09:00
22a40b325c style: chnage transparent color to neutral 2024-05-26 20:11:59 +09:00
3ebcbae46f style: change transparent colors to neutral 2024-05-26 20:10:19 +09:00
22060ce967 feat: add Tabs 2024-05-26 20:05:50 +09:00
30a7e68609 style: change gray to neutral 2024-05-26 20:01:55 +09:00
de9b27b1c9 fix: use window.getComputedStyle if element.computedStyleMap is not defined 2024-05-26 19:33:53 +09:00
d45cbbceb8 refactor: add separated colors before toast 2024-05-26 18:22:00 +09:00
58e188f273 fix: add select in tooltipContent base 2024-05-26 17:40:18 +09:00
96d051a862 refactor: add separated tooltipContentColors before tooltipContent 2024-05-26 17:39:48 +09:00
5f98701427 refactor: rename things without $ 2024-05-26 17:24:46 +09:00
f81e9180c6 feat: add separated colors in button 2024-05-26 17:21:25 +09:00
10443da796 fix: add w-fit in base style 2024-05-24 22:21:20 +09:00
fd1c1ef0de refactor: apply asChild to Button 2024-05-24 22:20:57 +09:00
d310883fe0 fix: make children type ReactNode 2024-05-24 22:18:02 +09:00