stream-chat-react 11.2.0 → 11.2.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.
@@ -42452,14 +42452,14 @@ var StreamChatReact = (function (exports, React$2, jsxRuntime, streamChat, React
42452
42452
 
42453
42453
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
42454
42454
  (function (module) {
42455
- function _typeof(obj) {
42455
+ function _typeof(o) {
42456
42456
  "@babel/helpers - typeof";
42457
42457
 
42458
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
42459
- return typeof obj;
42460
- } : function (obj) {
42461
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
42462
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
42458
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
42459
+ return typeof o;
42460
+ } : function (o) {
42461
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
42462
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
42463
42463
  }
42464
42464
  module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
42465
42465
  } (_typeof$1));
@@ -42469,28 +42469,28 @@ var StreamChatReact = (function (exports, React$2, jsxRuntime, streamChat, React
42469
42469
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
42470
42470
  (function (module) {
42471
42471
  var _typeof = _typeof$1.exports["default"];
42472
- function _toPrimitive(input, hint) {
42473
- if (_typeof(input) !== "object" || input === null) return input;
42474
- var prim = input[Symbol.toPrimitive];
42475
- if (prim !== undefined) {
42476
- var res = prim.call(input, hint || "default");
42477
- if (_typeof(res) !== "object") return res;
42472
+ function toPrimitive(t, r) {
42473
+ if ("object" != _typeof(t) || !t) return t;
42474
+ var e = t[Symbol.toPrimitive];
42475
+ if (void 0 !== e) {
42476
+ var i = e.call(t, r || "default");
42477
+ if ("object" != _typeof(i)) return i;
42478
42478
  throw new TypeError("@@toPrimitive must return a primitive value.");
42479
42479
  }
42480
- return (hint === "string" ? String : Number)(input);
42480
+ return ("string" === r ? String : Number)(t);
42481
42481
  }
42482
- module.exports = _toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
42482
+ module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
42483
42483
  } (toPrimitive));
42484
42484
 
42485
42485
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
42486
42486
  (function (module) {
42487
42487
  var _typeof = _typeof$1.exports["default"];
42488
42488
  var toPrimitive$1 = toPrimitive.exports;
42489
- function _toPropertyKey(arg) {
42490
- var key = toPrimitive$1(arg, "string");
42491
- return _typeof(key) === "symbol" ? key : String(key);
42489
+ function toPropertyKey(t) {
42490
+ var i = toPrimitive$1(t, "string");
42491
+ return "symbol" == _typeof(i) ? i : String(i);
42492
42492
  }
42493
- module.exports = _toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
42493
+ module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
42494
42494
  } (toPropertyKey));
42495
42495
 
42496
42496
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
@@ -52430,7 +52430,7 @@ var StreamChatReact = (function (exports, React$2, jsxRuntime, streamChat, React
52430
52430
 
52431
52431
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
52432
52432
 
52433
- window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '11.2.0';
52433
+ window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '11.2.1';
52434
52434
 
52435
52435
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var useChat = function (_a) {
52436
52436
  var _b, _c;