@interopio/groups-ui-react 2.2.1 → 2.2.3

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/esm/index.js CHANGED
@@ -3198,7 +3198,7 @@ var GroupElementCreationWrapper = function (_a) {
3198
3198
  webGroupsManager.selectTab(windowId);
3199
3199
  };
3200
3200
  var close = function (windowId) {
3201
- webGroupsManager.onCloseButtonClick(TargetType.Tab, windowId);
3201
+ webGroupsManager.closeTab(windowId);
3202
3202
  };
3203
3203
  return React.createElement(Portal, { key: options.targetId, parentElement: parentElement },
3204
3204
  React.createElement(TabOverflowCustomElement, __assign({}, options, { select: select, close: close, frameId: options.targetId })));