@docsearch/react
Advanced tools
Comparing version 1.0.0-alpha.18 to 1.0.0-alpha.19
@@ -34,2 +34,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
import { Footer } from './Footer'; | ||
function defaultTransformItems(x) { | ||
return x; | ||
} | ||
export function DocSearchModal(_ref) { | ||
@@ -46,5 +51,3 @@ var _ref$appId = _ref.appId, | ||
_ref$transformItems = _ref.transformItems, | ||
transformItems = _ref$transformItems === void 0 ? function (x) { | ||
return x; | ||
} : _ref$transformItems, | ||
transformItems = _ref$transformItems === void 0 ? defaultTransformItems : _ref$transformItems, | ||
_ref$hitComponent = _ref.hitComponent, | ||
@@ -51,0 +54,0 @@ hitComponent = _ref$hitComponent === void 0 ? Hit : _ref$hitComponent, |
@@ -1,1 +0,1 @@ | ||
export var version = '1.0.0-alpha.18'; | ||
export var version = '1.0.0-alpha.19'; |
{ | ||
"name": "@docsearch/react", | ||
"version": "1.0.0-alpha.18", | ||
"version": "1.0.0-alpha.19", | ||
"license": "MIT", | ||
@@ -39,4 +39,4 @@ "homepage": "https://github.com/algolia/autocomplete.js", | ||
"dependencies": { | ||
"@francoischalifour/autocomplete-core": "^1.0.0-alpha.18", | ||
"@francoischalifour/autocomplete-preset-algolia": "^1.0.0-alpha.18", | ||
"@francoischalifour/autocomplete-core": "^1.0.0-alpha.19", | ||
"@francoischalifour/autocomplete-preset-algolia": "^1.0.0-alpha.19", | ||
"algoliasearch": "^4.0.0" | ||
@@ -43,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
470711
5382