12 Commits

Author SHA1 Message Date
e9d9bef4bf fix(checkbox): add displayName 2024-07-12 01:27:07 +09:00
8e9b178f5e fix: fix errors with biomejs 2024-06-29 22:28:58 +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
09f915bead feat: add disabled checked style in checkbox 2024-05-30 00:14: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