tpmjs/packages/ui
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
..
src refactor(ui): convert Icon and Badge components to JSX syntax 2025-11-26 02:10:18 +10:00
CHANGELOG.md chore: version packages 2025-11-25 22:23:10 +10:00
eslint.config.js feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
package.json feat: add light/dark theme system and full homepage with comprehensive UI components 2025-11-26 01:29:28 +10:00
tsconfig.json feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
tsup.config.ts feat: add light/dark theme system and full homepage with comprehensive UI components 2025-11-26 01:29:28 +10:00
vitest.config.ts fix: add testing-library/jest-dom matchers for UI tests 2025-11-25 22:22:35 +10:00