6 Commits

Author SHA1 Message Date
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
fc4e11f5f9 fix: make Tab return null instead of using hidden class 2024-06-03 22:08:42 +09:00
05bf4a774c fix: omit active in variant prop 2024-06-03 19:39:58 +09:00
22060ce967 feat: add Tabs 2024-05-26 20:05:50 +09:00