12 Commits

Author SHA1 Message Date
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
79b41e45ff fix(react/Input): apply full variant on InputFrame 2024-07-24 23:44:45 +09:00
c2178ef473 fix(react/Input): sync color on hover of Input in InputFrame 2024-07-24 23:43:48 +09:00
80c7542803 feat(input): add asChild on InputFrame 2024-07-12 01:39:02 +09:00
0916c483d4 fix(input): add displayName 2024-07-12 01:35:27 +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
8098effc09 refactor: use extracted & compressed instead of safe & unsafe 2024-05-28 22:21:57 +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