tpmjs/packages/storybook
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
..
.storybook feat: initial monorepo setup with Turborepo, Next.js 16, and .ts-only components 2025-11-25 21:59:15 +10:00
stories refactor(ui): convert Icon and Badge components to JSX syntax 2025-11-26 02:10:18 +10:00
styles feat: add light/dark theme system and full homepage with comprehensive UI components 2025-11-26 01:29:28 +10:00
package.json feat: initial monorepo setup with Turborepo, Next.js 16, and .ts-only components 2025-11-25 21:59:15 +10:00
postcss.config.cjs feat: initial monorepo setup with Turborepo, Next.js 16, and .ts-only components 2025-11-25 21:59:15 +10:00
tailwind.config.ts feat: initial monorepo setup with Turborepo, Next.js 16, and .ts-only components 2025-11-25 21:59:15 +10:00
tsconfig.json feat: initial monorepo setup with Turborepo, Next.js 16, and .ts-only components 2025-11-25 21:59:15 +10:00