react-instantsearch-core 7.10.0 → 7.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = '7.10.0';
7
+ var _default = '7.11.0';
8
8
  exports.default = _default;
@@ -1,6 +1,5 @@
1
1
  import type { AdditionalWidgetProperties } from '../hooks/useConnector';
2
- import type { BaseHit } from 'instantsearch.js';
2
+ import type { GeoHit } from 'instantsearch.js';
3
3
  import type { GeoSearchConnectorParams } from 'instantsearch.js/es/connectors/geo-search/connectGeoSearch';
4
- export type { GeoHit } from 'instantsearch.js/es/connectors/geo-search/connectGeoSearch';
5
- export type UseGeoSearchProps<THit extends BaseHit = BaseHit> = GeoSearchConnectorParams<THit>;
6
- export declare function useGeoSearch<THit extends BaseHit>(props?: UseGeoSearchProps<THit>, additionalWidgetProperties?: AdditionalWidgetProperties): import("instantsearch.js/es/connectors/geo-search/connectGeoSearch").GeoSearchRenderState<THit>;
4
+ export type UseGeoSearchProps<THit extends GeoHit = GeoHit> = GeoSearchConnectorParams<THit>;
5
+ export declare function useGeoSearch<THit extends GeoHit>(props?: UseGeoSearchProps<THit>, additionalWidgetProperties?: AdditionalWidgetProperties): import("instantsearch.js/es/connectors/geo-search/connectGeoSearch").GeoSearchRenderState<THit>;
@@ -1,2 +1,2 @@
1
- declare const _default: "7.10.0";
1
+ declare const _default: "7.11.0";
2
2
  export default _default;
@@ -1 +1 @@
1
- export default '7.10.0';
1
+ export default '7.11.0';