Skip to content

Commit

Permalink
try to upgrade ui to bits-ui:next (#666)
Browse files Browse the repository at this point in the history
* try to upgrade ui to bits-ui:next

* upgrade components

* wip

* wip

* wip
  • Loading branch information
felixguendling authored Nov 21, 2024
1 parent 42de676 commit 51f7b60
Show file tree
Hide file tree
Showing 47 changed files with 6,824 additions and 6,903 deletions.
9 changes: 6 additions & 3 deletions ui/components.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"$schema": "https://next.shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.js",
Expand All @@ -8,7 +8,10 @@
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks"
},
"typescript": true
"typescript": true,
"registry": "https://next.shadcn-svelte.com/registry"
}
Loading

0 comments on commit 51f7b60

Please sign in to comment.