react-instantsearch 7.5.0 → 7.5.1
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.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
var React__default = 'default' in React ? React['default'] : React;
|
|
9
9
|
|
|
10
|
-
var version = '7.5.
|
|
10
|
+
var version = '7.5.1';
|
|
11
11
|
|
|
12
12
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
13
13
|
//
|
|
@@ -12159,7 +12159,7 @@
|
|
|
12159
12159
|
};
|
|
12160
12160
|
}
|
|
12161
12161
|
|
|
12162
|
-
var version$3 = '4.63.
|
|
12162
|
+
var version$3 = '4.63.1';
|
|
12163
12163
|
|
|
12164
12164
|
function _typeof$o(obj) {
|
|
12165
12165
|
"@babel/helpers - typeof";
|
|
@@ -17608,7 +17608,7 @@
|
|
|
17608
17608
|
},
|
|
17609
17609
|
getWidgetRenderState: function getWidgetRenderState(_ref3) {
|
|
17610
17610
|
var helper = _ref3.helper,
|
|
17611
|
-
|
|
17611
|
+
instantSearchInstance = _ref3.instantSearchInstance,
|
|
17612
17612
|
state = _ref3.state;
|
|
17613
17613
|
if (!_refine) {
|
|
17614
17614
|
_refine = function _refine(query) {
|
|
@@ -17625,7 +17625,7 @@
|
|
|
17625
17625
|
refine: _refine,
|
|
17626
17626
|
clear: _clear,
|
|
17627
17627
|
widgetParams: widgetParams,
|
|
17628
|
-
isSearchStalled:
|
|
17628
|
+
isSearchStalled: instantSearchInstance.status === 'stalled'
|
|
17629
17629
|
};
|
|
17630
17630
|
},
|
|
17631
17631
|
getWidgetUiState: function getWidgetUiState(uiState, _ref4) {
|