@docsearch/react
Advanced tools
Comparing version 3.8.0 to 3.8.1
import { BaseItem, AutocompleteState, AutocompleteContext, AutocompleteInsightsApi, AutocompleteOptions } from '@algolia/autocomplete-core'; | ||
import { LiteClient, SearchForHits } from 'algoliasearch/lite'; | ||
import { LiteClient, SearchParamsObject } from 'algoliasearch/lite'; | ||
import React from 'react'; | ||
@@ -109,3 +109,3 @@ | ||
placeholder?: string; | ||
searchParameters?: SearchForHits; | ||
searchParameters?: SearchParamsObject; | ||
maxResultsPerGroup?: number; | ||
@@ -207,4 +207,4 @@ transformItems?: (items: DocSearchHit[]) => DocSearchHit[]; | ||
declare const version = "3.8.0"; | ||
declare const version = "3.8.1"; | ||
export { type ButtonTranslations, DocSearch, DocSearchButton, type DocSearchButtonProps, type DocSearchHit, DocSearchModal, type DocSearchModalProps, type DocSearchProps, type DocSearchState, type DocSearchTransformClient, type DocSearchTranslations, type InternalDocSearchHit, type ModalTranslations, type StoredDocSearchHit, type UseDocSearchKeyboardEventsProps, useDocSearchKeyboardEvents, version }; |
{ | ||
"name": "@docsearch/react", | ||
"description": "React package for DocSearch, the best search experience for docs.", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"license": "MIT", | ||
@@ -9,3 +9,4 @@ "homepage": "https://docsearch.algolia.com", | ||
"type": "git", | ||
"url": "git+https://github.com/algolia/docsearch.git" | ||
"url": "git+https://github.com/algolia/docsearch.git", | ||
"directory": "packages/docsearch-react" | ||
}, | ||
@@ -41,4 +42,4 @@ "author": { | ||
"@algolia/autocomplete-preset-algolia": "1.17.7", | ||
"@docsearch/css": "3.8.0", | ||
"algoliasearch": "^5.12.0" | ||
"@docsearch/css": "3.8.1", | ||
"algoliasearch": "^5.14.2" | ||
}, | ||
@@ -49,3 +50,3 @@ "devDependencies": { | ||
"@testing-library/react": "16.0.1", | ||
"vitest": "2.1.4" | ||
"vitest": "2.1.5" | ||
}, | ||
@@ -52,0 +53,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
556661
+ Added@docsearch/css@3.8.1(transitive)
- Removed@docsearch/css@3.8.0(transitive)
Updated@docsearch/css@3.8.1
Updatedalgoliasearch@^5.14.2