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 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
  });
@@ -1,3 +1,4 @@
1
1
  export * from 'react-instantsearch-core';
2
2
  export * from './widgets';
3
3
  export * from './components';
4
+ export * from './lib/useStickToBottom';
package/dist/es/index.js CHANGED
@@ -1,3 +1,5 @@
1
1
  export * from 'react-instantsearch-core';
2
2
  export * from "./widgets/index.js";
3
- export * from "./components/index.js";
3
+ export * from "./components/index.js";
4
+ // @internal Internal exports (not part of the public API)
5
+ export * from "./lib/useStickToBottom.js";
@@ -7,7 +7,7 @@
7
7
 
8
8
  var React__default = 'default' in React ? React['default'] : React;
9
9
 
10
- var version = '7.20.2';
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.1';
13358
+ var version$3 = '4.85.2';
13359
13359
 
13360
13360
  function _typeof$q(o) {
13361
13361
  "@babel/helpers - typeof";