react-instantsearch 7.20.2 → 7.21.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.
- package/dist/cjs/index.js +11 -0
- package/dist/es/index.d.ts +1 -0
- package/dist/es/index.js +3 -1
- package/dist/umd/ReactInstantSearch.js +2 -2
- package/dist/umd/ReactInstantSearch.js.map +1 -1
- package/dist/umd/ReactInstantSearch.min.js +1 -1
- package/dist/umd/ReactInstantSearch.min.js.map +1 -1
- package/package.json +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -35,4 +35,15 @@ Object.keys(_components).forEach(function (key) {
|
|
|
35
35
|
return _components[key];
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
|
+
});
|
|
39
|
+
var _useStickToBottom = require("./lib/useStickToBottom");
|
|
40
|
+
Object.keys(_useStickToBottom).forEach(function (key) {
|
|
41
|
+
if (key === "default" || key === "__esModule") return;
|
|
42
|
+
if (key in exports && exports[key] === _useStickToBottom[key]) return;
|
|
43
|
+
Object.defineProperty(exports, key, {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function get() {
|
|
46
|
+
return _useStickToBottom[key];
|
|
47
|
+
}
|
|
48
|
+
});
|
|
38
49
|
});
|
package/dist/es/index.d.ts
CHANGED
package/dist/es/index.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
var React__default = 'default' in React ? React['default'] : React;
|
|
9
9
|
|
|
10
|
-
var version = '7.
|
|
10
|
+
var version = '7.21.0';
|
|
11
11
|
|
|
12
12
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
13
13
|
//
|
|
@@ -13355,7 +13355,7 @@
|
|
|
13355
13355
|
};
|
|
13356
13356
|
}
|
|
13357
13357
|
|
|
13358
|
-
var version$3 = '4.85.
|
|
13358
|
+
var version$3 = '4.85.2';
|
|
13359
13359
|
|
|
13360
13360
|
function _typeof$q(o) {
|
|
13361
13361
|
"@babel/helpers - typeof";
|