086cbe77a9
fix(button): add brightness class on button hover
...
to simplify background color system, and make simple to customize background color
2024-07-23 18:07:39 +09:00
bc2020f560
feat(button): add default role for aria
2024-07-19 00:34:42 +09:00
232c832b25
fix(button): add displayName
2024-07-12 01:26:57 +09:00
9573fd1e1a
fix: add type in Button
2024-07-04 14:18:33 +09:00
8e9b178f5e
fix: fix errors with biomejs
2024-06-29 22:28:58 +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
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
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
863e6388d6
fix: change button light hover color
2024-06-01 07:47:46 +09:00
dcbad53d39
refactor: extract asChild in otherProps of Button
2024-05-28 22:15:39 +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
b61f12eac7
style: add various status colors
2024-05-28 20:14:31 +09:00
3ebcbae46f
style: change transparent colors to neutral
2024-05-26 20:10:19 +09:00
30a7e68609
style: change gray to neutral
2024-05-26 20:01:55 +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
6349e5cf90
feat: add presets in button
2024-05-19 15:23:52 +09:00
836277addf
feat: improve button styling
2024-05-19 13:54:10 +09:00
376ccc724f
Revert "refactor: update import path via root path"
...
This reverts commit 2f5c93710444632319285729106b520d414b73d8.
2024-05-19 12:35:16 +09:00
ab162a706e
feat: apply resolveVariants
2024-05-19 12:34:24 +09:00
2f5c937104
refactor: update import path via root path
2024-05-19 12:13:16 +09:00
5586a4f28a
refactor: remove button variants export
2024-05-19 11:07:59 +09:00
caf28f340a
fix: use ComponentPropsWithoutRef for native element props
2024-05-19 11:07:40 +09:00
d01c796897
feat: add button variants
2024-05-18 21:26:31 +09:00
49641e26ed
feat: add button component
2024-05-18 21:11:19 +09:00