Skip to content

Commit

Permalink
update bits
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Oct 3, 2024
1 parent cd7e45b commit dff209f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"type": "module",
"dependencies": {
"bits-ui": "1.0.0-next.3",
"bits-ui": "1.0.0-next.7",
"clsx": "^2.1.1",
"runed": "^0.15.3",
"tailwind-merge": "^2.4.0",
Expand Down
23 changes: 10 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/lib/components/shared/command/command.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
{#each links as link}
{@const disabled = link.status == 'soon'}
<Command.Item
onSelect={command_open_state.toggle}
{disabled}
value={link.title}
class={cn(
Expand Down

0 comments on commit dff209f

Please sign in to comment.