stream-chat-react 10.9.0 → 10.9.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.
@@ -3,4 +3,5 @@ export * from './SearchBar';
3
3
  export * from './SearchInput';
4
4
  export * from './SearchResults';
5
5
  export * from './utils';
6
+ export type { ChannelSearchFunctionParams, ChannelSearchParams } from './hooks/useChannelSearch';
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ChannelSearch/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ChannelSearch/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,YAAY,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC"}
package/dist/index.cjs.js CHANGED
@@ -33779,7 +33779,7 @@ var UnMemoizedChannelList = function (props) {
33779
33779
  */
33780
33780
  var ChannelList = React__default["default"].memo(UnMemoizedChannelList);
33781
33781
 
33782
- var version = '10.9.0';
33782
+ var version = '10.9.1';
33783
33783
 
33784
33784
  var useChat = function (_a) {
33785
33785
  var _b, _c;