Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9eee3cf
feat(gen-docs): implement ComponentDetector for identifying React com…
whdgur5717 Dec 4, 2025
24d8acc
feat(gen-docs): add parseFile function and extract component informat…
whdgur5717 Dec 4, 2025
57f63d2
chore(gen-docs): move location
whdgur5717 Dec 4, 2025
1727ca3
chore: remove figma packages
whdgur5717 Feb 7, 2026
2118bc8
feat(animation-plugin): migrate from PandaCSS preset to Tailwind v4 p…
whdgur5717 Feb 9, 2026
eef8eed
feat(theme-plugin): add Tailwind v4 theme plugin with semantic color …
whdgur5717 Feb 9, 2026
627dca4
refactor(ui): replace PandaCSS with Tailwind v4 setup
whdgur5717 Feb 9, 2026
6bdc6b8
feat(ui): add Tailwind utility helpers (cn, createStyleContext, textS…
whdgur5717 Feb 9, 2026
22fa566
refactor(ui): migrate all component recipes to tailwind-variants
whdgur5717 Feb 9, 2026
79a4851
refactor(ui): update stories for Tailwind CSS
whdgur5717 Feb 9, 2026
37549dd
refactor: rename panda-animation to animation-plugin
whdgur5717 Feb 19, 2026
001815a
fix(theme-plugin): update default theme and config
whdgur5717 Feb 19, 2026
dc5c501
refactor(ui): redesign createStyleContext type system for tailwind-va…
whdgur5717 Feb 19, 2026
139a62f
refactor(ui): update component recipes and config for Tailwind v4
whdgur5717 Feb 19, 2026
586891f
refactor(cli): migrate CLI from PandaCSS to Tailwind v4
whdgur5717 Feb 19, 2026
a363407
test(cli): update tests for Tailwind v4 migration
whdgur5717 Feb 19, 2026
b56b78b
refactor(docs): migrate docs site from PandaCSS to Tailwind v4
whdgur5717 Feb 19, 2026
f99c0b3
refactor(docs): migrate docs components to Tailwind v4
whdgur5717 Feb 19, 2026
b1c1017
chore(docs): update registry JSON files
whdgur5717 Feb 19, 2026
67206bf
chore: update dependencies
whdgur5717 Feb 19, 2026
03949d8
fix: correct prettierignore patterns for docs generated files
whdgur5717 Feb 19, 2026
8b7263e
fix: resolve lint errors and test failures for Tailwind v4 migration
whdgur5717 Feb 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.hbs
pnpm-lock.yaml
./app/docs/.velite/*
./app/docs/public/*
app/docs/.velite/
app/docs/public/
385 changes: 0 additions & 385 deletions app/docs/CLAUDE.md

This file was deleted.

Loading