6 Commits

Author SHA1 Message Date
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