11 Commits

Author SHA1 Message Date
98dd58febb feat(lib): add withSSD 2024-07-12 01:25:10 +09:00
eb8ea83336 feat(lib): add ServerSideDocumentFallback component to support ssr frameworks like nextjs 2024-07-12 01:10:28 +09:00
8e9b178f5e fix: fix errors with biomejs 2024-06-29 22:28:58 +09:00
8e6aa36dab docs: improve comment of className builder of vcn 2024-06-29 21:53:43 +09:00
a47e9b8427 feat: add dynamic className parameter in vcn 2024-06-29 21:53:11 +09:00
f4f2f2b820 refactor: reduce code implementation complexity using transformer 2024-06-29 21:52:36 +09:00
395c2f8ed1 fix: use any instead of unknown for AnyPropBeforeResolve
TypeScript throws error in component's resolve usage about index signature.
2024-06-14 23:49:11 +09:00
139d02eb9b feat(react-lib): add index.ts file
This commit creates a new index.ts file in the react/lib package. It exports from 'vcn' and 'Slot' modules, optimizing the package for component and slot usage.
2024-06-14 23:29:06 +09:00
47cfd907b9 refactor(react): split library file to vcn and Slot 2024-06-14 23:25:56 +09:00
31659c0b6c refactor(react): rename shared@1.0.0.tsx to lib.tsx
The shared@1.0.0.tsx file in the react package has been renamed to lib.tsx for enhanced simplicity and to ensure better project structure.
2024-06-11 17:50:02 +09:00
4421adfe7d refactor(components): make shared version and update import in components 2024-06-11 12:56:55 +09:00