673702947d
refactor: adjust types and formatting in shared.tsx
...
Improved the format and type handling in the react/shared.tsx file. This includes adjustments to how variants are handled and formatted, enhancing type consistency and declarations. Also, ordinary parameters are given trailing commas as per the enhanced coding standards.
2024-06-06 00:16:22 +09:00
7b17e6df9b
fix: rollback unknown to any
2024-06-05 19:08:02 +09:00
8cb43b3c1f
fix: add unknown index signature in VariantProps
2024-06-05 18:45:10 +09:00
5f2e5b4ae8
fix: fix docs and types
2024-06-04 22:52:05 +09:00
37e6733fe7
fix: remove asChild from prop propagation in Slot
2024-05-26 20:01:09 +09:00
aa0b45a320
docs: add comment in shared
2024-05-26 17:20:02 +09:00
6ec67941bf
fix: make slot take any props without type error
2024-05-26 17:19:35 +09:00
1001090e4c
fix: apply overload for vcn to remove preset in prop when preset is not defined
2024-05-25 21:31:24 +09:00
0e153845a2
fix: make variantProps resolver include className and preset as variantProps
2024-05-24 22:25:45 +09:00
83b0832a7d
fix: change children type to plain ReactNode
2024-05-24 22:17:32 +09:00
27c4ab0470
feat: add slot component in shared
2024-05-24 22:03:16 +09:00