@seamly/web-ui 21.0.3-beta.1 → 21.0.3-beta.2

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.
@@ -16230,8 +16230,8 @@ _ConversationConnector_connectionListeners = new (weak_map_default())(), _Conver
16230
16230
  }, _ConversationConnector_emitConnectionState = function _ConversationConnector_emitConnectionState(payload) {
16231
16231
  // Loop in reverse order to enable splicing the array while iterating
16232
16232
  for (let i = __classPrivateFieldGet(this, _ConversationConnector_connectionListeners, "f").length - 1; i >= 0; i--) {
16233
- const cb = __classPrivateFieldGet(this, _ConversationConnector_connectionListeners, "f")[i];
16234
- const complete = cb(payload);
16233
+ const callback = __classPrivateFieldGet(this, _ConversationConnector_connectionListeners, "f")[i];
16234
+ const complete = callback(payload);
16235
16235
  // If we only want to execute the callback once, remove it from the listener
16236
16236
  if (complete) {
16237
16237
  var _context;
@@ -32888,7 +32888,6 @@ const DeprecatedAppFrame = _ref => {
32888
32888
 
32889
32889
 
32890
32890
 
32891
-
32892
32891
  const ShowInlineView = _ref => {
32893
32892
  let {
32894
32893
  children
@@ -32903,7 +32902,6 @@ const ShowInlineView = _ref => {
32903
32902
  });
32904
32903
  };
32905
32904
  const DeprecatedView = () => {
32906
- use_seamly_chat();
32907
32905
  const {
32908
32906
  isVisible,
32909
32907
  openChat,