tpmjs/packages
Ajax Davis b17349c071 refactor(ui): convert Icon and Badge components to JSX syntax
- Convert Icon component from createElement to JSX (Icon.tsx)
- Convert Icon tests to JSX (24 tests passing)
- Convert Icon stories to JSX (Icon.stories.tsx)
- Convert Badge component from createElement to JSX (Badge.tsx)
- Convert Badge tests to JSX (34 tests passing)
- Rename files from .ts to .tsx
- Remove createElement imports, use native JSX syntax
- All tests passing (58/58)

Part of broader effort to convert entire codebase from createElement to JSX.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 02:10:18 +10:00
..
config feat: add light/dark theme system and full homepage with comprehensive UI components 2025-11-26 01:29:28 +10:00
env chore: version packages for initial release 2025-11-25 22:00:53 +10:00
mocks feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
storybook refactor(ui): convert Icon and Badge components to JSX syntax 2025-11-26 02:10:18 +10:00
test feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
types chore: version packages for initial release 2025-11-25 22:00:53 +10:00
ui refactor(ui): convert Icon and Badge components to JSX syntax 2025-11-26 02:10:18 +10:00
utils chore: version packages for initial release 2025-11-25 22:00:53 +10:00