Skip to content

Commit

Permalink
chore: upgrades searchbox to rc40 (solidjs#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva authored Jun 19, 2024
1 parent 6afbbe4 commit 320f817
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 44 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@kobalte/core": "^0.12.6",
"@lunariajs/core": "^0.0.31",
"@orama/searchbox": "1.0.0-rc28",
"@oramacloud/client": "^1.1.5",
"@orama/searchbox": "1.0.0-rc40",
"@oramacloud/client": "^1.2.2",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.13.3",
"@solidjs/start": "^1.0.0",
Expand Down
193 changes: 151 additions & 42 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/ui/searchbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function SearchBox() {
"--backdrop-bg-color": "rgb(19 20 24 / 75%)",
},
},
searchMode: 'hybrid'
});
RegisterSearchButton({
colorScheme: selectedTheme()?.value || "system",
Expand Down

0 comments on commit 320f817

Please sign in to comment.