Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2df73bd
refactor(*): migrate 'radix-ui' primitives to 'base-ui'
sukvvon Aug 6, 2026
0bcebf0
Merge branch 'main' into refactor/radix-to-base-ui
sukvvon Aug 6, 2026
d5bba43
fix(*): replace the remaining Radix 'data-state' contracts with their…
sukvvon Aug 6, 2026
b4849ed
refactor(*): drop the 'Primitive' aliases on 'base-ui' imports
sukvvon Aug 6, 2026
6ef3680
Merge branch 'main' into refactor/radix-to-base-ui
sukvvon Aug 8, 2026
ec1341e
refactor(components): move 'DropdownMenu' out of 'npm-stats' into the…
sukvvon Aug 8, 2026
fd61300
refactor(npm-stats,charts): use Base UI 'Menu' directly instead of a …
sukvvon Aug 8, 2026
269aa2a
refactor(styles/app): use 'data-closed' for the keyframe exit selectors
sukvvon Aug 8, 2026
68c5f47
fix(npm-stats/PackagePills): keep the menu open with 'closeOnClick' i…
sukvvon Aug 8, 2026
83e206a
fix(components/AuthenticatedUserMenu): mark the non-button trigger wi…
sukvvon Aug 8, 2026
5257538
docs(routes/ds.dropdown): point the source path at the wrapper the pa…
sukvvon Aug 8, 2026
dfaf207
Merge branch 'main' into refactor/radix-to-base-ui
sukvvon Aug 9, 2026
be573c5
Merge branch 'main' into refactor/radix-to-base-ui
sukvvon Aug 9, 2026
f360d0d
Merge branch 'main' into refactor/radix-to-base-ui
sukvvon Aug 10, 2026
6e133fa
Merge branch 'main' into refactor/radix-to-base-ui
sukvvon Aug 11, 2026
a0d19bb
Merge branch 'main' into refactor/radix-to-base-ui
sukvvon Aug 12, 2026
bd16165
Merge branch 'main' into refactor/radix-to-base-ui
sukvvon Aug 14, 2026
2c85004
Merge branch 'main' into refactor/radix-to-base-ui
sukvvon Aug 14, 2026
7be9eab
Merge branch 'refactor/radix-to-base-ui' of https://github.com/TanSta…
sukvvon Aug 14, 2026
dacc947
Merge branch 'main' into refactor/radix-to-base-ui
KevinVandy Aug 14, 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: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"prepare": "husky"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.12",
"@codemirror/lang-javascript": "^6.2.5",
Expand All @@ -55,9 +56,6 @@
"@modelcontextprotocol/sdk": "^1.29.0",
"@octokit/graphql": "^9.0.3",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@sentry/browser": "^10.47.0",
Expand Down
Loading
Loading